KaliVeda
Toolkit for HIC analysis
KVReconEventSelector Class Reference

Detailed Description

Base class for user analysis of reconstructed data.

Created by KVClassFactory on Thu Jul 19 15:38:10 2018 Author: eindra

Examples
ExampleAnalysis_KVEventMixerN_2Body.cpp, ExampleAnalysis_KVEventMixerN_3Body.cpp, ExampleCorrelationAnalysis.cpp, ExampleE789ReconAnalysis.cpp, and ExampleReconAnalysis.cpp.

Definition at line 18 of file KVReconEventSelector.h.

#include <KVReconEventSelector.h>

Inheritance diagram for KVReconEventSelector:

Public Member Functions

 KVReconEventSelector (TTree *arg1=0)
 
virtual ~KVReconEventSelector ()
 
KVDBRunGetCurrentRun () const
 
KVReconstructedEventGetEvent () const
 
Int_t GetEventNumber ()
 
void Init (TTree *tree)
 When using PROOF, need to set tree pointer in KVDataAnalyser. More...
 
void SetCurrentRun (KVDBRun *r)
 
- Public Member Functions inherited from KVEventSelector
 KVEventSelector (TTree *=0)
 
KVVarGlobAddGV (const Char_t *class_name, const Char_t *name)
 
void AddGV (KVVarGlob *vg)
 
KVGVListAddGVList (const KVString &list_name, const KVParticleCondition &selection=KVParticleCondition())
 
template<typename HistoType , typename... Args>
HistoType * AddHisto (Args &&... args)
 
void AddHisto (TH1 *histo)
 
TTree * AddTree (const TString &name, const TString &title="")
 
void AddTree (TTree *tree)
 
virtual Bool_t Analysis ()
 
virtual void Begin (TTree *tree)
 
Bool_t CreateTreeFile (const Char_t *filename="")
 
virtual void EndAnalysis ()
 
virtual void EndRun ()
 
void FillHisto (const Char_t *sname, const Char_t *label, Double_t weight=1)
 
void FillHisto (const Char_t *sname, Double_t one, Double_t two=1, Double_t three=1, Double_t four=1)
 
void FillTree (const Char_t *tree_name="")
 
const Char_t * GetBranchName () const
 
virtual Int_t GetEntry (Long64_t entry, Int_t getall=0)
 
KVEventGetEvent () const
 
Int_t GetEventNumber () const
 
KVEventGetFriendEvent () const
 
Int_t GetFriendTreeEntry (Long64_t entry, Int_t getall=0)
 
KVVarGlobGetGV (const Char_t *name) const
 
KVGVListGetGVList (const KVString &list_name="default")
 
const KVGVListGetGVList (const KVString &list_name="default") const
 
TH1 * GetHisto (const Char_t *name) const
 
const KVHashListGetHistoList () const
 
TString GetOpt (const Char_t *option) const
 
virtual TList * GetOutputList () const
 
TTree * GetTree (const Char_t *name) const
 
const KVHashListGetTreeList () const
 GetTreeList. More...
 
virtual void InitAnalysis ()
 
virtual void InitRun ()
 
Bool_t IsOptGiven (const Char_t *option)
 
virtual Bool_t Notify ()
 
virtual Bool_t Process (Long64_t entry)
 
virtual void SaveHistos (const Char_t *="", Option_t *="recreate", Bool_t=kFALSE)
 
virtual void SetAdditionalBranchAddress ()
 
void SetBranchName (const Char_t *n)
 
void SetEventsReadInterval (Long64_t N)
 
virtual void SetInputList (TList *input)
 
void SetJobOutputFileName (const TString &filename)
 
virtual void SetObject (TObject *obj)
 
void SetOpt (const Char_t *option, const Char_t *value)
 
void SetParticleConditions (const KVParticleCondition &cond)
 
void SetTriggerConditionsForRun (int run)
 
virtual void SlaveBegin (TTree *tree)
 
virtual void SlaveTerminate ()
 
virtual void Terminate ()
 
void UnsetOpt (const Char_t *opt)
 
virtual Int_t Version () const
 

Static Public Member Functions

static void Make (const Char_t *kvsname)
 

Private Attributes

KVDBRunfCurrentRun
 current run being analysed More...
 

Constructor & Destructor Documentation

◆ KVReconEventSelector()

KVReconEventSelector::KVReconEventSelector ( TTree *  arg1 = 0)
inline

Definition at line 22 of file KVReconEventSelector.h.

◆ ~KVReconEventSelector()

virtual KVReconEventSelector::~KVReconEventSelector ( )
inlinevirtual

Definition at line 26 of file KVReconEventSelector.h.

Member Function Documentation

◆ GetCurrentRun()

KVDBRun* KVReconEventSelector::GetCurrentRun ( ) const
inline

Definition at line 32 of file KVReconEventSelector.h.

◆ GetEvent()

KVReconstructedEvent* KVReconEventSelector::GetEvent ( ) const
inline

Definition at line 44 of file KVReconEventSelector.h.

◆ GetEventNumber()

Int_t KVReconEventSelector::GetEventNumber ( )
inline

returns number of currently analysed event N.B. this may be different to the TTree/TChain entry number etc.

Definition at line 38 of file KVReconEventSelector.h.

◆ Init()

void KVReconEventSelector::Init ( TTree *  tree)
virtual

When using PROOF, need to set tree pointer in KVDataAnalyser.

Reimplemented from KVEventSelector.

Definition at line 16 of file KVReconEventSelector.cpp.

◆ Make()

void KVReconEventSelector::Make ( const Char_t *  kvsname)
static

Generate a new recon data analysis selector class

This will be based on a template file which may change as a function of the current dataset, if a variable

[dataset].ReconEventSelector.Template

is defined with the name of the template

Definition at line 37 of file KVReconEventSelector.cpp.

◆ SetCurrentRun()

void KVReconEventSelector::SetCurrentRun ( KVDBRun r)
inlinevirtual

Reimplemented from KVEventSelector.

Definition at line 28 of file KVReconEventSelector.h.

Member Data Documentation

◆ fCurrentRun

KVDBRun* KVReconEventSelector::fCurrentRun
private

current run being analysed

Definition at line 19 of file KVReconEventSelector.h.