CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/DataFormats/MuonSeed/interface/L2MuonTrajectorySeedCollection.h

Go to the documentation of this file.
00001 #ifndef DataFormats_MuonSeed_L2MuonTrajectorySeedCollection_H
00002 #define DataFormats_MuonSeed_L2MuonTrajectorySeedCollection_H
00003 
00012 #include "DataFormats/MuonSeed/interface/L2MuonTrajectorySeed.h"
00013 #include <vector>
00014 
00015 typedef std::vector<L2MuonTrajectorySeed> L2MuonTrajectorySeedCollection;
00016 
00017 #endif