Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:40:55

0001 #ifndef TRACKINFO_RECOTRACKTOTPCOLLECTION_H
0002 #define TRACKINFO_RECOTRACKTOTPCOLLECTION_H
0003 
0004 #include <vector>
0005 #include "AnalysisDataFormats/TrackInfo/interface/RecoTracktoTP.h"
0006 
0007 typedef std::vector<RecoTracktoTP> RecoTracktoTPCollection;
0008 
0009 #endif