Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:11

0001 #ifndef CondFormats_ESObjects_ESAngleCorrectionFactors_H
0002 #define CondFormats_ESObjects_ESAngleCorrectionFactors_H
0003 #include "CondFormats/ESObjects/interface/ESCondObjectContainer.h"
0004 
0005 typedef float ESAngleCorrectionFactor;
0006 typedef ESFloatCondObjectContainer ESAngleCorrectionFactorMap;
0007 typedef ESAngleCorrectionFactorMap ESAngleCorrectionFactors;
0008 
0009 #endif