 |
Belle II Software
release-05-01-25
|
12 #include <framework/dataobjects/EventMetaData.h>
19 namespace TrackFindingCDC {
20 class CDCMCTrackLookUp;
21 class CDCMCSegment3DLookUp;
22 class CDCMCSegment2DLookUp;
25 class CDCSimHitLookUp;
26 class CDCMCTrackStore;
Specialisation of the lookup for the truth values of two dimensional segments.
static const CDCMCMap & getMCMap()
Getter for the singletone instance of the CDCMCMap.
Class to organize and present the monte carlo hit information.
Class to organize and present the monte carlo hit information.
void clear()
Clears all Monte Carlo information present in the last event.
static const CDCMCSegment2DLookUp & getMCSegment2DLookUp()
Getter for the singletone instance of the CDCMCSegment2DLookUp.
CDCMCManager()=default
Default constructor only accessable for getInstance()
void requireTruthInformation()
Require the mc information store arrays.
void fill()
Fill Monte Carlo look up maps from the DataStore.
static const CDCMCTrackLookUp & getMCTrackLookUp()
Getter for the singletone instance of the CDCMCTrackLookUp.
Abstract base class for different kinds of events.
static const CDCMCTrackStore & getMCTrackStore()
Getter for the singletone instance of the CDCMCTrackStore.
Interface class to the Monte Carlo information for individual hits.
static CDCMCManager & getInstance()
Getter for the singletone instance.
static const CDCMCSegment3DLookUp & getMCSegment3DLookUp()
Getter for the singletone instance of the CDCMCSegment3DLookUp.
Specialisation of the lookup for the truth values of two dimensional segments.
Singletone class to gather local information about the hits.
static const CDCSimHitLookUp & getSimHitLookUp()
Getter for the singletone instance of the CDCSimHitLookUp.
EventMetaData m_eventMetaData
Memory for the event, run and experminent number corresponding to the currently stored data.
Class to organize and present the monte carlo hit information.
Specialisation of the lookup for the truth values of reconstructed tracks.
static const CDCMCHitLookUp & getMCHitLookUp()
Getter for the singletone instance of the CDCMCHitLookUp.