ATLAS Offline Software
Loading...
Searching...
No Matches
L1DataBaseclass.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
6//
7//NAME: L1DataBaseclass.h
8//PACKAGE: TrigConfL1Data
9//
10//AUTHOR: D.Berge (CERN) David.Berge@cern.ch
11//CREATED: 03 July 2007
12//
14
15#ifndef TrigConf_L1DataBaseclass
16#define TrigConf_L1DataBaseclass
17
19
20namespace TrigConf {
21
23 public:
28 virtual ~L1DataBaseclass() override = default;
29
30 unsigned int lvl1MasterTableId() const { return m_Lvl1MasterId; }
31 void setLvl1MasterTableId ( unsigned int id) { m_Lvl1MasterId = id; }
32
33 private:
34
35 unsigned int m_Lvl1MasterId;
36
37 };
38}
39
40#endif
unsigned int lvl1MasterTableId() const
void setLvl1MasterTableId(unsigned int id)
virtual ~L1DataBaseclass() override=default
unsigned int id() const
TrigConfData(const std::string &name="")
Forward iterator to traverse the main components of the trigger configuration.
Definition Config.h:22