1 #ifndef CondFormats_HcalObjects_ScalingExponential_h_
2 #define CondFormats_HcalObjects_ScalingExponential_h_
6 #include "boost/cstdint.hpp"
7 #include "boost/serialization/version.hpp"
15 const bool isLinear=
false)
28 {
return !(*
this ==
r);}
37 template<
class Archive>
46 #endif // CondFormats_HcalObjects_ScalingExponential_h_
ScalingExponential(const double p0, const double p1, const bool isLinear=false)
bool operator==(const ScalingExponential &r) const
friend class boost::serialization::access
double operator()(const double x) const
void serialize(Archive &ar, unsigned)
bool operator!=(const ScalingExponential &r) const