00001 #ifndef CondFormats_EcalObjects_EcalGainRatios_H 00002 #define CondFormats_EcalObjects_EcalGainRatios_H 00003 00008 #include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h" 00009 #include "CondFormats/EcalObjects/interface/EcalMGPAGainRatio.h" 00010 00011 typedef EcalCondObjectContainer<EcalMGPAGainRatio> EcalGainRatioMap; 00012 typedef EcalGainRatioMap EcalGainRatios; 00013 00014 #endif