Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:50:46

0001 #ifndef DataFormats_MuonSeed_L3MuonTrajectorySeedCollection_H
0002 #define DataFormats_MuonSeed_L3MuonTrajectorySeedCollection_H
0003 
0004 /** \class L3MuonTrajectorySeedCollection
0005  *  No description available.
0006  *
0007  *  \author J.R. Vlimant
0008  */
0009 
0010 #include "DataFormats/MuonSeed/interface/L3MuonTrajectorySeed.h"
0011 #include <vector>
0012 
0013 typedef std::vector<L3MuonTrajectorySeed> L3MuonTrajectorySeedCollection;
0014 typedef edm::Ref<L3MuonTrajectorySeedCollection> L3MuonTrajectorySeedRef;
0015 
0016 #endif