1 #ifndef LMFLASERCONFIGDAT_H
2 #define LMFLASERCONFIGDAT_H
22 m_keys[
"LSR_ATTENUATOR"] = 4;
34 m_keys[
"LSR_ATTENUATOR"] = 4;
74 float p,
float a,
float c,
float d1,
float d2) {
91 return getData(
id,
"WAVELENGTH");
100 return getData(
id,
"LSR_POWER");
103 return getData(
id,
"LSR_ATTENUATOR");
106 return getData(
id,
"LSR_CURRENT");
109 return getData(
id,
"LSR_DELAY_1");
112 return getData(
id,
"LSR_DELAY_2");
LMFLaserConfigDat & setLSRCurrent(EcalLogicID &id, float g)
float getPNGain(EcalLogicID &id)
float getLSRCURRENT(EcalLogicID &id)
float getWavelength(EcalLogicID &id)
LMFDat & setData(int logic_id, const std::vector< float > &data)
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
LMFLaserConfigDat & setData(EcalLogicID &id, std::vector< float > v)
LMFLaserConfigDat & setWavelength(EcalLogicID &id, int w)
float getLSRPower(EcalLogicID &id)
LMFLaserConfigDat & setLSRAttenuator(EcalLogicID &id, float g)
float getLSRAttenuator(EcalLogicID &id)
LMFLaserConfigDat(EcalDBConnection *c)
LMFLaserConfigDat & setVFEGain(EcalLogicID &id, float g)
LMFLaserConfigDat & setLSRDelay2(EcalLogicID &id, float g)
LMFLaserConfigDat & setData(EcalLogicID &id, float w, float g, float pnga, float p, float a, float c, float d1, float d2)
std::map< int, std::vector< float > > getData()
LMFLaserConfigDat & setPNGain(EcalLogicID &id, float g)
LMFLaserConfigDat & setLSRPower(EcalLogicID &id, float g)
float getVFEGain(EcalLogicID &id)
float getLSRDelay1(EcalLogicID &id)
std::map< std::string, unsigned int > m_keys
LMFLaserConfigDat & setLSRDelay1(EcalLogicID &id, float g)
float getLSRDelay2(EcalLogicID &id)