![]() |
KaliVeda
Toolkit for HIC analysis
|
Reconstruction of raw FAZIA data.
Created by KVClassFactory on Fri Jan 23 14:17:23 2015 Author: ,,,
Definition at line 20 of file KVFAZIARawDataReconstructor.h.
#include <KVFAZIARawDataReconstructor.h>
Public Member Functions | |
KVFAZIARawDataReconstructor () | |
Default constructor. More... | |
virtual | ~KVFAZIARawDataReconstructor () |
Destructor. More... | |
virtual Bool_t | Analysis () |
virtual void | EndAnalysis () |
virtual void | EndRun () |
virtual void | ExtraProcessing () |
virtual void | InitAnalysis () |
virtual void | InitRun () |
![]() | |
KVFAZIAReader () | |
virtual | ~KVFAZIAReader () |
ClassDef (KVFAZIAReader, 0) | |
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 Bool_t | Notify () |
virtual Bool_t | Process (Long64_t entry) |
virtual void | SlaveBegin (TTree *tree) |
virtual void | Terminate () |
virtual Int_t | Version () const |
Private Attributes | |
TString | datatype |
TFile * | file |
Int_t | nb_recon |
number of reconstructed events More... | |
KVReconstructedEvent * | recev |
TString | taskname |
TTree * | tree |
Additional Inherited Members | |
![]() | |
static void | Make (const Char_t *kvsname="MyOwnKVFAZIAReader") |
Automatic generation of KVFAZIAReader-derived class for KaliVeda analysis. More... | |
KVFAZIARawDataReconstructor::KVFAZIARawDataReconstructor | ( | ) |
Default constructor.
Definition at line 31 of file KVFAZIARawDataReconstructor.cpp.
|
virtual |
Destructor.
Definition at line 46 of file KVFAZIARawDataReconstructor.cpp.
|
virtual |
Analysis of event. RawData TTree is filled with values of parameters for event. If event has INDRA trigger information (IsIndraEvent()==kTRUE) then *) event reconstruction is performed for 'Physics' events *) or the GeneTree is filled with pulser/laser data for 'Gene' events
Reimplemented from KVFAZIAReader.
Definition at line 121 of file KVFAZIARawDataReconstructor.cpp.
|
inlinevirtual |
Reimplemented from KVFAZIAReader.
Definition at line 40 of file KVFAZIARawDataReconstructor.h.
|
virtual |
Reimplemented from KVFAZIAReader.
Definition at line 198 of file KVFAZIARawDataReconstructor.cpp.
|
virtual |
Definition at line 149 of file KVFAZIARawDataReconstructor.cpp.
|
inlinevirtual |
Reimplemented from KVFAZIAReader.
Definition at line 36 of file KVFAZIARawDataReconstructor.h.
|
virtual |
Creates new ROOT file with TTree for reconstructed events. By default this file will be written in the same data repository as the raw data file we are reading. This can be changed by setting the environment variable(s):
Reconstruction.DataAnalysisTask.OutputRepository: [name of repository] [name of dataset].Reconstruction.DataAnalysisTask.OutputRepository: [name of repository]
If no value is set for the current dataset (second variable), the value of the first variable will be used. If neither is defined, the new file will be written in the same repository as the raw file (if possible, i.e. if repository is not remote). Create new KVReconstructedEvent filled with KVFAZIAReconNuc object used to reconstruct & store events
Reimplemented from KVFAZIAReader.
Definition at line 69 of file KVFAZIARawDataReconstructor.cpp.
|
private |
Definition at line 30 of file KVFAZIARawDataReconstructor.h.
|
private |
Definition at line 23 of file KVFAZIARawDataReconstructor.h.
|
private |
number of reconstructed events
Definition at line 28 of file KVFAZIARawDataReconstructor.h.
|
private |
Definition at line 26 of file KVFAZIARawDataReconstructor.h.
|
private |
Definition at line 29 of file KVFAZIARawDataReconstructor.h.
|
private |
Definition at line 24 of file KVFAZIARawDataReconstructor.h.