JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
QwCorrelatorNew.h File Reference
#include "VQwDataHandler.h"
#include <fstream>
#include <utility>
#include <TVectorD.h>
#include <TMatrixD.h>
+ Include dependency graph for QwCorrelatorNew.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  QwCorrelatorNew
 Data handler computing correlations and linear-regression coefficients. More...
 

Functions

std::ostream & operator<< (std::ostream &stream, const QwCorrelatorNew &h)
 Output stream operator.
 
 REGISTER_DATA_HANDLER_FACTORY (QwCorrelatorNew)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & stream,
const QwCorrelatorNew & h )
inline

Output stream operator.

Definition at line 217 of file QwCorrelatorNew.h.

218{
219 stream << "LRB: " << h.fGoodEventNumber << " events";
220 return stream;
221}
Long64_t fGoodEventNumber
accumulated so far

◆ REGISTER_DATA_HANDLER_FACTORY()

REGISTER_DATA_HANDLER_FACTORY ( QwCorrelatorNew )