CMS 3D CMS Logo

MuonTimeExtra.cc
Go to the documentation of this file.
2 using namespace reco;
3 
5  nDof_ = 0;
6 
7  inverseBeta_ = 0.;
8  inverseBetaErr_ = 0.;
9 
10  freeInverseBeta_ = 0.;
12 
13  timeAtIpInOut_ = 0.;
14  timeAtIpInOutErr_ = 0.;
15  timeAtIpOutIn_ = 0.;
16  timeAtIpOutInErr_ = 0.;
17 }
float inverseBeta_
1/beta for prompt particle hypothesis
Definition: MuonTimeExtra.h:67
float timeAtIpInOut_
time of arrival at the IP for the Beta=1 hypothesis
Definition: MuonTimeExtra.h:75
fixed size matrix
float freeInverseBeta_
unconstrained 1/beta (time is free)
Definition: MuonTimeExtra.h:71
int nDof_
number of measurements used in timing calculation
Definition: MuonTimeExtra.h:64