ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMonChain.cxx File Reference
#include <sstream>
#include "TrigMonitoringEvent/TrigMonChain.h"
Include dependency graph for TrigMonChain.cxx:

Go to the source code of this file.

Namespaces

namespace  ChainBits

Functions

std::string str (const TrigMonChain &o)

Variables

const uint32_t ChainBits::maskLow16 = 0x0000ffff

Function Documentation

◆ str()

std::string str ( const TrigMonChain & o)

Definition at line 149 of file TrigMonChain.cxx.

150{
151 std::stringstream s;
152 s << "TrigMonChain: level=" << o.getLevel()
153 << " passed=" << o.isPassed(TrigMonChain::kPassed);
154
155 return s.str();
156}
bool isPassed(Decision value=kPassed) const
uint16_t getLevel() const