Belle II Software  release-08-01-10
ObserverInfo.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/dataobjects/ObserverInfo.h>
9 
10 using namespace Belle2;
11 
13  m_filterInfos(),
14  m_hits(),
15  m_mainMCParticleID(-1),
16  m_mainPurity(-1.)
17 {
18 };
19 
21 {
22 };
ObserverInfo()
constructor
Definition: ObserverInfo.cc:12
~ObserverInfo()
destructor
Definition: ObserverInfo.cc:20
Abstract base class for different kinds of events.