#include <LArAutoCorrBlob.h>
Definition at line 17 of file LArAutoCorrBlob.h.
◆ anonymous enum
◆ LArAutoCorrBlob()
LArAutoCorrBlob::LArAutoCorrBlob |
( |
| ) |
|
◆ ~LArAutoCorrBlob()
LArAutoCorrBlob::~LArAutoCorrBlob |
( |
| ) |
|
◆ autocorrByHash()
◆ readBlob()
Definition at line 18 of file LArAutoCorrBlob.cxx.
23 if (!attrList)
return;
33 for(;gainIt!=gainIt_e;++gainIt) {
34 const unsigned gain=gainIt->first;
36 msg << MSG::ERROR <<
"Found unexpected COOL-channel (=gain) number:" <<
gain <<
endmsg;
41 if (blobSize==0) blobSize=acBlob.size();
45 if (blobSize!=acBlob.size()) {
46 msg << MSG::ERROR <<
"Unequal blob size (" << blobSize <<
"/"
47 << acBlob.size() <<
")" <<
endmsg;
50 if (
m_nPoints!=attr[
"nPoints"].data<unsigned>()) {
51 msg << MSG::ERROR <<
"Unequal number of samples (" <<
m_nPoints <<
"/"
52 << attr[
"nPoints"].data<
unsigned>() <<
")" <<
endmsg;
61 msg << MSG::ERROR <<
"Number of points is zero!" <<
endmsg;
◆ m_nChannels
unsigned LArAutoCorrBlob::m_nChannels |
|
protected |
◆ m_nPoints
unsigned LArAutoCorrBlob::m_nPoints |
|
protected |
◆ m_pAutoCorr
std::vector<const float*> LArAutoCorrBlob::m_pAutoCorr |
|
private |
The documentation for this class was generated from the following files: