![]() |
KaliVeda
Toolkit for HIC analysis
|
Base class for user analysis of reconstructed data.
Created by KVClassFactory on Thu Jul 19 15:38:10 2018 Author: eindra
Definition at line 18 of file KVReconEventSelector.h.
#include <KVReconEventSelector.h>
Public Member Functions | |
KVReconEventSelector (TTree *arg1=0) | |
virtual | ~KVReconEventSelector () |
KVDBRun * | GetCurrentRun () const |
KVReconstructedEvent * | GetEvent () const |
Int_t | GetEventNumber () |
void | Init (TTree *tree) |
When using PROOF, need to set tree pointer in KVDataAnalyser. More... | |
void | SetCurrentRun (KVDBRun *r) |
![]() | |
KVEventSelector (TTree *=0) | |
KVVarGlob * | AddGV (const Char_t *class_name, const Char_t *name) |
void | AddGV (KVVarGlob *vg) |
KVGVList * | AddGVList (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) |
KVEvent * | GetEvent () const |
Int_t | GetEventNumber () const |
KVEvent * | GetFriendEvent () const |
Int_t | GetFriendTreeEntry (Long64_t entry, Int_t getall=0) |
KVVarGlob * | GetGV (const Char_t *name) const |
KVGVList * | GetGVList (const KVString &list_name="default") |
const KVGVList * | GetGVList (const KVString &list_name="default") const |
TH1 * | GetHisto (const Char_t *name) const |
const KVHashList * | GetHistoList () const |
TString | GetOpt (const Char_t *option) const |
virtual TList * | GetOutputList () const |
TTree * | GetTree (const Char_t *name) const |
const KVHashList * | GetTreeList () 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 | |
KVDBRun * | fCurrentRun |
current run being analysed More... | |
|
inline |
Definition at line 22 of file KVReconEventSelector.h.
|
inlinevirtual |
Definition at line 26 of file KVReconEventSelector.h.
|
inline |
Definition at line 32 of file KVReconEventSelector.h.
|
inline |
Definition at line 44 of file KVReconEventSelector.h.
|
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.
|
virtual |
When using PROOF, need to set tree pointer in KVDataAnalyser.
Reimplemented from KVEventSelector.
Definition at line 16 of file KVReconEventSelector.cpp.
|
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
is defined with the name of the template
Definition at line 37 of file KVReconEventSelector.cpp.
|
inlinevirtual |
Reimplemented from KVEventSelector.
Definition at line 28 of file KVReconEventSelector.h.
|
private |
current run being analysed
Definition at line 19 of file KVReconEventSelector.h.