![]() |
KaliVeda
Toolkit for HIC analysis
|
Read FAZIA data.
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 Header file for the classes stored in the TTree if any. Fixed size dimensions of array or collections stored in the TTree if any.
Definition at line 25 of file KVFAZIAReader.h.
#include <KVFAZIAReader.h>
Public Member Functions | |
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 void | SlaveBegin (TTree *tree) |
virtual void | Terminate () |
virtual Int_t | Version () const |
Static Public Member Functions | |
static void | Make (const Char_t *kvsname="MyOwnKVFAZIAReader") |
Automatic generation of KVFAZIAReader-derived class for KaliVeda analysis. More... | |
Private Attributes | |
TTree * | fChain |
pointer to the analyzed TTree or TChain More... | |
Int_t | fCurrentRun |
KVDetectorEvent * | fDetEv |
Int_t | fEventsRead |
Bool_t | fNotifyCalled |
KVFAZIARawEvent * | RawEvent |
|
inline |
Definition at line 37 of file KVFAZIAReader.h.
|
inlinevirtual |
Definition at line 44 of file KVFAZIAReader.h.
|
inlinevirtual |
Reimplemented in KVFAZIARawDataReconstructor.
Definition at line 66 of file KVFAZIAReader.h.
KVFAZIAReader::ClassDef | ( | KVFAZIAReader | , |
0 | |||
) |
|
inlinevirtual |
Reimplemented in KVFAZIARawDataReconstructor.
Definition at line 71 of file KVFAZIAReader.h.
|
inlinevirtual |
Reimplemented in KVFAZIARawDataReconstructor.
Definition at line 70 of file KVFAZIAReader.h.
|
inline |
Definition at line 74 of file KVFAZIAReader.h.
|
inline |
Definition at line 86 of file KVFAZIAReader.h.
|
virtual |
Definition at line 56 of file KVFAZIAReader.cpp.
|
inline |
Definition at line 82 of file KVFAZIAReader.h.
|
inline |
Definition at line 78 of file KVFAZIAReader.h.
|
virtual |
The Init() function is called when the selector needs to initialize a new tree or chain. Typically here the branch addresses and branch pointers of the tree will be set. It is normally not necessary to make changes to the generated code, but the routine can be extended by the user if needed. Init() will be called many times when running on PROOF (once per file to be processed). Set branch addresses and branch pointers
Definition at line 155 of file KVFAZIAReader.cpp.
|
inlinevirtual |
Reimplemented in KVFAZIARawDataReconstructor.
Definition at line 64 of file KVFAZIAReader.h.
|
inlinevirtual |
Reimplemented in KVFAZIARawDataReconstructor.
Definition at line 65 of file KVFAZIAReader.h.
|
static |
Automatic generation of KVFAZIAReader-derived class for KaliVeda analysis.
Definition at line 211 of file KVFAZIAReader.cpp.
|
virtual |
The Notify() function is called when a new file is opened. This can be either for a new TTree in a TChain or when when a new TTree is started when using PROOF. It is normally not necessary to make changes to the generated code, but the routine can be extended by the user if needed. The return value is currently not used.
Definition at line 188 of file KVFAZIAReader.cpp.
|
virtual |
The Process() function is called for each entry in the tree (or possibly keyed object in the case of PROOF) to be processed. The entry argument specifies which entry in the currently loaded tree is to be processed. It can be passed to either KVFAZIAReader::GetEntry() or TBranch::GetEntry() to read either all or the required parts of the data. When processing keyed objects with PROOF, the object is already loaded and is available via the fObject pointer.
This function should contain the "body" of the analysis. It can contain simple or elaborate selection criteria, run algorithms on the data of the event and typically fill histograms.
The processing can be stopped by calling Abort().
Use fStatus to set the return value of TTree::Process().
The return value is currently not used.
Definition at line 84 of file KVFAZIAReader.cpp.
|
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 in KVFAZIARawDataReader.
Definition at line 42 of file KVFAZIAReader.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 in KVFAZIARawDataReader.
Definition at line 132 of file KVFAZIAReader.cpp.
|
inlinevirtual |
Definition at line 48 of file KVFAZIAReader.h.
|
private |
pointer to the analyzed TTree or TChain
Definition at line 27 of file KVFAZIAReader.h.
|
private |
Definition at line 29 of file KVFAZIAReader.h.
|
private |
Definition at line 33 of file KVFAZIAReader.h.
|
private |
Definition at line 30 of file KVFAZIAReader.h.
|
private |
Definition at line 31 of file KVFAZIAReader.h.
|
private |
Definition at line 32 of file KVFAZIAReader.h.