4#include "KVINDRAEventSelector.h"
5#include "KVINDRAReconDataAnalyser.h"
6#include "KVClassFactory.h"
16 SetBranchName(
"INDRAReconEvent");
17 SetEventsReadInterval(20000);
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.
void AddHisto(TH1 *histo)
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.