Belle II Software  release-05-01-25
CDCMCTrackLookUp.cc
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2014 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Oliver Frost *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 #include <tracking/trackFindingCDC/mclookup/CDCMCTrackLookUp.h>
11 
12 #include <tracking/trackFindingCDC/mclookup/CDCMCManager.h>
13 
14 #include <tracking/trackFindingCDC/mclookup/CDCMCHitCollectionLookUp.icc.h>
15 
16 #include <tracking/trackFindingCDC/eventdata/tracks/CDCTrack.h>
17 
18 using namespace Belle2;
19 using namespace TrackFindingCDC;
20 
22 
24 {
26 }
Belle2::TrackFindingCDC::CDCMCTrackLookUp::getInstance
static const CDCMCTrackLookUp & getInstance()
Getter for the singletone instance.
Definition: CDCMCTrackLookUp.cc:23
Belle2::TrackFindingCDC::CDCMCManager::getMCTrackLookUp
static const CDCMCTrackLookUp & getMCTrackLookUp()
Getter for the singletone instance of the CDCMCTrackLookUp.
Definition: CDCMCManager.cc:112
Belle2::TrackFindingCDC::CDCMCHitCollectionLookUp< CDCTrack >
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::TrackFindingCDC::CDCMCTrackLookUp
Specialisation of the lookup for the truth values of reconstructed tracks.
Definition: CDCMCTrackLookUp.h:33