ATLAS Offline Software
Loading...
Searching...
No Matches
HanConfigGroup.h File Reference
#include <TList.h>
#include <TObject.h>
#include <TObjString.h>
#include <map>
#include <boost/shared_ptr.hpp>
#include "DataQualityInterfaces/HanConfigAssessor.h"
#include "CxxUtils/checker_macros.h"
Include dependency graph for HanConfigGroup.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dqi::HanConfigGroup

Namespaces

namespace  dqi

Functions

std::ostream & operator<<ATLAS_NOT_THREAD_SAFE (std::ostream &o, const dqi::HanConfigGroup &g)
std::ostream & operator<<ATLAS_NOT_THREAD_SAFE (std::ostream &o, const dqi::HanConfigGroup *g)

Function Documentation

◆ operator<<ATLAS_NOT_THREAD_SAFE() [1/2]

std::ostream & operator<<ATLAS_NOT_THREAD_SAFE ( std::ostream & o,
const dqi::HanConfigGroup & g )

Definition at line 324 of file HanConfigGroup.cxx.

325{
326 g.PrintIOStream(o);
327 return o;
328}

◆ operator<<ATLAS_NOT_THREAD_SAFE() [2/2]

std::ostream & operator<<ATLAS_NOT_THREAD_SAFE ( std::ostream & o,
const dqi::HanConfigGroup * g )

Definition at line 331 of file HanConfigGroup.cxx.

332{
333 g->PrintIOStream(o);
334 return o;
335}