00001 #ifndef CondFormats_ESObjects_ESIntercalibConstants_H 00002 #define CondFormats_ESObjects_ESIntercalibConstants_H 00003 #include "CondFormats/ESObjects/interface/ESCondObjectContainer.h" 00004 00005 typedef float ESIntercalibConstant; 00006 typedef ESFloatCondObjectContainer ESIntercalibConstantMap; 00007 typedef ESIntercalibConstantMap ESIntercalibConstants; 00008 00009 00010 #endif