![]() |
KaliVeda
Toolkit for HIC analysis
|
Read raw FAZIA data (ROOT format)
This class has been automatically generated on Fri Nov 29 14:37:16 2013 by ROOT version 5.34/08 from TTree tree_PSA_signals/Tree for PSA found on file: root://ccxroot.in2p3.fr:1999//hpss/in2p3.fr/group/fazia/LNS_2011/raw/run_4023.root
Definition at line 21 of file KVFAZIARawDataReader.h.
#include <KVFAZIARawDataReader.h>
Public Member Functions | |
KVFAZIARawDataReader () | |
virtual | ~KVFAZIARawDataReader () |
virtual void | Begin (TTree *tree) |
ClassDef (KVFAZIARawDataReader, 0) | |
virtual void | SlaveBegin (TTree *tree) |
virtual void | SlaveTerminate () |
virtual void | Terminate () |
![]() | |
KVFAZIAReader () | |
virtual | ~KVFAZIAReader () |
virtual Bool_t | Analysis () |
ClassDef (KVFAZIAReader, 0) | |
virtual void | EndAnalysis () |
virtual void | EndRun () |
Int_t | GetCurrentRunNumber () const |
KVDetectorEvent * | GetDetectorEvent () const |
virtual Int_t | GetEntry (Long64_t entry, Int_t getall=0) |
KVFAZIARawEvent * | GetEvent () const |
Int_t | GetNumberOfReadEntries () const |
virtual void | Init (TTree *tree) |
virtual void | InitAnalysis () |
virtual void | InitRun () |
virtual Bool_t | Notify () |
virtual Bool_t | Process (Long64_t entry) |
virtual Int_t | Version () const |
Additional Inherited Members | |
![]() | |
static void | Make (const Char_t *kvsname="MyOwnKVFAZIAReader") |
Automatic generation of KVFAZIAReader-derived class for KaliVeda analysis. More... | |
|
inline |
Definition at line 24 of file KVFAZIARawDataReader.h.
|
inlinevirtual |
Definition at line 25 of file KVFAZIARawDataReader.h.
|
virtual |
The Begin() function is called at the start of the query. When running with PROOF Begin() is only called on the client. The tree argument is deprecated (on PROOF 0 is passed).
Definition at line 36 of file KVFAZIARawDataReader.cpp.
KVFAZIARawDataReader::ClassDef | ( | KVFAZIARawDataReader | , |
0 | |||
) |
|
virtual |
The SlaveBegin() function is called after the Begin() function. When running with PROOF SlaveBegin() is called on each slave server. The tree argument is deprecated (on PROOF 0 is passed).
Reimplemented from KVFAZIAReader.
Definition at line 53 of file KVFAZIARawDataReader.cpp.
|
virtual |
The SlaveTerminate() function is called after all entries or objects have been processed. When running with PROOF SlaveTerminate() is called on each slave server.
Definition at line 70 of file KVFAZIARawDataReader.cpp.
|
virtual |
The Terminate() function is the last function to be called during a query. It always runs on the client, it can be used to present the results graphically or save the results to file.
Reimplemented from KVFAZIAReader.
Definition at line 85 of file KVFAZIARawDataReader.cpp.