Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef CondFormats_ESObjects_ESIntercalibConstants_H
0002 #define CondFormats_ESObjects_ESIntercalibConstants_H
0003 #include "CondFormats/ESObjects/interface/ESCondObjectContainer.h"
0004 
0005 typedef float ESIntercalibConstant;
0006 typedef ESFloatCondObjectContainer ESIntercalibConstantMap;
0007 typedef ESIntercalibConstantMap ESIntercalibConstants;
0008 
0009 #endif