![]() |
KaliVeda
Toolkit for HIC analysis
|
Online analysis of reconstructed data.
Created by KVClassFactory on Mon Apr 1 10:16:46 2019 Author: eindra
Definition at line 17 of file KVOnlineReconDataAnalyser.h.
#include <KVOnlineReconDataAnalyser.h>
Public Member Functions | |
KVOnlineReconDataAnalyser () | |
Default constructor. More... | |
Bool_t | CheckStatusUpdateInterval (Int_t) const |
Bool_t | CheckTaskVariables () override |
void | preAnalysis () override |
Set minimum (trigger) multiplicity for array. More... | |
void | preInitAnalysis () override |
void | preInitRun () override |
void | RegisterUserClass (TObject *) override |
void | SubmitTask () override |
void | WriteBatchEnvFile (const TString &, Bool_t) override |
![]() | |
KVReconDataAnalyser () | |
~KVReconDataAnalyser () | |
Bool_t | CheckTaskVariables (void) override |
Checks the task variables. More... | |
TTree * | GetAnalysedTree () const override |
Int_t | GetDataReleaseNumber () const |
KVString | GetDataSeries () const |
KVString | GetDataVersion () const |
TEnv * | GetReconDataTreeInfos () const |
Long64_t | GetTotalEntriesToRead () const override |
void | preAnalysis () override |
apply any required patches to data More... | |
void | preInitRun () override |
void | PrintTreeInfos () |
Print informations on currently analysed TTree. More... | |
void | Reset () override |
Reset task variables. More... | |
void | SetAnalysedTree (TTree *t) override |
virtual void | SetTriggerConditionsForRun (int) override |
void | SubmitTask () override |
![]() | |
KVDataSetAnalyser () | |
Default constructor. More... | |
virtual | ~KVDataSetAnalyser () |
Destructor. More... | |
virtual void | AddJobDescriptionList (TList *) |
virtual void | ChooseAnalysisTask () |
void | ChooseDataSet () |
void | ChooseDataType () |
void | ChooseRuns (KVDBSystem *system=nullptr, const Char_t *data_type="") |
void | ChooseSystem (const Char_t *data_type="") |
void | ClearRunList () |
TString | ExpandAutoBatchName (const Char_t *format) const |
KVDBRun * | GetAnalysedRun () const |
KVDBSystem * | GetAnalysedSystem () const |
const KVDataSet * | GetDataSet () const |
const KVNumberList & | GetFullRunList () const |
const KV2Body * | GetKinematics () const |
Int_t | GetNumberOfFilesToAnalyse () const |
const Char_t * | GetRecognisedAutoBatchNameKeywords () const |
KVString | GetRootDirectoryOfDataToAnalyse () const |
Returns path to data to be analysed. More... | |
const KVNumberList & | GetRunList () const |
Int_t | GetRunNumberFromFileName (const Char_t *) |
Get the run number from the filename. More... | |
const KVDBSystem * | GetSystem () const |
Bool_t | IsChooseDataSet () const |
Bool_t | IsChooseRuns () const |
Bool_t | IsChooseSystem () const |
Bool_t | IsChooseTask () const |
Bool_t | ReadBatchEnvFile (const TString &filename) |
void | SetChooseDataSet (Bool_t yes=kTRUE) |
void | SetChooseRuns (Bool_t yes=kTRUE) |
void | SetChooseSystem (Bool_t yes=kTRUE) |
void | SetChooseTask (Bool_t yes=kTRUE) |
void | SetDataSet (const Char_t *name) |
void | SetDataSet (KVDataSet *ds) |
void | SetFullRunList (const KVNumberList &nl) |
void | SetRuns (const KVNumberList &nl, Bool_t check=kTRUE) |
void | SetSystem (KVDBSystem *syst) |
Set the System used in the analysis. More... | |
TString | SystemBatchName () const |
![]() | |
KVDataAnalyser () | |
Default constructor. More... | |
virtual | ~ KVDataAnalyser () |
Bool_t | BatchMode () const |
virtual Bool_t | CheckStatusUpdateInterval (Long64_t nevents) const |
void | ChooseNbEventToRead () |
Ask user to set number of events to read. More... | |
void | ChooseRunningMode () |
void | ChooseUserClass () |
Choose the user's analysis class. More... | |
void | DeleteBatchStatusFile () const |
Delete batch status file (and backup - '.bak') for batch job. More... | |
void | DoStatusUpdate (Long64_t nevents) const |
Print infos on events treated, disk usage, memory usage. More... | |
Bool_t | DoUserClassFilesExist () |
KVDataAnalysisTask * | GetAnalysisTask () const |
const Char_t * | GetBatchName () |
const Char_t * | GetBatchStatusFileName () const |
Returns full path to file used to store status of running batch jobs. More... | |
virtual const KVBatchSystem * | GetBatchSystem () |
const KVString & | GetDataType () const |
const Char_t * | GetLaunchDirectory () const |
Long64_t | GetNbEventToRead (void) const |
KVDataAnalyser * | GetParent () const |
TString | GetPathToFileInLaunchDirectory (const TString &) const |
EProofMode | GetProofMode () const |
Double_t | GetStatusUpdateInterval () const |
const Char_t * | GetUserClass () |
const KVString & | GetUserClassDec () const |
const KVString & | GetUserClassImp () const |
const KVString & | GetUserClassOptions () const |
const KVString & | GetUserIncludes () const |
const KVString & | GetUserLibraries () const |
Bool_t | IsMenus () const |
Bool_t | IsQuit () const |
Bool_t | IsSubmit () const |
Bool_t | IsUserClassValid () const |
virtual void | postAnalysis () |
virtual void | postEndAnalysis () |
virtual void | postEndRun () |
virtual void | postInitAnalysis () |
virtual void | postInitRun () |
virtual void | preEndAnalysis () |
virtual void | preEndRun () |
virtual void | Run () |
Check all task variables, then run analyser. More... | |
virtual void | RunMenus () |
Run data analyser in menu-driven mode. More... | |
Bool_t | RunningInLaunchDirectory () |
void | SetAnalysisTask (KVDataAnalysisTask *at) |
virtual void | SetAuxFileList (TList *) |
void | SetBatchMode (Bool_t on=kTRUE) |
void | SetBatchName (const Char_t *batchname) |
void | SetBatchSystem (KVBatchSystem *bs) |
void | SetDataType (const Char_t *name) |
virtual void | SetFileList (TList *) |
void | SetMenus (Bool_t on=kTRUE) |
void | SetNbEventToRead (Long64_t nb=0) |
void | SetParent (KVDataAnalyser *da) |
void | SetProofMode (EProofMode e) |
void | SetQuit (Bool_t yes=kTRUE) |
void | SetStatusUpdateInterval (double t) |
void | SetSubmit (Bool_t yes=kTRUE) |
void | SetUserClass (const Char_t *kvs, Bool_t check=kTRUE) |
void | SetUserClassOptions (const Char_t *o="") |
void | SetUserIncludes (const Char_t *incDirs=0) |
void | SetUserLibraries (const Char_t *libs=0) |
void | UpdateBatchStatusFile (Int_t totev, Int_t evread, TString disk) const |
Update infos in batch status file. More... | |
void | UseBaseClassSubmitTask () |
void | WriteBatchInfo (TTree *) |
Private Attributes | |
Bool_t | fUpdate |
Additional Inherited Members | |
![]() | |
enum | EProofMode { None , Lite , Proof } |
![]() | |
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) |
KVOnlineReconDataAnalyser::KVOnlineReconDataAnalyser | ( | ) |
Default constructor.
Definition at line 22 of file KVOnlineReconDataAnalyser.cpp.
Bool_t KVOnlineReconDataAnalyser::CheckStatusUpdateInterval | ( | Int_t | ) | const |
This method returns true every fStatusUpdateInterval seconds, according to the check performed in SubmitTask You can change this value in your analysis class by calling
gDataAnalyser->SetStatusUpdateInterval(...);
with the required value in seconds before the processing loop starts
Definition at line 156 of file KVOnlineReconDataAnalyser.cpp.
|
inlineoverridevirtual |
for now, don't check anything to be added: check user analysis class compiles, is valid, etc.
Reimplemented from KVDataAnalyser.
Definition at line 22 of file KVOnlineReconDataAnalyser.h.
|
overridevirtual |
Set minimum (trigger) multiplicity for array.
Reimplemented from KVDataAnalyser.
Definition at line 139 of file KVOnlineReconDataAnalyser.cpp.
|
overridevirtual |
Reimplemented from KVDataAnalyser.
Definition at line 129 of file KVOnlineReconDataAnalyser.cpp.
|
inlineoverridevirtual |
Reimplemented from KVDataAnalyser.
Definition at line 32 of file KVOnlineReconDataAnalyser.h.
|
inlineoverridevirtual |
Reimplemented from KVReconDataAnalyser.
Definition at line 28 of file KVOnlineReconDataAnalyser.h.
|
overridevirtual |
Run the online analysis make the chosen dataset the active dataset ( = gDataSet; note this also opens database and positions gDataBase & gExpDB).
Reimplemented from KVDataAnalyser.
Definition at line 37 of file KVOnlineReconDataAnalyser.cpp.
|
inlineoverridevirtual |
Reimplemented from KVDataSetAnalyser.
Definition at line 29 of file KVOnlineReconDataAnalyser.h.
|
mutableprivate |
Definition at line 18 of file KVOnlineReconDataAnalyser.h.