ATLAS Offline Software
Public Member Functions | Protected Attributes | List of all members
TrigConf::LVL1Config Class Reference

#include <LVL1Config.h>

Collaboration diagram for TrigConf::LVL1Config:

Public Member Functions

 LVL1Config ()
 
Menumenu ()
 
ThresholdConfigthresholdConfig ()
 
Muctpimuctpi ()
 

Protected Attributes

Menu m_menu
 
ThresholdConfig m_thresholdConfig
 
Muctpi m_muctpi
 

Detailed Description

Definition at line 16 of file LVL1Config.h.

Constructor & Destructor Documentation

◆ LVL1Config()

TrigConf::LVL1Config::LVL1Config ( )

Definition at line 12 of file LVL1Config.cxx.

14  }

Member Function Documentation

◆ menu()

Menu & TrigConf::LVL1Config::menu ( )
inline

Definition at line 30 of file LVL1Config.h.

30 { return m_menu; }

◆ muctpi()

Muctpi & TrigConf::LVL1Config::muctpi ( )
inline

Definition at line 32 of file LVL1Config.h.

32 { return m_muctpi; }

◆ thresholdConfig()

ThresholdConfig & TrigConf::LVL1Config::thresholdConfig ( )
inline

Definition at line 31 of file LVL1Config.h.

31 { return m_thresholdConfig; }

Member Data Documentation

◆ m_menu

Menu TrigConf::LVL1Config::m_menu
protected

Definition at line 25 of file LVL1Config.h.

◆ m_muctpi

Muctpi TrigConf::LVL1Config::m_muctpi
protected

Definition at line 27 of file LVL1Config.h.

◆ m_thresholdConfig

ThresholdConfig TrigConf::LVL1Config::m_thresholdConfig
protected

Definition at line 26 of file LVL1Config.h.


The documentation for this class was generated from the following files:
TrigConf::LVL1Config::m_muctpi
Muctpi m_muctpi
Definition: LVL1Config.h:27
TrigConf::LVL1Config::m_menu
Menu m_menu
Definition: LVL1Config.h:25
TrigConf::LVL1Config::m_thresholdConfig
ThresholdConfig m_thresholdConfig
Definition: LVL1Config.h:26