#include <ScEventBuilder.h>
Public Member Functions | |
ScEventBuilder () | |
virtual | ~ScEventBuilder () |
void | SetInputFile (const char *inFile) |
void | SetOutputFile (const char *outFile) |
Int_t | Start () |
Private Member Functions | |
ClassDef (ScEventBuilder, 1) | |
Private Attributes | |
TString | fInputFile |
TString | fOutputFile |
Double_t | fTlimit |
Definition at line 26 of file ScEventBuilder.h.
ScEventBuilder::ScEventBuilder | ( | ) |
ScEventBuilder::~ScEventBuilder | ( | ) | [virtual] |
Destructor
Definition at line 28 of file ScEventBuilder.cxx.
ScEventBuilder::ClassDef | ( | ScEventBuilder | , | |
1 | ||||
) | [private] |
Time limit for hit association
void ScEventBuilder::SetInputFile | ( | const char * | inFile | ) | [inline] |
void ScEventBuilder::SetOutputFile | ( | const char * | outFile | ) | [inline] |
Definition at line 42 of file ScEventBuilder.h.
References fOutputFile.
Int_t ScEventBuilder::Start | ( | ) |
Start event builder
Definition at line 32 of file ScEventBuilder.cxx.
References fInputFile, fOutputFile, and fTlimit.
TString ScEventBuilder::fInputFile [private] |
Definition at line 54 of file ScEventBuilder.h.
Referenced by SetInputFile(), and Start().
TString ScEventBuilder::fOutputFile [private] |
Input file name (LMD)
Definition at line 55 of file ScEventBuilder.h.
Referenced by SetOutputFile(), and Start().
Double_t ScEventBuilder::fTlimit [private] |
Output file name (ROOT)
Definition at line 56 of file ScEventBuilder.h.
Referenced by ScEventBuilder(), and Start().