#ifndef CondFormats_ESObjects_ESIntercalibConstants_H
#define CondFormats_ESObjects_ESIntercalibConstants_H
#include "CondFormats/ESObjects/interface/ESCondObjectContainer.h"
typedef float ESIntercalibConstant;
typedef ESFloatCondObjectContainer ESIntercalibConstantMap;
typedef ESIntercalibConstantMap ESIntercalibConstants;
#endif
|