![]() |
KaliVeda
Toolkit for HIC analysis
|
Dedicated analysis class for preparing data quality audits.
This analysis class is used by the data analysis task "Prepare data quality audits".
It will fill three KVDataQualityAudit objects for data read in each run:
It can be used for many different runs of different reactions of the same dataset separately, and the resulting ROOT files can be merged together using hadd
.
Definition at line 29 of file KVDataQualityAuditSelector.h.
#include <KVDataQualityAuditSelector.h>
Public Member Functions | |
KVDataQualityAuditSelector () | |
virtual | ~KVDataQualityAuditSelector () |
virtual Bool_t | Analysis () |
virtual void | EndAnalysis () |
virtual void | EndRun () |
virtual void | InitAnalysis () |
virtual void | InitRun () |
Create audit objects if not already done. More... | |
![]() | |
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 void | Begin (TTree *tree) |
Bool_t | CreateTreeFile (const Char_t *filename="") |
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... | |
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 |
Private Attributes | |
KVDataQualityAudit * | audit_ds {nullptr} |
KVDataQualityAudit * | audit_reac {nullptr} |
KVDataQualityAudit * | audit_sys {nullptr} |
Additional Inherited Members | |
![]() | |
static void | Make (const Char_t *kvsname) |
|
inline |
Definition at line 35 of file KVDataQualityAuditSelector.h.
|
inlinevirtual |
Definition at line 36 of file KVDataQualityAuditSelector.h.
|
virtual |
Reimplemented from KVEventSelector.
Definition at line 23 of file KVDataQualityAuditSelector.cpp.
|
virtual |
Reimplemented from KVEventSelector.
Definition at line 38 of file KVDataQualityAuditSelector.cpp.
|
inlinevirtual |
Reimplemented from KVEventSelector.
Definition at line 39 of file KVDataQualityAuditSelector.h.
|
inlinevirtual |
Reimplemented from KVEventSelector.
Definition at line 40 of file KVDataQualityAuditSelector.h.
|
virtual |
Create audit objects if not already done.
Reimplemented from KVEventSelector.
Reimplemented in KVDataQualityAuditSelector_E818, and KVDataQualityAuditSelector_E789.
Definition at line 10 of file KVDataQualityAuditSelector.cpp.
|
private |
Definition at line 32 of file KVDataQualityAuditSelector.h.
|
private |
Definition at line 30 of file KVDataQualityAuditSelector.h.
|
private |
Definition at line 31 of file KVDataQualityAuditSelector.h.