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

Go to the source code of this file.

Namespaces

namespace  L1Bits

Functions

std::string str (const TrigMonL1Item &o)

Variables

const uint32_t L1Bits::maskCtpId = 0x0fff

Function Documentation

◆ str()

std::string str ( const TrigMonL1Item & o)

Definition at line 85 of file TrigMonL1Item.cxx.

86{
87 std::stringstream s;
88 s << "TrigMonL1Item: ctp id=" << o.getCtpId()
89 << " passed=" << o.isPassed(TrigMonL1Item::kPassed);
90
91 return s.str();
92}
uint16_t getCtpId() const
bool isPassed(Decision value) const