1 #define KVFAZIAReader_cxx
26 #include "KVFAZIAReader.h"
27 #include "KVDataAnalyser.h"
28 #include "KVFAZIARawDataAnalyser.h"
30 #include "KVClassFactory.h"
48 Info(
"KVFAZIAReader::SlaveBegin",
"called");
59 return fChain ?
fChain->GetTree()->GetEntry(entry, getall) : 0;
115 if (gSystem->GetProcInfo(&pid) == 0) {
116 std::cout <<
" ------------- Process infos -------------" << std::endl;
117 printf(
" CpuSys = %f s. CpuUser = %f s. ResMem = %f MB VirtMem = %f MB\n",
118 pid.fCpuSys, pid.fCpuUser, pid.fMemResident / 1024., pid.fMemVirtual / 1024.);
166 Info(
"KVFAZIAReader::Init",
"called");
198 Info(
"Notify",
"Beginning analysis of file %s (%lld events)",
fChain->GetCurrentFile()->GetName(),
fChain->GetTree()->GetEntries());
215 KVClassFactory cf(kvsname,
"User analysis class", Class_Name(), kTRUE);
Factory class for generating skeleton files for new classes.
void GenerateCode()
Generate header and implementation file for currently-defined class.
void AddImplIncludeFile(const Char_t *filename)
virtual void preInitAnalysis()
virtual void preInitRun()
virtual void Clear(Option_t *opt="")
Pilot analysis of raw FAZIA data.
TClonesArray * GetSignals() const
void Clear(Option_t *="")
Info("Clear","IsCalled");.
virtual Bool_t Process(Long64_t entry)
virtual void Init(TTree *tree)
virtual Bool_t Analysis()
TTree * fChain
pointer to the analyzed TTree or TChain
KVDetectorEvent * GetDetectorEvent() const
virtual void EndAnalysis()
static void Make(const Char_t *kvsname="MyOwnKVFAZIAReader")
Automatic generation of KVFAZIAReader-derived class for KaliVeda analysis.
virtual Int_t GetEntry(Long64_t entry, Int_t getall=0)
Int_t GetNumberOfReadEntries() const
KVFAZIARawEvent * RawEvent
void GetDetectorEvent(KVDetectorEvent *detev, const TSeqCollection *dets)