JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
QwVQWK_Channel.cc File Reference

Implementation for VQWK ADC channel decoding and management. More...

#include "QwVQWK_Channel.h"
#include <stdexcept>
#include "QwLog.h"
#include "QwUnits.h"
#include "QwBlinder.h"
#include "QwHistogramHelper.h"
#include "QwRootFile.h"
+ Include dependency graph for QwVQWK_Channel.cc:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &stream, const QwVQWK_Channel &channel)
 

Detailed Description

Implementation for VQWK ADC channel decoding and management.

Definition in file QwVQWK_Channel.cc.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & stream,
const QwVQWK_Channel & channel )

Definition at line 1782 of file QwVQWK_Channel.cc.

1783{
1784 stream << channel.GetHardwareSum();
1785 return stream;
1786}
Double_t GetHardwareSum() const