CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/DataFormats/MuonReco/src/MuonTimeExtra.cc

Go to the documentation of this file.
00001 #include "DataFormats/MuonReco/interface/MuonTimeExtra.h"
00002 using namespace reco;
00003 
00004 MuonTimeExtra::MuonTimeExtra() 
00005 {
00006   nDof_=0;
00007        
00008   inverseBeta_=0.;
00009   inverseBetaErr_=0.;
00010    
00011   freeInverseBeta_=0.;
00012   freeInverseBetaErr_=0.;
00013 
00014   timeAtIpInOut_=0.;
00015   timeAtIpInOutErr_=0.;
00016   timeAtIpOutIn_=0.;
00017   timeAtIpOutInErr_=0.;
00018 }