Belle II Software development
SVDHitTimeSelectionFunction.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<svd/dbobjects/SVDHitTimeSelectionFunction.h>
9
10using namespace Belle2;
11
12std::vector <SVDHitTimeSelectionFunction::selFunction>
14
15/*
16SVDHitTimeSelectionFunction::SVDHitTimeSelectionFunction(const SVDHitTimeSelectionFunction& a):TObject()
17{
18 m_current = a.m_current;
19
20
21 //first version:
22 m_tMin = a.m_tMin;
23
24 //second version
25 m_deltaT = a.m_deltaT;
26
27 //third
28 m_nSigma = a.m_nSigma;
29
30
31}
32*/
33
static std::vector< selFunction > m_implementations
vector of fuctions, we use the m_current
Abstract base class for different kinds of events.