Macros

Line Code
1 2 3 4 5 6 7 8 9
#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