ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TrigConf::L1DataDef::TriggerTypeConfig Struct Reference

#include <L1DataDef.h>

Collaboration diagram for TrigConf::L1DataDef::TriggerTypeConfig:

Public Member Functions

 TriggerTypeConfig (TriggerType t=UNDEF, const std::string &n="UNDEF", unsigned int m=0, bool i=false)
 

Public Attributes

TriggerType type
 
std::string name
 
unsigned int max
 
bool internal
 

Detailed Description

Definition at line 42 of file L1DataDef.h.

Constructor & Destructor Documentation

◆ TriggerTypeConfig()

TrigConf::L1DataDef::TriggerTypeConfig::TriggerTypeConfig ( TriggerType  t = UNDEF,
const std::string &  n = "UNDEF",
unsigned int  m = 0,
bool  i = false 
)
inline

Definition at line 43 of file L1DataDef.h.

43  :
44  type(t), name(n), max(m), internal(i) {};

Member Data Documentation

◆ internal

bool TrigConf::L1DataDef::TriggerTypeConfig::internal

Definition at line 48 of file L1DataDef.h.

◆ max

unsigned int TrigConf::L1DataDef::TriggerTypeConfig::max

Definition at line 47 of file L1DataDef.h.

◆ name

std::string TrigConf::L1DataDef::TriggerTypeConfig::name

Definition at line 46 of file L1DataDef.h.

◆ type

TriggerType TrigConf::L1DataDef::TriggerTypeConfig::type

Definition at line 45 of file L1DataDef.h.


The documentation for this struct was generated from the following file:
python.SystemOfUnits.m
int m
Definition: SystemOfUnits.py:91
TrigConf::L1DataDef::TriggerTypeConfig::type
TriggerType type
Definition: L1DataDef.h:44
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
TrigConf::L1DataDef::TriggerTypeConfig::name
std::string name
Definition: L1DataDef.h:46
lumiFormat.i
int i
Definition: lumiFormat.py:92
beamspotman.n
n
Definition: beamspotman.py:731
TrigConf::L1DataDef::TriggerTypeConfig::max
unsigned int max
Definition: L1DataDef.h:47