#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 5 of file MuonTime.h.
Enumerator | |
---|---|
OutsideIn | |
Undefined | |
InsideOut |
Definition at line 6 of file MuonTime.h.
|
inline |
Definition at line 28 of file MuonTime.h.
|
inline |
direction estimation based on time dispersion
Definition at line 20 of file MuonTime.h.
References InsideOut, nDof, OutsideIn, timeAtIpInOutErr, timeAtIpOutInErr, and Undefined.
Referenced by L1MuonRecoTreeProducer::analyze().
int reco::MuonTime::nDof |
number of muon stations used
Definition at line 9 of file MuonTime.h.
Referenced by MuonTiming::analyze(), HitEff::analyze(), direction(), MuonTimingFiller::fillRPCTime(), 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 13 of file MuonTime.h.
Referenced by MuonTiming::analyze(), HitEff::analyze(), CosmicRateAnalyzer::analyze(), L1MuonRecoTreeProducer::analyze(), MuonTimingFiller::fillRPCTime(), and MuonIdProducer::produce().
float reco::MuonTime::timeAtIpInOutErr |
Definition at line 14 of file MuonTime.h.
Referenced by MuonTiming::analyze(), HitEff::analyze(), L1MuonRecoTreeProducer::analyze(), direction(), MuonTimingFiller::fillRPCTime(), and MuonIdProducer::produce().
float reco::MuonTime::timeAtIpOutIn |
b) particle is moving from outside in
Definition at line 16 of file MuonTime.h.
Referenced by L1MuonRecoTreeProducer::analyze(), MuonTimingFiller::fillRPCTime(), and MuonIdProducer::produce().
float reco::MuonTime::timeAtIpOutInErr |
Definition at line 17 of file MuonTime.h.
Referenced by L1MuonRecoTreeProducer::analyze(), direction(), MuonTimingFiller::fillRPCTime(), and MuonIdProducer::produce().