1 #ifndef KVRECONRAWDATAANALYSER_H 
    2 #define KVRECONRAWDATAANALYSER_H 
    4 #include "KVRawDataAnalyser.h" 
    5 #include "KVEventReconstructor.h" 
   25    std::unique_ptr<KVEventReconstructor> 
fEvRecon;
 
#define ClassDefOverride(name, id)
 
Abstract base class for user analysis of raw data.
 
Base class for user analysis of raw data with event reconstruction.
 
void postAnalysis() override
 
virtual ~KVReconRawDataAnalyser()
 
std::unique_ptr< KVEventReconstructor > fEvRecon
 
void preInitRun() override
 
void preInitAnalysis() override
 
KVReconstructedEvent * GetReconstructedEvent() const
 
void postEndRun() override
 
KVReconstructedEvent * fRecev
 
void preAnalysis() override
 
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.