CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/DataFormats/L1CSCTrackFinder/interface/L1CSCStatusDigiCollection.h

Go to the documentation of this file.
00001 #ifndef L1CSCSPStatusDigiCollection_h
00002 #define L1CSCSPStatusDigiCollection_h
00003 
00004 #include <DataFormats/L1CSCTrackFinder/interface/L1CSCSPStatusDigi.h>
00005 
00006 typedef std::pair< int, std::vector<L1CSCSPStatusDigi> > L1CSCStatusDigiCollection;
00007 
00008 #endif
00009