ATLAS Offline Software
Namespaces | Functions | Variables
TrigMonEvent.cxx File Reference
#include <algorithm>
#include <cmath>
#include "TrigMonitoringEvent/TrigMonEvent.h"
Include dependency graph for TrigMonEvent.cxx:

Go to the source code of this file.

Namespaces

 EventBits
 

Functions

unsigned getTrigMonEventVersion ()
 

Variables

const uint32_t EventBits::maskLumi = 0x0000ffff
 
const uint32_t EventBits::maskBxid = 0xffff0000
 
const uint32_t EventBits::shftBxid = 16
 

Function Documentation

◆ getTrigMonEventVersion()

unsigned getTrigMonEventVersion ( )

Definition at line 26 of file TrigMonEvent.cxx.

26  {
27  return EventBits::TrigMonEventVersion;
28 }