CMS 3D CMS Logo

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

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