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

Go to the source code of this file.

Data Structures

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

Functions

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

Function Documentation

◆ operator<<()

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

Output stream operator.

Definition at line 232 of file GrandCorrelator.h.

233{
234 stream << "LRB: " << h.fGoodEventNumber << " events";
235 return stream;
236}
Long64_t fGoodEventNumber
accumulated so far

◆ REGISTER_DATA_HANDLER_FACTORY()

REGISTER_DATA_HANDLER_FACTORY ( GrandCorrelator )