Job for conversion of simple Root data into IceEvent data structures. More...
#include "IceRootx.h"
Job for conversion of simple Root data into IceEvent data structures.
Definition at line 22 of file IceRootx.h.
Public Member Functions | |
| IceRootx (const char *name="IceRootx", const char *title="") | |
| virtual | ~IceRootx () |
| void | AddInputFile (TString name) |
| virtual void | Exec (Option_t *opt) |
| TFile * | GetOutputFile () |
| void | SetBufferSize (Int_t bsize) |
| void | SetMaxEvents (Int_t n) |
| 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 |
| TObjArray * | fInfiles |
| 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) |
| IceRootx::IceRootx | ( | const char * | name = "IceRootx", |
| const char * | title = "" ) |
Definition at line 93 of file IceRootx.cxx.
|
virtual |
Definition at line 110 of file IceRootx.cxx.
| void IceRootx::AddInputFile | ( | TString | name | ) |
Definition at line 174 of file IceRootx.cxx.
|
virtual |
Definition at line 228 of file IceRootx.cxx.
| TFile * IceRootx::GetOutputFile | ( | ) |
Definition at line 217 of file IceRootx.cxx.
| void IceRootx::SetBufferSize | ( | Int_t | bsize | ) |
Definition at line 162 of file IceRootx.cxx.
| void IceRootx::SetMaxEvents | ( | Int_t | n | ) |
Definition at line 125 of file IceRootx.cxx.
| void IceRootx::SetOutputFile | ( | TFile * | ofile | ) |
Definition at line 193 of file IceRootx.cxx.
| void IceRootx::SetOutputFile | ( | TString | name | ) |
Definition at line 205 of file IceRootx.cxx.
| void IceRootx::SetPrintFreq | ( | Int_t | f | ) |
Definition at line 138 of file IceRootx.cxx.
| void IceRootx::SetSplitLevel | ( | Int_t | split | ) |
Definition at line 150 of file IceRootx.cxx.
|
protected |
Definition at line 39 of file IceRootx.h.
|
protected |
Definition at line 42 of file IceRootx.h.
|
protected |
Definition at line 40 of file IceRootx.h.
|
protected |
Definition at line 43 of file IceRootx.h.
|
protected |
Definition at line 41 of file IceRootx.h.
|
protected |
Definition at line 38 of file IceRootx.h.
|
protected |
Definition at line 45 of file IceRootx.h.