00001 #ifndef DataFormats_MuonSeed_L3MuonTrajectorySeedCollection_H 00002 #define DataFormats_MuonSeed_L3MuonTrajectorySeedCollection_H 00003 00011 #include "DataFormats/MuonSeed/interface/L3MuonTrajectorySeed.h" 00012 #include <vector> 00013 00014 typedef std::vector<L3MuonTrajectorySeed> L3MuonTrajectorySeedCollection; 00015 typedef edm::Ref<L3MuonTrajectorySeedCollection> L3MuonTrajectorySeedRef; 00016 00017 #endif