KaliVeda
Toolkit for HIC analysis
KVINDRAEventSelector Class Reference

Detailed Description

Base class for analysis of reconstructed INDRA events.

Created by KVClassFactory on Thu Dec 15 16:01:29 2016 Author: John Frankland,,,

Examples
ExampleINDRAAnalysis.cpp.

Definition at line 19 of file KVINDRAEventSelector.h.

#include <KVINDRAEventSelector.h>

Inheritance diagram for KVINDRAEventSelector:

Public Member Functions

 KVINDRAEventSelector (TTree *=0)
 
virtual ~KVINDRAEventSelector ()
 Destructor. More...
 
KVINDRADBRunGetCurrentRun () const
 
KVINDRAReconEventGetEvent () const
 
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="MyOwnINDRASelector")
 Automatic generation of KVINDRAEventSelector-derived class for KaliVeda analysis. More...
 

Private Attributes

KVINDRADBRunfCurrentRun
 current run More...
 

Constructor & Destructor Documentation

◆ KVINDRAEventSelector()

KVINDRAEventSelector::KVINDRAEventSelector ( TTree *  arg1 = 0)

Definition at line 13 of file KVINDRAEventSelector.cpp.

◆ ~KVINDRAEventSelector()

KVINDRAEventSelector::~KVINDRAEventSelector ( )
virtual

Destructor.

Definition at line 26 of file KVINDRAEventSelector.cpp.

Member Function Documentation

◆ GetCurrentRun()

KVINDRADBRun* KVINDRAEventSelector::GetCurrentRun ( ) const
inline

Definition at line 34 of file KVINDRAEventSelector.h.

◆ GetEvent()

KVINDRAReconEvent* KVINDRAEventSelector::GetEvent ( ) const
inline

Definition at line 38 of file KVINDRAEventSelector.h.

◆ Init()

void KVINDRAEventSelector::Init ( TTree *  tree)
virtual

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

Reimplemented from KVEventSelector.

Definition at line 36 of file KVINDRAEventSelector.cpp.

◆ Make()

void KVINDRAEventSelector::Make ( const Char_t *  kvsname = "MyOwnINDRASelector")
static

Automatic generation of KVINDRAEventSelector-derived class for KaliVeda analysis.

Definition at line 54 of file KVINDRAEventSelector.cpp.

◆ SetCurrentRun()

void KVINDRAEventSelector::SetCurrentRun ( KVDBRun r)
inlinevirtual

Reimplemented from KVEventSelector.

Definition at line 30 of file KVINDRAEventSelector.h.

Member Data Documentation

◆ fCurrentRun

KVINDRADBRun* KVINDRAEventSelector::fCurrentRun
private

current run

Definition at line 22 of file KVINDRAEventSelector.h.