CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/DataFormats/BTauReco/interface/TrackIPData.h

Go to the documentation of this file.
00001 #ifndef TrackIPData_h
00002 #define TrackIPData_h
00003 
00004 #include "DataFormats/Common/interface/Ref.h"
00005 #include "DataFormats/GeometryVector/interface/GlobalVector.h"
00006 #include "DataFormats/GeometryCommonDetAlgo/interface/Measurement1D.h"
00007 
00008 #include "DataFormats/JetReco/interface/JetTracksAssociation.h"
00009 
00010 namespace reco {
00011 
00012 
00013 struct TrackIPData
00014 {
00015   Measurement1D impactParameter3D;
00016   Measurement1D impactParameter2D;
00017   //float decayLen;
00018   //float decayLenError;
00019 };
00020 
00021 }
00022 #endif
00023