14 #ifndef DT_CONFIG_LUTs_H 15 #define DT_CONFIG_LUTs_H 57 inline float D()
const {
return m_d; }
76 void DSPtoIEEE32(
short DSPmantissa,
short DSPexp,
float*
f)
const;
79 void IEEE32toDSP(
float f,
short int& DSPmantissa,
short int& DSPexp)
const;
bool debug() const
Debug flag.
int Wheel() const
wheel sign (-1 or +1)
void DSPtoIEEE32(short DSPmantissa, short DSPexp, float *f) const
DSP to IEEE32 conversion.
int BTIC() const
BTIC parameter.
float D() const
d: distance vertex to normal, unit cm.
void print() const
Print the setup.
~DTConfigLUTs() override
Destructor.
void setDebug(bool debug)
Set single parameter functions.
void setDefaults(const edm::ParameterSet &m_ps)
Load pset values into class variables.
DTConfigLUTs()
Empty Constructor.
float Xcn() const
Xcn: distance vertex to normal, unit cm.
void IEEE32toDSP(float f, short int &DSPmantissa, short int &DSPexp) const
IEEE32 to DSP conversion.