Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:25

0001 #ifndef L1CSCTrackFinder_L1CSCTrackCollection_h
0002 #define L1CSCTrackFinder_L1CSCTrackCollection_h
0003 
0004 #include <DataFormats/L1CSCTrackFinder/interface/L1Track.h>
0005 #include <DataFormats/CSCDigi/interface/CSCCorrelatedLCTDigiCollection.h>
0006 
0007 typedef std::pair<csc::L1Track, CSCCorrelatedLCTDigiCollection> L1CSCTrack;
0008 typedef std::vector<L1CSCTrack> L1CSCTrackCollection;
0009 
0010 #endif