CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/CondFormats/EcalObjects/interface/EcalGainRatios.h

Go to the documentation of this file.
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