4 #include "KVFAZIARawDataAnalyser.h"
5 #include "KVMultiDetArray.h"
37 Info(
"preInitAnalysis",
"Appel");
38 if (gDataSet && !gMultiDetArray) {
39 Info(
"preInitAnalysis",
"Building of FAZIA array");
52 Info(
"preInitRun",
"Appel");
90 Info(
"SubmitTask",
"treatment of run# %d",
fRunNumber);
118 if (!(f && !f->IsZombie())) {
119 Error(
"ProcessRun",
"file %s does not exist or is made zombie", fullPathToRunfile.Data());
123 theTree = (TTree*)f->Get(
"FAZIA");
126 Info(
"SubmitTask",
"Beginning TTree::Process...");
const KVString & GetDataType() const
const Char_t * GetUserClass()
static Bool_t AbortProcessingLoop()
Long64_t GetNbEventToRead(void) const
const KVDataSet * GetDataSet() const
const KVNumberList & GetRunList() const
FileType * OpenRunfile(const Char_t *type, Int_t run)
TString GetFullPathToRunfile(const Char_t *type, Int_t run) const
Pilot analysis of raw FAZIA data.
virtual void preInitRun()
called by the KVFAZIAReader::Notify() derived analysis class
virtual ~KVFAZIARawDataAnalyser()
Destructor.
Int_t fRunNumber
run number of current file
virtual void preInitAnalysis()
called by the KVFAZIAReader::SlaveBegin() derived analysis class
virtual void SetParameters(UInt_t n, Bool_t physics_parameters_only=kFALSE)
static KVMultiDetArray * MakeMultiDetector(const Char_t *dataset_name, Int_t run=-1, TString classname="KVMultiDetArray")