File indexing completed on 2023-03-17 10:50:31
0001 #ifndef L1Trigger_L1MuonParticleFwd_h
0002 #define L1Trigger_L1MuonParticleFwd_h
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022 #include <vector>
0023 #include "DataFormats/Common/interface/Ref.h"
0024 #include "DataFormats/Common/interface/RefVector.h"
0025
0026 namespace l1extra {
0027
0028 class L1MuonParticle;
0029
0030 typedef std::vector<L1MuonParticle> L1MuonParticleCollection;
0031
0032 typedef edm::Ref<L1MuonParticleCollection> L1MuonParticleRef;
0033 typedef edm::RefVector<L1MuonParticleCollection> L1MuonParticleRefVector;
0034 typedef std::vector<L1MuonParticleRef> L1MuonParticleVectorRef;
0035 }
0036
0037 #endif