Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:57:32

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