ATLAS Offline Software
Loading...
Searching...
No Matches
HanConfigAlgPar.h File Reference
#include <iostream>
#include <string>
#include <TObject.h>
#include <TList.h>
#include <TObjString.h>
Include dependency graph for HanConfigAlgPar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dqi::HanConfigAlgPar

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}