Belle II Software development
CDCMCTrackLookUp.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/CDCMCTrackLookUp.h>
9
10#include <tracking/trackFindingCDC/mclookup/CDCMCManager.h>
11
12#include <tracking/trackFindingCDC/mclookup/CDCMCHitCollectionLookUp.icc.h>
13
14#include <tracking/trackFindingCDC/eventdata/tracks/CDCTrack.h>
15
16using namespace Belle2;
17using namespace TrackFindingCDC;
18
20
22{
24}
Interface class to the Monte Carlo information for collections of hits.
static const CDCMCTrackLookUp & getMCTrackLookUp()
Getter for the singletone instance of the CDCMCTrackLookUp.
Specialisation of the lookup for the truth values of reconstructed tracks.
static const CDCMCTrackLookUp & getInstance()
Getter for the singletone instance.
Abstract base class for different kinds of events.