4 #include "KVINDRAEventSelector.h"
5 #include "KVINDRAReconDataAnalyser.h"
6 #include "KVClassFactory.h"
16 SetBranchName(
"INDRAReconEvent");
17 SetEventsReadInterval(20000);
41 if (
tree && gDataAnalyser->
GetProofMode() != KVDataAnalyser::EProofMode::None) {
59 KVClassFactory cf(kvsname,
"User analysis class",
"",
kTRUE,
"ROOT6KVINDRAEventSelectorTemplate");
61 KVClassFactory cf(kvsname,
"User analysis class",
"",
kTRUE,
"KVINDRAEventSelectorTemplate");
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)
EProofMode GetProofMode() const
General purpose analysis base class for TTree containing KVEvent objects.
virtual void Init(TTree *tree)
Base class for analysis of reconstructed INDRA events.
void Init(TTree *tree)
When using PROOF, need to set tree pointer in KVDataAnalyser.
virtual ~KVINDRAEventSelector()
Destructor.
static void Make(const Char_t *kvsname="MyOwnINDRASelector")
Automatic generation of KVINDRAEventSelector-derived class for KaliVeda analysis.
Manage analysis of reconstructed INDRA data.