CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1JetParticleFwd.h
Go to the documentation of this file.
1 #ifndef L1Trigger_L1JetParticleFwd_h
2 #define L1Trigger_L1JetParticleFwd_h
3 // -*- C++ -*-
4 //
5 // Package: L1Trigger
6 // Class : L1JetParticleFwd
7 //
12 //
13 // Original Author: Werner Sun
14 // Created: Sat Jul 15 14:28:43 EDT 2006
15 // $Id: L1JetParticleFwd.h,v 1.4 2007/04/02 08:03:13 wsun Exp $
16 //
17 
18 // system include files
19 
20 // user include files
21 
22 // forward declarations
23 #include <vector>
26 
27 
28 namespace l1extra {
29 
30  class L1JetParticle ;
31 
32  typedef std::vector< L1JetParticle > L1JetParticleCollection ;
33 
36  typedef std::vector< L1JetParticleRef > L1JetParticleVectorRef ;
37 }
38 
39 #endif
std::vector< L1JetParticleRef > L1JetParticleVectorRef
std::vector< L1JetParticle > L1JetParticleCollection
edm::Ref< L1JetParticleCollection > L1JetParticleRef
edm::RefVector< L1JetParticleCollection > L1JetParticleRefVector