CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/CondFormats/EcalObjects/interface/EcalTPGPedestals.h

Go to the documentation of this file.
00001 #ifndef EcalTPGPedestals_h
00002 #define EcalTPGPedestals_h
00003 
00004 #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h"
00005 
00006 struct EcalTPGPedestal
00007 {
00008    uint32_t mean_x12 ;
00009    uint32_t mean_x6 ;
00010    uint32_t mean_x1 ;
00011 };
00012 
00013 typedef EcalCondObjectContainer<EcalTPGPedestal> EcalTPGPedestalsMap;
00014 typedef EcalTPGPedestalsMap::const_iterator EcalTPGPedestalsMapIterator;
00015 typedef EcalTPGPedestalsMap EcalTPGPedestals;
00016 
00017 #endif