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