Belle II Software  release-05-01-25
SVDHitTimeSelectionFunction.cc
1 #include<svd/dbobjects/SVDHitTimeSelectionFunction.h>
2 
3 using namespace Belle2;
4 
5 std::vector <SVDHitTimeSelectionFunction::selFunction>
7 
8 /*
9 SVDHitTimeSelectionFunction::SVDHitTimeSelectionFunction(const SVDHitTimeSelectionFunction& a):TObject()
10 {
11  m_current = a.m_current;
12 
13 
14  //first version:
15  m_tMin = a.m_tMin;
16 
17  //second version
18  m_deltaT = a.m_deltaT;
19 
20  //third
21  m_nSigma = a.m_nSigma;
22 
23 
24 }
25 */
26 
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::SVDHitTimeSelectionFunction::m_implementations
static std::vector< selFunction > m_implementations
vector of fuctions, we use the m_current
Definition: SVDHitTimeSelectionFunction.h:136