Belle II Software development
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
10using namespace Belle2;
11
19
ObserverInfo()
constructor
std::vector< SpacePointInfo > m_hits
stores the hits used in the filter, should have the order as used in the filter from outer to inner!
~ObserverInfo()
destructor
int m_mainMCParticleID
dominating mcParticleID.
double m_mainPurity
purity for the dominating particleID.
std::vector< FilterInfo > m_filterInfos
stores the information for each Filter
Abstract base class for different kinds of events.