File indexing completed on 2024-09-07 04:35:58
0001 #include "DataFormats/VertexReco/interface/TrackTimeLifeInfo.h"
0002
0003 TrackTimeLifeInfo::TrackTimeLifeInfo()
0004 : hasSV_(false),
0005 hasTrack_(false),
0006 sv_(reco::Vertex()),
0007 flight_vec_(GlobalVector()),
0008 ip_vec_(GlobalVector()),
0009 pca_(GlobalPoint()),
0010 flight_cov_(GlobalError()),
0011 pca_cov_(GlobalError()),
0012 ip_cov_(GlobalError()),
0013 flightLength_(Measurement1D()),
0014 ipLength_(Measurement1D()),
0015 track_(reco::Track()),
0016 bField_z_(0.) {}