KaliVeda
Toolkit for HIC analysis
KVFAZIARawDataReconstructor Class Reference

Detailed Description

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>

Inheritance diagram for KVFAZIARawDataReconstructor:

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 ()
 
- Public Member Functions inherited from KVFAZIAReader
 KVFAZIAReader ()
 
virtual ~KVFAZIAReader ()
 
 ClassDef (KVFAZIAReader, 0)
 
Int_t GetCurrentRunNumber () const
 
KVDetectorEventGetDetectorEvent () const
 
virtual Int_t GetEntry (Long64_t entry, Int_t getall=0)
 
KVFAZIARawEventGetEvent () 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...
 
KVReconstructedEventrecev
 
TString taskname
 
TTree * tree
 

Additional Inherited Members

- Static Public Member Functions inherited from KVFAZIAReader
static void Make (const Char_t *kvsname="MyOwnKVFAZIAReader")
 Automatic generation of KVFAZIAReader-derived class for KaliVeda analysis. More...
 

Constructor & Destructor Documentation

◆ KVFAZIARawDataReconstructor()

KVFAZIARawDataReconstructor::KVFAZIARawDataReconstructor ( )

Default constructor.

Definition at line 31 of file KVFAZIARawDataReconstructor.cpp.

◆ ~KVFAZIARawDataReconstructor()

KVFAZIARawDataReconstructor::~KVFAZIARawDataReconstructor ( )
virtual

Destructor.

Definition at line 46 of file KVFAZIARawDataReconstructor.cpp.

Member Function Documentation

◆ Analysis()

Bool_t KVFAZIARawDataReconstructor::Analysis ( )
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.

◆ EndAnalysis()

virtual void KVFAZIARawDataReconstructor::EndAnalysis ( )
inlinevirtual

Reimplemented from KVFAZIAReader.

Definition at line 40 of file KVFAZIARawDataReconstructor.h.

◆ EndRun()

void KVFAZIARawDataReconstructor::EndRun ( )
virtual

Reimplemented from KVFAZIAReader.

Definition at line 198 of file KVFAZIARawDataReconstructor.cpp.

◆ ExtraProcessing()

void KVFAZIARawDataReconstructor::ExtraProcessing ( )
virtual

Definition at line 149 of file KVFAZIARawDataReconstructor.cpp.

◆ InitAnalysis()

virtual void KVFAZIARawDataReconstructor::InitAnalysis ( )
inlinevirtual

Reimplemented from KVFAZIAReader.

Definition at line 36 of file KVFAZIARawDataReconstructor.h.

◆ InitRun()

void KVFAZIARawDataReconstructor::InitRun ( )
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.

Member Data Documentation

◆ datatype

TString KVFAZIARawDataReconstructor::datatype
private

Definition at line 30 of file KVFAZIARawDataReconstructor.h.

◆ file

TFile* KVFAZIARawDataReconstructor::file
private

Definition at line 23 of file KVFAZIARawDataReconstructor.h.

◆ nb_recon

Int_t KVFAZIARawDataReconstructor::nb_recon
private

number of reconstructed events

Definition at line 28 of file KVFAZIARawDataReconstructor.h.

◆ recev

KVReconstructedEvent* KVFAZIARawDataReconstructor::recev
private

Definition at line 26 of file KVFAZIARawDataReconstructor.h.

◆ taskname

TString KVFAZIARawDataReconstructor::taskname
private

Definition at line 29 of file KVFAZIARawDataReconstructor.h.

◆ tree

TTree* KVFAZIARawDataReconstructor::tree
private

Definition at line 24 of file KVFAZIARawDataReconstructor.h.