ATLAS Offline Software
Loading...
Searching...
No Matches
LVL1Config.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TrigConf_LVL1Config
6#define TrigConf_LVL1Config
7/*
8 LVL1Config.h
9*/
10#include "TrigConfL1Data/Menu.h"
13
14namespace TrigConf {
15
16 class LVL1Config {
17 public:
18 LVL1Config();
19
20 inline Menu& menu();
22 inline Muctpi& muctpi();
23
24 protected:
28 };
29
33
34}
35
36#endif
ThresholdConfig m_thresholdConfig
Definition LVL1Config.h:26
ThresholdConfig & thresholdConfig()
Definition LVL1Config.h:31
Forward iterator to traverse the main components of the trigger configuration.
Definition Config.h:22