Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef L1Trigger_L1EtMissParticleFwd_h
0002 #define L1Trigger_L1EtMissParticleFwd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     L1Trigger
0006 // Class  :     L1EtMissParticleFwd
0007 //
0008 /**\class L1EtMissParticleRef \file L1EtMissParticleFwd.h DataFormats/L1Trigger/interface/L1EtMissParticleFwd.h \author Werner Sun
0009 
0010  Description: typedefs for L1EtMissParticleRef and associated containers.
0011 */
0012 //
0013 // Original Author:  Werner Sun
0014 //         Created:  Sat Jul 15 14:28:43 EDT 2006
0015 //
0016 
0017 // system include files
0018 
0019 // user include files
0020 
0021 // forward declarations
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 }  // namespace l1extra
0038 
0039 #endif