#ifndef CondFormats_ESObjects_ESAngleCorrectionFactors_H
#define CondFormats_ESObjects_ESAngleCorrectionFactors_H
#include "CondFormats/ESObjects/interface/ESCondObjectContainer.h"
typedef float ESAngleCorrectionFactor;
typedef ESFloatCondObjectContainer ESAngleCorrectionFactorMap;
typedef ESAngleCorrectionFactorMap ESAngleCorrectionFactors;
#endif
|