ATLAS Offline Software
Loading...
Searching...
No Matches
HanConfigMetadata.h File Reference
#include <string>
#include <map>
#include <iostream>
#include <TObject.h>
#include <TObjString.h>
#include <TFile.h>
#include "DataQualityInterfaces/HanConfigParMap.h"
Include dependency graph for HanConfigMetadata.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

Namespaces

namespace  dqi

Functions

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

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 133 of file HanConfigMetadata.cxx.

133 {
134 p.PrintIOStream(o);
135 return o;
136}

◆ operator<<() [2/2]

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

Definition at line 138 of file HanConfigMetadata.cxx.

138 {
139 p->PrintIOStream(o);
140 return o;
141}