Job for conversion of simple Root data into IceEvent data structures. More...
#include "IceRoot.h"
Job for conversion of simple Root data into IceEvent data structures.
Public Member Functions | |
| IceRoot (const char *name="IceRoot", const char *title="") | |
| virtual | ~IceRoot () |
| void | AddInputFile (TString name) |
| virtual void | Exec (Option_t *opt) |
| TFile * | GetOutputFile () |
| void | SetBufferSize (Int_t bsize) |
| void | SetCalibFile (TString name) |
| void | SetInputFile (TString name) |
| void | SetMaxEvents (Int_t n) |
| void | SetOMdbase (NcObjMatrix *omdb) |
| void | SetOutputFile (TFile *ofile) |
| void | SetOutputFile (TString name) |
| void | SetPrintFreq (Int_t f) |
| void | SetSplitLevel (Int_t split) |
Public Member Functions inherited from NcJob | |
| NcJob (const char *name="NcJob", const char *title="") | |
| virtual | ~NcJob () |
| void | AddObject (TObject *obj) |
| void | AddObjects (TObjArray *arr) |
| void | ExecuteJob (Int_t mode=0) |
| TFolder * | GetFolder () const |
| TObject * | GetMainObject () const |
| TObject * | GetObject (const char *classname) const |
| TObject * | GetObject (Int_t j) const |
| TObjArray * | GetObjects () const |
| TObjArray * | GetObjects (const char *classname) |
| void | ListEnvironment () |
| void | MakeFolder () |
| void | ProcessObject (TObject *obj) |
| void | RemoveObject (TObject *obj) |
| void | RemoveObjects (const char *classname) |
Protected Attributes | |
| Int_t | fBsize |
| TFile * | fCalfile |
| TObjArray * | fInfiles |
| NcObjMatrix * | fJEBTDaq |
| Int_t | fMaxevt |
| TFile * | fOutfile |
| Int_t | fPrintfreq |
| Int_t | fSplit |
| TTree * | fTree |
Protected Attributes inherited from NcJob | |
| TFolder * | fFolder |
| TObject * | fMainObject |
| Int_t | fMakefolder |
| TObjArray * | fObjects |
| TObjArray * | fSelect |
| ! Temp. array of pointers to user-selected stored objects | |
Additional Inherited Members | |
Protected Member Functions inherited from NcJob | |
| void | SetMainObject (TObject *obj) |
| IceRoot::IceRoot | ( | const char * | name = "IceRoot", |
| const char * | title = "" ) |
Definition at line 94 of file IceRoot.cxx.
|
virtual |
Definition at line 113 of file IceRoot.cxx.
| void IceRoot::AddInputFile | ( | TString | name | ) |
Definition at line 203 of file IceRoot.cxx.
|
virtual |
Definition at line 296 of file IceRoot.cxx.
| TFile * IceRoot::GetOutputFile | ( | ) |
Definition at line 246 of file IceRoot.cxx.
| void IceRoot::SetBufferSize | ( | Int_t | bsize | ) |
Definition at line 171 of file IceRoot.cxx.
| void IceRoot::SetCalibFile | ( | TString | name | ) |
Definition at line 257 of file IceRoot.cxx.
| void IceRoot::SetInputFile | ( | TString | name | ) |
Definition at line 183 of file IceRoot.cxx.
| void IceRoot::SetMaxEvents | ( | Int_t | n | ) |
Definition at line 134 of file IceRoot.cxx.
| void IceRoot::SetOMdbase | ( | NcObjMatrix * | omdb | ) |
Definition at line 279 of file IceRoot.cxx.
| void IceRoot::SetOutputFile | ( | TFile * | ofile | ) |
Definition at line 222 of file IceRoot.cxx.
| void IceRoot::SetOutputFile | ( | TString | name | ) |
Definition at line 234 of file IceRoot.cxx.
| void IceRoot::SetPrintFreq | ( | Int_t | f | ) |
Definition at line 147 of file IceRoot.cxx.
| void IceRoot::SetSplitLevel | ( | Int_t | split | ) |
Definition at line 159 of file IceRoot.cxx.
|
protected |