KaliVeda
Toolkit for HIC analysis
KVFAZIARawDataAnalyser Class Reference

Detailed Description

Pilot analysis of raw FAZIA data.

Created by KVClassFactory on Tue Jan 26 16:01:47 2016 Author: bonnet,,,

Definition at line 16 of file KVFAZIARawDataAnalyser.h.

#include <KVFAZIARawDataAnalyser.h>

Inheritance diagram for KVFAZIARawDataAnalyser:

Public Member Functions

 KVFAZIARawDataAnalyser ()
 Default constructor. More...
 
virtual ~KVFAZIARawDataAnalyser ()
 Destructor. More...
 
Int_t GetCurrentRunNumber () const
 
virtual void preInitAnalysis ()
 called by the KVFAZIAReader::SlaveBegin() derived analysis class More...
 
virtual void preInitRun ()
 called by the KVFAZIAReader::Notify() derived analysis class More...
 
void ProcessRun ()
 
void SubmitTask ()
 
- Public Member Functions inherited from KVDataSetAnalyser
 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
 
KVDBRunGetAnalysedRun () const
 
KVDBSystemGetAnalysedSystem () const
 
const KVDataSetGetDataSet () const
 
const KVNumberListGetFullRunList () const
 
const KV2BodyGetKinematics () const
 
Int_t GetNumberOfFilesToAnalyse () const
 
const Char_t * GetRecognisedAutoBatchNameKeywords () const
 
KVString GetRootDirectoryOfDataToAnalyse () const
 Returns path to data to be analysed. More...
 
const KVNumberListGetRunList () const
 
Int_t GetRunNumberFromFileName (const Char_t *)
 Get the run number from the filename. More...
 
const KVDBSystemGetSystem () const
 
Bool_t IsChooseDataSet () const
 
Bool_t IsChooseRuns () const
 
Bool_t IsChooseSystem () const
 
Bool_t IsChooseTask () const
 
Bool_t ReadBatchEnvFile (const TString &filename)
 
void Reset ()
 
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
 
void WriteBatchEnvFile (const TString &jobname, Bool_t save=kTRUE)
 
- Public Member Functions inherited from KVDataAnalyser
 KVDataAnalyser ()
 Default constructor. More...
 
virtual ~ KVDataAnalyser ()
 
Bool_t BatchMode () const
 
virtual Bool_t CheckStatusUpdateInterval (Long64_t nevents) const
 
virtual Bool_t CheckTaskVariables ()
 
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 ()
 
virtual TTree * GetAnalysedTree () const
 
KVDataAnalysisTaskGetAnalysisTask () 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 KVBatchSystemGetBatchSystem ()
 
const KVStringGetDataType () const
 
const Char_t * GetLaunchDirectory () const
 
Long64_t GetNbEventToRead (void) const
 
KVDataAnalyserGetParent () const
 
TString GetPathToFileInLaunchDirectory (const TString &) const
 
EProofMode GetProofMode () const
 
Double_t GetStatusUpdateInterval () const
 
virtual Long64_t GetTotalEntriesToRead () const
 
const Char_t * GetUserClass ()
 
const KVStringGetUserClassDec () const
 
const KVStringGetUserClassImp () const
 
const KVStringGetUserClassOptions () const
 
const KVStringGetUserIncludes () const
 
const KVStringGetUserLibraries () 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 preAnalysis ()
 
virtual void preEndAnalysis ()
 
virtual void preEndRun ()
 
virtual void RegisterUserClass (TObject *)
 
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 ()
 
virtual void SetAnalysedTree (TTree *)
 
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)
 
virtual void SetTriggerConditionsForRun (int)
 
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

Int_t fRunNumber
 run number of current file More...
 
TTree * theTree
 

Additional Inherited Members

- Public Types inherited from KVDataAnalyser
enum  EProofMode { None , Lite , Proof }
 
- Static Public Member Functions inherited from KVDataAnalyser
static Bool_t AbortProcessingLoop ()
 
static KVDataAnalyserGetAnalyser (const Char_t *plugin)
 
static Bool_t IsRunningBatchAnalysis ()
 
static void RunAnalyser (const Char_t *plugin="")
 
static void SetAbortProcessingLoop (Bool_t now=kTRUE)
 

Constructor & Destructor Documentation

◆ KVFAZIARawDataAnalyser()

KVFAZIARawDataAnalyser::KVFAZIARawDataAnalyser ( )

Default constructor.

Definition at line 14 of file KVFAZIARawDataAnalyser.cpp.

◆ ~KVFAZIARawDataAnalyser()

KVFAZIARawDataAnalyser::~KVFAZIARawDataAnalyser ( )
virtual

Destructor.

Definition at line 24 of file KVFAZIARawDataAnalyser.cpp.

Member Function Documentation

◆ GetCurrentRunNumber()

Int_t KVFAZIARawDataAnalyser::GetCurrentRunNumber ( ) const
inline

Definition at line 29 of file KVFAZIARawDataAnalyser.h.

◆ preInitAnalysis()

void KVFAZIARawDataAnalyser::preInitAnalysis ( )
virtual

called by the KVFAZIAReader::SlaveBegin() derived analysis class

Reimplemented from KVDataAnalyser.

Definition at line 34 of file KVFAZIARawDataAnalyser.cpp.

◆ preInitRun()

void KVFAZIARawDataAnalyser::preInitRun ( )
virtual

called by the KVFAZIAReader::Notify() derived analysis class

Reimplemented from KVDataAnalyser.

Definition at line 49 of file KVFAZIARawDataAnalyser.cpp.

◆ ProcessRun()

void KVFAZIARawDataAnalyser::ProcessRun ( )

Perform treatment of a given run Before processing each run, after opening the associated file, user's InitRun() method is called. After each run, user's EndRun() is called. For each event of each run, user's Analysis() method is called.

For further customisation, the pre/post-methods are called just before and just after each of these methods (preInitRun(), postAnalysis(), etc. etc.)

Definition at line 107 of file KVFAZIARawDataAnalyser.cpp.

◆ SubmitTask()

void KVFAZIARawDataAnalyser::SubmitTask ( )
virtual

Perform analysis of chosen runs Before beginning the loop over the runs, the user's InitAnalysis() method is called. After completing the analysis of all runs, the user's EndAnalysis() method is called.

Further customisation of the event loop is possible by overriding the methods preInitAnalysis() postInitAnalysis() preEndAnalysis() postEndAnalysis() which are executed respectively just before and just after the methods.

Reimplemented from KVDataAnalyser.

Definition at line 71 of file KVFAZIARawDataAnalyser.cpp.

Member Data Documentation

◆ fRunNumber

Int_t KVFAZIARawDataAnalyser::fRunNumber
private

run number of current file

Definition at line 18 of file KVFAZIARawDataAnalyser.h.

◆ theTree

TTree* KVFAZIARawDataAnalyser::theTree
private

Definition at line 17 of file KVFAZIARawDataAnalyser.h.