CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/DataFormats/L1CSCTrackFinder/interface/L1CSCTrackCollection.h

Go to the documentation of this file.
00001 #ifndef L1CSCTrackFinder_L1CSCTrackCollection_h
00002 #define L1CSCTrackFinder_L1CSCTrackCollection_h
00003 
00004 #include <DataFormats/L1CSCTrackFinder/interface/L1Track.h>
00005 #include <DataFormats/CSCDigi/interface/CSCCorrelatedLCTDigiCollection.h>
00006 
00007 typedef std::pair<csc::L1Track,CSCCorrelatedLCTDigiCollection> L1CSCTrack;
00008 typedef std::vector<L1CSCTrack> L1CSCTrackCollection;
00009 
00010 #endif
00011