12 #include <framework/datastore/RelationsObject.h>
43 double extTime,
double hitTime,
double chiSq);
Store one muon-identification hit in the KLM as a ROOT object.
TVector3 getHitPosition() const
TVector3 m_HitPosition
global-coordinate position of the matching KLM hit (cm)
bool m_IsForward
flag to indicate if hit is in forward (true) or backward (false) half
double m_HitTime
time of the matching KLM hit (ns)
int m_PdgCode
PDG particleID code for the hypothesis used in this extrapolation.
double m_ExtTime
time of the extrapolated point (ns)
int m_Sector
sector number (1..8 for barrel, 1..4 for endcap)
KLMMuidHit()
Empty constructor for ROOT IO (needed to make the class storable)
double getChiSquared() const
double getExtTime() const
int m_Layer
layer number (1..15 for barrel, 1..14 for endcap)
double m_ChiSquared
chi-squared contribution of this hit for extrapolation point and KLM hit
double getHitTime() const
TVector3 getExtPosition() const
bool m_InBarrel
flag to indicate if hit is in barrel (true) or endcap (false)
TVector3 m_ExtPosition
global-coordinate position of the extrapolated point (cm)
Defines interface for accessing relations of objects in StoreArray.
ClassDef(RelationsInterface, 0)
defines interface for accessing relations of objects in StoreArray.
Abstract base class for different kinds of events.