KaliVeda
Toolkit for HIC analysis
|
Manages user analysis of reconstructed experimental data.
Definition at line 19 of file KVReconDataAnalyser.h.
#include <KVReconDataAnalyser.h>
Private Attributes | |
Long64_t | Entry |
Int_t | fDataReleaseNum |
KV release number used to write analysed data. More... | |
KVString | fDataSeries |
KV series used to write analysed data. More... | |
KVString | fDataVersion |
KV version used to write analysed data. More... | |
KVDataPatchList | fRustines |
patches to be applied to correct data before analysis More... | |
KVReconEventSelector * | fSelector |
the data analysis class More... | |
TTree * | theChain |
chain of TTrees to be analysed More... | |
Long64_t | TotalEntriesToRead |
Additional Inherited Members | |
Public Types inherited from KVDataAnalyser | |
enum | EProofMode { None , Lite , Proof } |
Public Types inherited from TObject | |
enum | EDeprecatedStatusBits |
enum | EStatusBits |
Static Public Member Functions inherited from KVDataAnalyser | |
static Bool_t | AbortProcessingLoop () |
static KVDataAnalyser * | GetAnalyser (const Char_t *plugin) |
static Bool_t | IsRunningBatchAnalysis () |
static void | RunAnalyser (const Char_t *plugin="") |
static void | SetAbortProcessingLoop (Bool_t now=kTRUE) |
Static Public Member Functions inherited from TObject | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
static Longptr_t | GetDtorOnly () |
static Bool_t | GetObjectStat () |
static void | SetDtorOnly (void *obj) |
static void | SetObjectStat (Bool_t stat) |
Public Attributes inherited from TObject | |
kBitMask | |
kCanDelete | |
kCannotPick | |
kHasUUID | |
kInconsistent | |
kInvalidObject | |
kIsOnHeap | |
kIsReferenced | |
kMustCleanup | |
kNoContextMenu | |
kNotDeleted | |
kObjInCanvas | |
kOverwrite | |
kSingleKey | |
kWriteDelete | |
kZombie | |
Protected Member Functions inherited from TObject | |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
void | MakeZombie () |
Protected Attributes inherited from TObject | |
kOnlyPrepStep | |
KVReconDataAnalyser::KVReconDataAnalyser | ( | ) |
Definition at line 26 of file KVReconDataAnalyser.cpp.
|
inline |
Destructor
Definition at line 41 of file KVReconDataAnalyser.h.
Checks the task variables.
Reimplemented from KVDataAnalyser.
Definition at line 53 of file KVReconDataAnalyser.cpp.
|
inlineoverridevirtual |
Reimplemented from KVDataAnalyser.
Definition at line 47 of file KVReconDataAnalyser.h.
|
inline |
Definition at line 79 of file KVReconDataAnalyser.h.
|
inline |
Definition at line 75 of file KVReconDataAnalyser.h.
|
inline |
Definition at line 71 of file KVReconDataAnalyser.h.
TEnv * KVReconDataAnalyser::GetReconDataTreeInfos | ( | ) | const |
Definition at line 250 of file KVReconDataAnalyser.cpp.
|
inlineoverridevirtual |
Reimplemented from KVDataAnalyser.
Definition at line 35 of file KVReconDataAnalyser.h.
|
overridevirtual |
apply any required patches to data
Reimplemented from KVDataAnalyser.
Definition at line 240 of file KVReconDataAnalyser.cpp.
|
overridevirtual |
Called by currently-processed TSelector when a new file in the TChain is opened.
We call gMultiDetArray->SetParameters for the current run. Whether or not only physics parameters are set, or the full set of calibrations and identifications for each detector/identification telescope is determined by the environment variable
This can be overridden for any individual analysis by setting the analysis class option
Infos on currently read file/tree are printed.
Reimplemented from KVDataAnalyser.
Definition at line 186 of file KVReconDataAnalyser.cpp.
void KVReconDataAnalyser::PrintTreeInfos | ( | ) |
Print informations on currently analysed TTree.
Definition at line 306 of file KVReconDataAnalyser.cpp.
The user class inherits from KVReconEventSelector
Reimplemented from KVDataAnalyser.
Reimplemented in KVOnlineReconDataAnalyser.
Definition at line 63 of file KVReconDataAnalyser.h.
Reset task variables.
Reimplemented from KVDataSetAnalyser.
Definition at line 36 of file KVReconDataAnalyser.cpp.
Reimplemented from KVDataAnalyser.
Definition at line 51 of file KVReconDataAnalyser.h.
|
overridevirtual |
When called from the InitRun() method of a user's analysis class, this method will ensure that only data compatible with the experimental trigger will be provided for analysis in the user's Analysis() method.
This will be done by searching for a KVTriggerConditions plugin class defined for the currently-analysed dataset, defined like so:
An object of the plugin class will be instantiated, and then its overridden KVTriggerConditions::SetTriggerConditionsForRun() method will be called with 2 arguments:
Reimplemented from KVDataAnalyser.
Definition at line 273 of file KVReconDataAnalyser.cpp.
|
overridevirtual |
Run the interactive analysis make the chosen dataset the active dataset ( = gDataSet; note this also opens database and positions gDataBase & gExpDB).
Reimplemented from KVDataAnalyser.
Definition at line 81 of file KVReconDataAnalyser.cpp.
|
private |
Definition at line 24 of file KVReconDataAnalyser.h.
|
private |
KV release number used to write analysed data.
Definition at line 29 of file KVReconDataAnalyser.h.
|
private |
KV series used to write analysed data.
Definition at line 28 of file KVReconDataAnalyser.h.
|
private |
KV version used to write analysed data.
Definition at line 27 of file KVReconDataAnalyser.h.
|
private |
patches to be applied to correct data before analysis
Definition at line 31 of file KVReconDataAnalyser.h.
|
private |
the data analysis class
Definition at line 22 of file KVReconDataAnalyser.h.
|
private |
chain of TTrees to be analysed
Definition at line 23 of file KVReconDataAnalyser.h.
|
private |
Definition at line 26 of file KVReconDataAnalyser.h.