ATLAS Offline Software
Namespaces | Functions | Variables
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

 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 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
TrigMonL1Item::getCtpId
uint16_t getCtpId() const
Definition: TrigMonL1Item.cxx:58
TrigMonL1Item::kPassed
@ kPassed
Definition: TrigMonL1Item.h:30
TrigMonL1Item::isPassed
bool isPassed(Decision value) const
Definition: TrigMonL1Item.cxx:67