ATLAS Offline Software
Loading...
Searching...
No Matches
TGCArguments.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace LVL1TGCTrigger {
8
10 : m_MSGLEVEL(MSG::INFO),
11 m_SHPT_ORED(false),
12 m_USE_INNER(false),
13 m_INNER_VETO(false),
14 m_TILE_MU(false),
15 m_USE_CONDDB(false),
16 m_useRun3Config(false),
17 m_USE_NSW(false),
18 m_FORCE_NSW_COIN(false),
19 m_NSWSideInfo(""),
20 m_USE_BIS78(false)
21{
22}
23
27
28 void TGCArguments::set_MSGLEVEL(const MSG::Level v){ m_MSGLEVEL = v;}
37 void TGCArguments::set_NSWSideInfo(const std::string& v){ m_NSWSideInfo = v;}
39
40 MSG::Level TGCArguments::MSGLEVEL() const {return m_MSGLEVEL;}
41 bool TGCArguments::SHPT_ORED() const {return m_SHPT_ORED;}
42 bool TGCArguments::USE_INNER() const {return m_USE_INNER;}
44 bool TGCArguments::TILE_MU() const {return m_TILE_MU;}
47 bool TGCArguments::USE_NSW() const {return m_USE_NSW;}
49 const std::string& TGCArguments::NSWSideInfo() const { return m_NSWSideInfo;}
50 bool TGCArguments::USE_BIS78() const {return m_USE_BIS78;}
51
52}
MSG::Level MSGLEVEL() const
const std::string & NSWSideInfo() const
void set_NSWSideInfo(const std::string &v)
void set_MSGLEVEL(const MSG::Level v)
Definition MsgLevel.h:28