Belle II Software  release-05-01-25
CDCMCSegment3DLookUp.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/CDCMCSegment3DLookUp.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/CDCSegment3D.h>
17 
18 using namespace Belle2;
19 using namespace TrackFindingCDC;
20 
22 
24 {
26 }
Belle2::TrackFindingCDC::CDCMCSegment3DLookUp::getInstance
static const CDCMCSegment3DLookUp & getInstance()
Getter for the singletone instance.
Definition: CDCMCSegment3DLookUp.cc:23
Belle2::TrackFindingCDC::CDCMCHitCollectionLookUp< CDCSegment3D >
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::TrackFindingCDC::CDCMCManager::getMCSegment3DLookUp
static const CDCMCSegment3DLookUp & getMCSegment3DLookUp()
Getter for the singletone instance of the CDCMCSegment3DLookUp.
Definition: CDCMCManager.cc:107
Belle2::TrackFindingCDC::CDCMCSegment3DLookUp
Specialisation of the lookup for the truth values of two dimensional segments.
Definition: CDCMCSegment3DLookUp.h:33