CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/SimDataFormats/SLHC/interface/L1CaloClusterFwd.h

Go to the documentation of this file.
00001 #ifndef L1CaloCluster_Fwd
00002 #define L1CaloCluster_Fwd
00003 
00004 
00005 #include "SimDataFormats/SLHC/interface/EtaPhiContainer.h"
00006 #include "DataFormats/Common/interface/Ref.h"
00007 
00008 namespace l1slhc
00009 {
00010         class L1CaloCluster;
00011 }
00012 
00013 namespace l1slhc
00014 {
00015         // typedef std::vector<L1CaloCluster> L1CaloClusterCollection;
00016         typedef EtaPhiContainer < L1CaloCluster > L1CaloClusterCollection;
00017 
00018         typedef edm::Ref < L1CaloClusterCollection > L1CaloClusterRef;
00019 }
00020 
00021 #endif