#include <LArPedestalBlob.h>
Definition at line 16 of file LArPedestalBlob.h.
◆ LArPedestalBlob()
LArPedestalBlob::LArPedestalBlob |
( |
| ) |
|
◆ ~LArPedestalBlob()
LArPedestalBlob::~LArPedestalBlob |
( |
| ) |
|
◆ pedestalByHash()
◆ pedestalRMSByHash()
◆ readBlob()
Definition at line 18 of file LArPedestalBlob.cxx.
23 if (!attrList)
return;
34 for(;gainIt!=gainIt_e;++gainIt) {
35 const unsigned gain=gainIt->first;
37 msg << MSG::ERROR <<
"Found unexpected COOL-channel (=gain) number:" <<
gain <<
endmsg;
43 if (blobSize==0) blobSize=pedBlob.size();
46 if (blobSize!=pedBlob.size() || blobSize!=rmsBlob.size()) {
47 msg << MSG::ERROR <<
"Unequal blob size (" << blobSize <<
"/"
48 << pedBlob.size() <<
"/" << rmsBlob.size() <<
")" <<
endmsg;
◆ m_nChannels
unsigned LArPedestalBlob::m_nChannels |
|
protected |
◆ m_pPedestal
std::vector<const float*> LArPedestalBlob::m_pPedestal |
|
private |
◆ m_pPedestalRMS
std::vector<const float*> LArPedestalBlob::m_pPedestalRMS |
|
private |
The documentation for this class was generated from the following files: