Macros

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