Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:48

0001 #ifndef DataFormats_MuonSeed_L2MuonTrajectorySeedCollection_H
0002 #define DataFormats_MuonSeed_L2MuonTrajectorySeedCollection_H
0003 
0004 /** \class L2MuonTrajectorySeedCollection
0005  *  No description available.
0006  *
0007  *  \author R. Bellan - INFN Torino <riccardo.bellan@cern.ch>
0008  */
0009 
0010 #include "DataFormats/MuonSeed/interface/L2MuonTrajectorySeed.h"
0011 #include <vector>
0012 
0013 typedef std::vector<L2MuonTrajectorySeed> L2MuonTrajectorySeedCollection;
0014 
0015 #endif