|
||||
File indexing completed on 2024-04-06 12:04:25
0001 #ifndef L1CSCSPStatusDigiCollection_h 0002 #define L1CSCSPStatusDigiCollection_h 0003 0004 #include <utility> 0005 #include <vector> 0006 0007 #include <DataFormats/L1CSCTrackFinder/interface/L1CSCSPStatusDigi.h> 0008 0009 typedef std::pair<int, std::vector<L1CSCSPStatusDigi> > L1CSCStatusDigiCollection; 0010 0011 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |