ATLAS Offline Software
Namespaces | Functions | Variables
TrigMonRoi.cxx File Reference
#include <algorithm>
#include <iostream>
#include <sstream>
#include "AthenaKernel/errorcheck.h"
#include "TrigMonitoringEvent/TrigMonRoi.h"
Include dependency graph for TrigMonRoi.cxx:

Go to the source code of this file.

Namespaces

 RoiBits
 

Functions

std::string str (const TrigMonRoi &o)
 

Variables

const uint32_t RoiBits::maskId = 0x000000ff
 
const uint32_t RoiBits::maskType = 0x00000f00
 
const uint32_t RoiBits::maskL1 = 0x000ff000
 
const uint32_t RoiBits::shiftId = 0
 
const uint32_t RoiBits::shiftType = 8
 
const uint32_t RoiBits::shiftL1 = 12
 

Function Documentation

◆ str()

std::string str ( const TrigMonRoi o)

Definition at line 274 of file TrigMonRoi.cxx.

275 {
276  std::stringstream s;
277  s << "TrigMonRoi: id=" << o.getRoiId() << " word=" << o.getRoiWord();
278 
279  return s.str();
280 }
TrigMonRoi::getRoiId
uint32_t getRoiId() const
Definition: TrigMonRoi.cxx:164
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
TrigMonRoi::getRoiWord
uint32_t getRoiWord() const
Definition: TrigMonRoi.h:53