1 #ifndef __KVEVENTRECONSTRUCTOR_H
2 #define __KVEVENTRECONSTRUCTOR_H
#define ClassDef(name, id)
Base class for KaliVeda framework.
Base class for event reconstruction from array data.
KVDetectorEvent detev
list of hit groups in event
KVEventReconstructor(KVMultiDetArray *, KVReconstructedEvent *, Bool_t=kFALSE)
KVMultiDetArray * GetArray()
void MergeGroupEventFragments()
KVReconstructedEvent * fEvent
The reconstructed event.
void * GetEventReference()
TObjArray fGroupReconstructor
array of group reconstructors
KVMultiDetArray * fArray
Array for which events are to be reconstructed.
void Copy(TObject &obj) const
Int_t fNGrpRecon
number of group reconstructors for current event
KVReconstructedEvent * GetEvent()
virtual ~KVEventReconstructor()
void ReconstructEvent(const TSeqCollection *=nullptr)
std::vector< int > fHitGroups
group indices in current event
Base class for describing the geometry of a detector array.
Physical event reconstructed from data measured with a detector array using implemented identificatio...