File indexing completed on 2024-04-06 12:24:32
0001 #ifndef RecoBTag_SecondaryVertex_SecondaryVertex_h
0002 #define RecoBTag_SecondaryVertex_SecondaryVertex_h
0003
0004 #include "DataFormats/GeometryCommonDetAlgo/interface/Measurement1D.h"
0005 #include "DataFormats/GeometryVector/interface/GlobalVector.h"
0006 #include "DataFormats/VertexReco/interface/Vertex.h"
0007 #include "RecoBTag/SecondaryVertex/interface/TemplatedSecondaryVertex.h"
0008
0009 namespace reco {
0010
0011 typedef TemplatedSecondaryVertex<reco::Vertex> SecondaryVertex;
0012
0013 }
0014
0015 #endif