CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DataFormats/MuonSeed/interface/L3MuonTrajectorySeedCollection.h

Go to the documentation of this file.
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