10 #include "KVDataSelector.h" 
   12 #include "KVOldINDRASelector.h" 
   13 #include "KVClassFactory.h" 
   34 KVDataSelector::~KVDataSelector()
 
   53    evtl->SetName(
Form(
"%s_run%d", this->
IsA()->GetName(), nrun));
 
   56             (
"TEventList for the \"%s\" KVDataSelector and run %d.",
 
   57              this->
IsA()->GetName(), nrun));
 
   58    cout << evtl->GetName() << 
" initialised." << endl;
 
   81       Warning(
"ProcessCurrentEntry(void)", 
"The KVOldINDRASelector is not set");
 
   83    if (SelectCurrentEntry()) {
 
   84       ok = kvsel->Analysis();
 
   85       evtl->Enter(kvsel->GetTreeEntry());
 
TClass * IsA() const override
 
char * Form(const char *fmt,...)
 
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)
 
Class handling event lists for KVOldINDRASelector analysis of data chains.
 
virtual void Reset(Int_t nrun)
 
virtual Bool_t SelectCurrentEntry(void)
 
virtual Bool_t ProcessCurrentEntry(void)
 
static void MakeClass(const Char_t *classname, const Char_t *classdesc)