ATLAS Offline Software
Loading...
Searching...
No Matches
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

namespace  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}