CMS 3D CMS Logo

L1TObjScalingConstants.h
Go to the documentation of this file.
1 #ifndef HLTObjects_L1TObjScalingConstants_h
2 #define HLTObjects_L1TObjScalingConstants_h
3 
5 
6 #include <vector>
7 
9 public:
10  struct Scaling {
11  float m_constant;
12  float m_linear;
13  float m_quadratic;
15  };
16 
17  std::vector<Scaling> m_constants;
19 };
20 
21 #endif // HLTObjects_L1TObjScalingConstants_h
L1TObjScalingConstants::Scaling::m_constant
float m_constant
Definition: L1TObjScalingConstants.h:11
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition: Serializable.h:39
L1TObjScalingConstants::Scaling::m_quadratic
float m_quadratic
Definition: L1TObjScalingConstants.h:13
L1TObjScalingConstants
Definition: L1TObjScalingConstants.h:8
L1TObjScalingConstants::Scaling::m_linear
float m_linear
Definition: L1TObjScalingConstants.h:12
Serializable.h
L1TObjScalingConstants::m_constants
std::vector< Scaling > m_constants
Definition: L1TObjScalingConstants.h:17
L1TObjScalingConstants::Scaling
Definition: L1TObjScalingConstants.h:10