1#include "KVReconRawDataAnalyser.h"
4#include <KVClassFactory.h>
13 TClass* recev_cl = TClass::GetClass(GetDataSet()->GetReconstructedEventClassName());
16 Info(
"preInitAnalysis",
"Reconstructed event container class: %s", recev_cl->
GetName());
74 kTRUE,
"ReconRawAnalysisTemplate");
Factory class for generating skeleton files for new classes.
void GenerateCode()
Generate header and implementation file for currently-defined class.
Base class for event reconstruction from array data.
void Clear(Option_t *opt="")
Bool_t HandledRawData() const
const KVSeqCollection * GetFiredDetectors() const
Long64_t GetEventNumber() const
void AddHisto(TH1 *histo)
Base class for user analysis of raw data with event reconstruction.
std::unique_ptr< KVEventReconstructor > fEvRecon
KVReconstructedEvent * fRecev
static void Make(const Char_t *kvsname)
Automatic generation of derived class for raw data analysis.
Event containing KVReconstructedNucleus nuclei reconstructed from hits in detectors.
void * New(ENewType defConstructor=kClassNew, Bool_t quiet=kFALSE) const
const char * GetName() const override