18 #define RPC_COND_STATUS_ERROR_CODE 0xFF
36 void setId(
int stripId);
51 void setCs(
float theCs);
83 float m_eff = 0.0F,
m_errEff = 0.0F,
m_res1 = 0.0F,
m_res2 = 0.0F,
m_resX = 0.0F,
m_errRes1 = 0.0F,
m_errRes2 = 0.0F,
m_errResX = 0.0F,
m_time = 0.0F,
m_errTime = 0.0F,
m_noise = 0.0F,
m_errNoise = 0.0F,
m_noiseC = 0.0F,
m_errNoiseC = 0.0F,
m_cs = 0.0F,
m_errCs = 0.0F;
144 std::cout <<
"RpcCalibData ERROR: Invalid parameter type specified for setParameter."
void setErrNoiseC(float theErrNoiseC)
void setParameter(RpcCondParType parType, T value)
float getErrNoise() const
void setErrRes1(float theErrRes1)
void setErrResX(float theErrResX)
void setErrEff(float theErrEff)
void setTime(float theTime)
void setResX(float theResX)
void setErrRes2(float theErrRes2)
void setEff(float theEff)
void setErrTime(float theErrTime)
void setRes1(float theRes1)
void setNoise(float theNoise)
float getParameter(RpcCondParType parType) const
void setErrNoise(float theErrNoise)
void setErrCs(float theErrCs)
void setRes2(float theRes2)
void setNoiseC(float theNoiseC)
float getErrNoiseC() const
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.