test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1CSCTrackCollection.h
Go to the documentation of this file.
1 #ifndef L1CSCTrackFinder_L1CSCTrackCollection_h
2 #define L1CSCTrackFinder_L1CSCTrackCollection_h
3 
6 
7 typedef std::pair<csc::L1Track,CSCCorrelatedLCTDigiCollection> L1CSCTrack;
8 typedef std::vector<L1CSCTrack> L1CSCTrackCollection;
9 
10 #endif
11 
std::vector< L1CSCTrack > L1CSCTrackCollection
std::pair< csc::L1Track, CSCCorrelatedLCTDigiCollection > L1CSCTrack