10 #include <klm/dataobjects/KLMMuidHit.h>
16 m_ExtPosition(0, 0, 0),
18 m_HitPosition(0, 0, 0),
28 KLMMuidHit::KLMMuidHit(
int pdgCode,
bool inBarrel,
bool isForward,
int sector,
int layer,
const TVector3& extPosition,
29 const TVector3& hitPosition,
double extTime,
double hitTime,
double chiSquared) :
34 m_IsForward(isForward),
37 m_ChiSquared(chiSquared)
TVector3 m_HitPosition
global-coordinate position of the matching KLM hit (cm)
KLMMuidHit()
Empty constructor for ROOT IO (needed to make the class storable)
TVector3 m_ExtPosition
global-coordinate position of the extrapolated point (cm)
Abstract base class for different kinds of events.