QwAnalysis
QwVQWK_Channel.cc File Reference
#include "QwVQWK_Channel.h"
#include <stdexcept>
#include "QwLog.h"
#include "QwUnits.h"
#include "QwBlinder.h"
#include "QwHistogramHelper.h"
#include "QwDBInterface.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)
 

Function Documentation

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

Definition at line 1417 of file QwVQWK_Channel.cc.

References QwVQWK_Channel::GetHardwareSum().

1418 {
1419  stream << channel.GetHardwareSum();
1420  return stream;
1421 }
Double_t GetHardwareSum() const

+ Here is the call graph for this function: