KaliVeda
Toolkit for HIC analysis
KVFAZIAReader Class Reference

Detailed Description

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>

Inheritance diagram for KVFAZIAReader:

Public Member Functions

 KVFAZIAReader ()
 
virtual ~KVFAZIAReader ()
 
virtual Bool_t Analysis ()
 
 ClassDef (KVFAZIAReader, 0)
 
virtual void EndAnalysis ()
 
virtual void EndRun ()
 
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 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
 
KVDetectorEventfDetEv
 
Int_t fEventsRead
 
Bool_t fNotifyCalled
 
KVFAZIARawEventRawEvent
 

Constructor & Destructor Documentation

◆ KVFAZIAReader()

KVFAZIAReader::KVFAZIAReader ( )
inline

Definition at line 37 of file KVFAZIAReader.h.

◆ ~KVFAZIAReader()

virtual KVFAZIAReader::~KVFAZIAReader ( )
inlinevirtual

Definition at line 44 of file KVFAZIAReader.h.

Member Function Documentation

◆ Analysis()

virtual Bool_t KVFAZIAReader::Analysis ( )
inlinevirtual

Reimplemented in KVFAZIARawDataReconstructor.

Definition at line 66 of file KVFAZIAReader.h.

◆ ClassDef()

KVFAZIAReader::ClassDef ( KVFAZIAReader  ,
 
)

◆ EndAnalysis()

virtual void KVFAZIAReader::EndAnalysis ( )
inlinevirtual

Reimplemented in KVFAZIARawDataReconstructor.

Definition at line 71 of file KVFAZIAReader.h.

◆ EndRun()

virtual void KVFAZIAReader::EndRun ( )
inlinevirtual

Reimplemented in KVFAZIARawDataReconstructor.

Definition at line 70 of file KVFAZIAReader.h.

◆ GetCurrentRunNumber()

Int_t KVFAZIAReader::GetCurrentRunNumber ( ) const
inline

Definition at line 74 of file KVFAZIAReader.h.

◆ GetDetectorEvent()

KVDetectorEvent* KVFAZIAReader::GetDetectorEvent ( ) const
inline

Definition at line 86 of file KVFAZIAReader.h.

◆ GetEntry()

Int_t KVFAZIAReader::GetEntry ( Long64_t  entry,
Int_t  getall = 0 
)
virtual

Definition at line 56 of file KVFAZIAReader.cpp.

◆ GetEvent()

KVFAZIARawEvent* KVFAZIAReader::GetEvent ( ) const
inline

Definition at line 82 of file KVFAZIAReader.h.

◆ GetNumberOfReadEntries()

Int_t KVFAZIAReader::GetNumberOfReadEntries ( ) const
inline

Definition at line 78 of file KVFAZIAReader.h.

◆ Init()

void KVFAZIAReader::Init ( TTree *  tree)
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.

◆ InitAnalysis()

virtual void KVFAZIAReader::InitAnalysis ( )
inlinevirtual

Reimplemented in KVFAZIARawDataReconstructor.

Definition at line 64 of file KVFAZIAReader.h.

◆ InitRun()

virtual void KVFAZIAReader::InitRun ( )
inlinevirtual

Reimplemented in KVFAZIARawDataReconstructor.

Definition at line 65 of file KVFAZIAReader.h.

◆ Make()

void KVFAZIAReader::Make ( const Char_t *  kvsname = "MyOwnKVFAZIAReader")
static

Automatic generation of KVFAZIAReader-derived class for KaliVeda analysis.

Definition at line 211 of file KVFAZIAReader.cpp.

◆ Notify()

Bool_t KVFAZIAReader::Notify ( )
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.

◆ Process()

Bool_t KVFAZIAReader::Process ( Long64_t  entry)
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.

◆ SlaveBegin()

void KVFAZIAReader::SlaveBegin ( TTree *  tree)
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.

◆ Terminate()

void KVFAZIAReader::Terminate ( )
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.

◆ Version()

virtual Int_t KVFAZIAReader::Version ( ) const
inlinevirtual

Definition at line 48 of file KVFAZIAReader.h.

Member Data Documentation

◆ fChain

TTree* KVFAZIAReader::fChain
private

pointer to the analyzed TTree or TChain

Definition at line 27 of file KVFAZIAReader.h.

◆ fCurrentRun

Int_t KVFAZIAReader::fCurrentRun
private

Definition at line 29 of file KVFAZIAReader.h.

◆ fDetEv

KVDetectorEvent* KVFAZIAReader::fDetEv
private

Definition at line 33 of file KVFAZIAReader.h.

◆ fEventsRead

Int_t KVFAZIAReader::fEventsRead
private

Definition at line 30 of file KVFAZIAReader.h.

◆ fNotifyCalled

Bool_t KVFAZIAReader::fNotifyCalled
private

Definition at line 31 of file KVFAZIAReader.h.

◆ RawEvent

KVFAZIARawEvent* KVFAZIAReader::RawEvent
private

Definition at line 32 of file KVFAZIAReader.h.