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

Implementation for HAPPEX 18-bit ADC channel decoding. More...

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

Go to the source code of this file.

Functions

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

Detailed Description

Implementation for HAPPEX 18-bit ADC channel decoding.

Definition in file QwADC18_Channel.cc.

Function Documentation

◆ operator<<()

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

Definition at line 1189 of file QwADC18_Channel.cc.

1190{
1191 stream << channel.GetValue();
1192 return stream;
1193}
Double_t GetValue(size_t element) const override