#include <LArSingleFloatBlob.h>
Inherited by LArDAC2uAFlat, LArDAC2uASC, LArfSamplSC, LArHVScaleCorrFlat, LArHVScaleCorrSC, LArMinBiasAverageSC, LArMinBiasSC, LArMphysOverMcalFlat, LArMphysOverMcalSC, LArNoiseSC, LArOFCweightSC, LAruA2MeVFlat, and LAruA2MeVSC.
Definition at line 15 of file LArSingleFloatBlob.h.
◆ LArSingleFloatBlob()
LArSingleFloatBlob::LArSingleFloatBlob |
( |
| ) |
|
◆ getDataByHash()
◆ readBlob()
Definition at line 15 of file LArSingleFloatBlob.cxx.
18 if (!attrList)
return;
28 for(;gainIt!=gainIt_e;++gainIt) {
29 unsigned gain=gainIt->first;
34 msg << MSG::ERROR <<
"Found unexpected COOL-channel (=gain) number:" <<
gain <<
endmsg;
40 m_pValues[
gain]=
static_cast<const float*
>(myBlob.startingAddress());
42 blobSize=myBlob.size();
45 if (blobSize!=myBlob.size())
46 msg << MSG::ERROR <<
"Unequal blob size (" << blobSize <<
"/" << myBlob.size() <<
")" <<
endmsg;
◆ m_nChannels
unsigned LArSingleFloatBlob::m_nChannels |
|
protected |
◆ m_pValues
std::vector<const float*> LArSingleFloatBlob::m_pValues |
|
protected |
The documentation for this class was generated from the following files: