Belle II Software  release-05-02-19
CDCMCSegment2DLookUp.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/CDCMCSegment2DLookUp.h>
11 
12 #include <tracking/trackFindingCDC/mclookup/CDCMCManager.h>
13 
14 #include <tracking/trackFindingCDC/mclookup/CDCMCHitCollectionLookUp.icc.h>
15 
16 #include <tracking/trackFindingCDC/eventdata/segments/CDCSegment2D.h>
17 
18 using namespace Belle2;
19 using namespace TrackFindingCDC;
20 
22 
24 {
26 }
Belle2::TrackFindingCDC::CDCMCSegment2DLookUp
Specialisation of the lookup for the truth values of two dimensional segments.
Definition: CDCMCSegment2DLookUp.h:33
Belle2::TrackFindingCDC::CDCMCManager::getMCSegment2DLookUp
static const CDCMCSegment2DLookUp & getMCSegment2DLookUp()
Getter for the singletone instance of the CDCMCSegment2DLookUp.
Definition: CDCMCManager.cc:102
Belle2::TrackFindingCDC::CDCMCSegment2DLookUp::getInstance
static const CDCMCSegment2DLookUp & getInstance()
Getter for the singletone instance.
Definition: CDCMCSegment2DLookUp.cc:23
Belle2::TrackFindingCDC::CDCMCHitCollectionLookUp< CDCSegment2D >
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19