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