File indexing completed on 2024-04-06 12:04:38
0001 #ifndef L1Trigger_L1EtMissParticleFwd_h
0002 #define L1Trigger_L1EtMissParticleFwd_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 L1EtMissParticle;
0029
0030 typedef edm::RefProd<L1EtMissParticle> L1EtMissParticleRefProd;
0031
0032 typedef std::vector<L1EtMissParticle> L1EtMissParticleCollection;
0033
0034 typedef edm::Ref<L1EtMissParticleCollection> L1EtMissParticleRef;
0035 typedef edm::RefVector<L1EtMissParticleCollection> L1EtMissParticleRefVector;
0036 typedef std::vector<L1EtMissParticleRef> L1EtMissParticleVectorRef;
0037 }
0038
0039 #endif