#include <MuonTime.h>
Public Types | |
enum | Direction { OutsideIn = -1, Undefined = 0, InsideOut = 1 } |
Public Member Functions | |
Direction | direction () const |
direction estimation based on time dispersion More... | |
MuonTime () | |
Public Attributes | |
int | nDof |
number of muon stations used More... | |
float | timeAtIpInOut |
float | timeAtIpInOutErr |
float | timeAtIpOutIn |
b) particle is moving from outside in More... | |
float | timeAtIpOutInErr |
Definition at line 6 of file MuonTime.h.
Enumerator | |
---|---|
OutsideIn | |
Undefined | |
InsideOut |
Definition at line 7 of file MuonTime.h.
|
inline |
Definition at line 29 of file MuonTime.h.
|
inline |
direction estimation based on time dispersion
Definition at line 21 of file MuonTime.h.
References InsideOut, nDof, OutsideIn, timeAtIpInOutErr, timeAtIpOutInErr, and Undefined.
int reco::MuonTime::nDof |
number of muon stations used
Definition at line 10 of file MuonTime.h.
Referenced by HitEff::analyze(), direction(), reco::Muon::isTimeValid(), and MuonIdProducer::produce().
float reco::MuonTime::timeAtIpInOut |
time of arrival at the IP for the Beta=1 hypothesis a) particle is moving from inside out
Definition at line 14 of file MuonTime.h.
Referenced by HitEff::analyze(), MuonCosmicCompatibilityFiller::muonTiming(), and MuonIdProducer::produce().
float reco::MuonTime::timeAtIpInOutErr |
Definition at line 15 of file MuonTime.h.
Referenced by HitEff::analyze(), direction(), and MuonIdProducer::produce().
float reco::MuonTime::timeAtIpOutIn |
b) particle is moving from outside in
Definition at line 17 of file MuonTime.h.
Referenced by MuonIdProducer::produce().
float reco::MuonTime::timeAtIpOutInErr |
Definition at line 18 of file MuonTime.h.
Referenced by direction(), and MuonIdProducer::produce().