Job for conversion of RNO-G Root data into RnoEvent data structures. More...
#include "RnoConvert.h"
Job for conversion of RNO-G Root data into RnoEvent data structures.
Definition at line 22 of file RnoConvert.h.
Public Member Functions | |
| RnoConvert (const char *name="RnoConvert", const char *title="") | |
| virtual | ~RnoConvert () |
| void | AddInputFile (TString file, TString type) |
| virtual void | Exec (Option_t *opt) |
| Int_t | GetMaxSelectLevel () const |
| Int_t | GetMinSelectLevel () const |
| TFile * | GetOutputFile () |
| void | ListInput (TString type="*", Option_t *opt="") |
| void | SetBufferSize (Int_t bsize) |
| void | SetMaxEvents (Int_t n) |
| void | SetOutputFile (TFile *ofile) |
| void | SetOutputFile (TString name) |
| void | SetPrintFreq (Int_t m, Int_t level=0) |
| void | SetSelectLevels (Int_t min, Int_t max) |
| 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 Member Functions | |
| void | CreateMainChain () |
Protected Member Functions inherited from NcJob | |
| void | SetMainObject (TObject *obj) |
Protected Attributes | |
| Int_t | fBsize |
| TChain * | fComb |
| TChain * | fData |
| TChain * | fDs |
| TChain * | fHdr |
| Int_t | fMaxevt |
| Int_t | fMaxSelectLevel |
| Int_t | fMinSelectLevel |
| TFile * | fOutfile |
| TChain * | fPed |
| Int_t | fPrintfreq |
| Int_t | fPrintlevel |
| Int_t | fSplit |
| TChain * | fWf |
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 | |
| RnoConvert::RnoConvert | ( | const char * | name = "RnoConvert", |
| const char * | title = "" ) |
Definition at line 51 of file RnoConvert.cxx.
|
virtual |
Definition at line 76 of file RnoConvert.cxx.
| void RnoConvert::AddInputFile | ( | TString | file, |
| TString | type ) |
Definition at line 163 of file RnoConvert.cxx.
|
protected |
Definition at line 365 of file RnoConvert.cxx.
|
virtual |
Definition at line 458 of file RnoConvert.cxx.
| Int_t RnoConvert::GetMaxSelectLevel | ( | ) | const |
Definition at line 281 of file RnoConvert.cxx.
| Int_t RnoConvert::GetMinSelectLevel | ( | ) | const |
Definition at line 270 of file RnoConvert.cxx.
| TFile * RnoConvert::GetOutputFile | ( | ) |
Definition at line 354 of file RnoConvert.cxx.
| void RnoConvert::ListInput | ( | TString | type = "*", |
| Option_t * | opt = "" ) |
Definition at line 292 of file RnoConvert.cxx.
| void RnoConvert::SetBufferSize | ( | Int_t | bsize | ) |
Definition at line 151 of file RnoConvert.cxx.
| void RnoConvert::SetMaxEvents | ( | Int_t | n | ) |
Definition at line 97 of file RnoConvert.cxx.
| void RnoConvert::SetOutputFile | ( | TFile * | ofile | ) |
Definition at line 223 of file RnoConvert.cxx.
| void RnoConvert::SetOutputFile | ( | TString | name | ) |
Definition at line 235 of file RnoConvert.cxx.
| void RnoConvert::SetPrintFreq | ( | Int_t | m, |
| Int_t | level = 0 ) |
Definition at line 110 of file RnoConvert.cxx.
| void RnoConvert::SetSelectLevels | ( | Int_t | min, |
| Int_t | max ) |
Definition at line 253 of file RnoConvert.cxx.
| void RnoConvert::SetSplitLevel | ( | Int_t | split | ) |
Definition at line 139 of file RnoConvert.cxx.
|
protected |
Definition at line 43 of file RnoConvert.h.
|
protected |
Definition at line 51 of file RnoConvert.h.
|
protected |
Definition at line 53 of file RnoConvert.h.
|
protected |
Definition at line 49 of file RnoConvert.h.
|
protected |
Definition at line 48 of file RnoConvert.h.
|
protected |
Definition at line 44 of file RnoConvert.h.
|
protected |
Definition at line 55 of file RnoConvert.h.
|
protected |
Definition at line 54 of file RnoConvert.h.
|
protected |
Definition at line 47 of file RnoConvert.h.
|
protected |
Definition at line 52 of file RnoConvert.h.
|
protected |
Definition at line 45 of file RnoConvert.h.
|
protected |
Definition at line 46 of file RnoConvert.h.
|
protected |
Definition at line 42 of file RnoConvert.h.
|
protected |
Definition at line 50 of file RnoConvert.h.