#include <LArADC2MeV.h>
Definition at line 21 of file LArADC2MeV.h.
◆ LArADC2MeV() [1/2]
| LArADC2MeV::LArADC2MeV |
( |
| ) |
|
|
delete |
◆ LArADC2MeV() [2/2]
Definition at line 9 of file LArADC2MeV.cxx.
9 :
14 assert(nGains<=CaloGain::LARNGAIN && nGains>0);
15
16 for (
size_t i=0;
i<nGains;++
i) {
18 }
19}
const LArOnOffIdMapping * m_cabling
std::array< validVec_t, CaloGain::LARNGAIN > m_adc2MeV
const unsigned m_rampDegree
const LArOnlineID_Base * m_onlineID
size_type channelHashMax() const
Define channel hash tables max size.
◆ ~LArADC2MeV()
| LArADC2MeV::~LArADC2MeV |
( |
| ) |
|
◆ ADC2MEV() [1/3]
Definition at line 32 of file LArADC2MeV.h.
32 {
33 const IdentifierHash
h=
m_onlineID->channel_Hash(
id);
35 }
const LArVectorProxy ADC2MEV(const HWIdentifier &id, int gain) const
◆ ADC2MEV() [2/3]
Definition at line 47 of file LArADC2MeV.h.
47 {
48 const HWIdentifier hwid=
m_cabling->createSignalChannelID(offid);
50 }
◆ ADC2MEV() [3/3]
Definition at line 37 of file LArADC2MeV.h.
37 {
39 return LArVectorProxy();
40 }
41 else {
44 }
45 };
◆ set()
| bool LArADC2MeV::set |
( |
const IdentifierHash & | hid, |
|
|
const int | gain, |
|
|
const std::vector< float > & | adc2mev ) |
Definition at line 23 of file LArADC2MeV.cxx.
23 {
25
26 return false;
27 }
29
30 return false;
31 }
34 std::copy(adc2mev.begin(),adc2mev.end(),it);
35
36 return true;
37}
◆ m_adc2MeV
◆ m_cabling
◆ m_onlineID
◆ m_rampDegree
| const unsigned LArADC2MeV::m_rampDegree |
|
private |
The documentation for this class was generated from the following files: