ATLAS Offline Software
Loading...
Searching...
No Matches
HanConfigAlgLimit.cxx File Reference
#include "DataQualityInterfaces/HanConfigAlgLimit.h"
#include "DataQualityInterfaces/HanUtils.h"
#include <iomanip>
#include <sstream>
#include <TObjString.h>
#include <TSeqCollection.h>
Include dependency graph for HanConfigAlgLimit.cxx:

Go to the source code of this file.

Namespaces

namespace  dqi

Functions

std::ostream & operator<< (std::ostream &o, const dqi::HanConfigAlgLimit &l)
std::ostream & operator<< (std::ostream &o, const dqi::HanConfigAlgLimit *l)

Function Documentation

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream & o,
const dqi::HanConfigAlgLimit & l )

Definition at line 125 of file HanConfigAlgLimit.cxx.

126{
127 l.PrintIOStream(o);
128 return o;
129}
l
Printing final latex table to .tex output file.

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & o,
const dqi::HanConfigAlgLimit * l )

Definition at line 132 of file HanConfigAlgLimit.cxx.

133{
134 l->PrintIOStream(o);
135 return o;
136}