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);
81 void IEEE32toDSP(
float f,
short int & DSPmantissa,
short int & DSPexp);
void IEEE32toDSP(float f, short int &DSPmantissa, short int &DSPexp)
IEEE32 to DSP conversion.
int Wheel() const
wheel sign (-1 or +1)
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.
void DSPtoIEEE32(short DSPmantissa, short DSPexp, float *f)
DSP to IEEE32 conversion.
float D() const
d: distance vertex to normal, unit cm.
~DTConfigLUTs()
Destructor.