ATLAS Offline Software
Namespaces | Functions
HanConfigAlgPar.cxx File Reference
#include "DataQualityInterfaces/HanConfigAlgPar.h"
#include <iomanip>
#include <sstream>
#include <TObjString.h>
Include dependency graph for HanConfigAlgPar.cxx:

Go to the source code of this file.

Namespaces

 dqi
 

Functions

std::ostream & operator<< (std::ostream &o, const dqi::HanConfigAlgPar &p)
 
std::ostream & operator<< (std::ostream &o, const dqi::HanConfigAlgPar *p)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  o,
const dqi::HanConfigAlgPar p 
)

Definition at line 99 of file HanConfigAlgPar.cxx.

100 {
101  p.PrintIOStream(o);
102  return o;
103 }

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  o,
const dqi::HanConfigAlgPar p 
)

Definition at line 106 of file HanConfigAlgPar.cxx.

107 {
108  p->PrintIOStream(o);
109  return o;
110 }
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743