#include <LArStripsCrossTalkCorrector.h>
◆ XtalkCorrHisto()
| XtalkCorrHisto::XtalkCorrHisto |
( |
const unsigned | nBins, |
|
|
const float | maxbin ) |
◆ add()
Definition at line 524 of file LArStripsCrossTalkCorrector.cxx.
524 {
525
530 }
532}
int delay() const
return the setting of the delay
const HWIdentifier & hardwareID() const
Return HWIdentifier.
int DAC() const
return the number of samples
std::vector< maxlistitem > m_maxlist
◆ print()
| void XtalkCorrHisto::print |
( |
MsgStream & | stream, |
|
|
const LArOnlineID * | onlId, |
|
|
MSG::Level | lvl = MSG::INFO ) |
Definition at line 534 of file LArStripsCrossTalkCorrector.cxx.
534 {
535
537 if (nBins==0) return;
538 out << lvl <<
"Cross Talk Correction Summary:" <<
endmsg;
539 for (
unsigned i=0;
i<
nBins-1;++
i)
541
543
545 out << lvl <<
"Data points with the highes correction:" <<
endmsg;
546 std::vector<maxlistitem>::const_iterator
it=
m_maxlist.begin();
547 std::vector<maxlistitem>::const_iterator it_e=
m_maxlist.end();
549 out << lvl <<
" " << onlId->
channel_name(
it->chid) <<
" DAC=" <<
it->dac <<
" Delay=" <<
it->delay <<
" Deviation:" <<
it->reldiff <<
endmsg;
550 }
551 }
std::string channel_name(const HWIdentifier id) const
Return a string corresponding to a feedthrough name given an identifier.
◆ m_binwidth
| const float XtalkCorrHisto::m_binwidth |
|
private |
◆ m_diffs
| std::vector<unsigned> XtalkCorrHisto::m_diffs |
|
private |
◆ m_maxlist
◆ m_nBins
| const unsigned XtalkCorrHisto::m_nBins |
|
private |
The documentation for this class was generated from the following files: