Belle II Software  release-08-01-10
CDCMCSegment3DLookUp.cc
1 /**************************************************************************
2  * basf2 (Belle II Analysis Software Framework) *
3  * Author: The Belle II Collaboration *
4  * *
5  * See git log for contributors and copyright holders. *
6  * This file is licensed under LGPL-3.0, see LICENSE.md. *
7  **************************************************************************/
8 #include <tracking/trackFindingCDC/mclookup/CDCMCSegment3DLookUp.h>
9 
10 #include <tracking/trackFindingCDC/mclookup/CDCMCManager.h>
11 
12 #include <tracking/trackFindingCDC/mclookup/CDCMCHitCollectionLookUp.icc.h>
13 
14 #include <tracking/trackFindingCDC/eventdata/segments/CDCSegment3D.h>
15 
16 using namespace Belle2;
17 using namespace TrackFindingCDC;
18 
20 
22 {
24 }
static const CDCMCSegment3DLookUp & getMCSegment3DLookUp()
Getter for the singletone instance of the CDCMCSegment3DLookUp.
Specialisation of the lookup for the truth values of two dimensional segments.
static const CDCMCSegment3DLookUp & getInstance()
Getter for the singletone instance.
Abstract base class for different kinds of events.