Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Trigger
TrigConfiguration
TrigConfL1Data
TrigConfL1Data
EtThresholdValue.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TrigConf_EtThresholdValue
6
#define TrigConf_EtThresholdValue
7
8
#include "
TrigConfL1Data/TriggerThresholdValue.h
"
9
10
namespace
TrigConf
{
11
class
EtThresholdValue
:
public
TriggerThresholdValue
{
12
public
:
13
EtThresholdValue
();
14
virtual
~EtThresholdValue
()
override
=
default
;
15
16
virtual
TriggerThresholdValue
*
createCopy
()
const override
;
17
18
virtual
int
thresholdValueCount
()
const override
;
19
20
virtual
void
print
(
const
std::string&
indent
=
""
,
unsigned
int
detail
=1)
const override
;
21
virtual
void
writeXML
(std::ostream & xmlfile,
int
indentLevel=0,
int
indentWidth=2)
const override
;
22
};
23
}
24
25
#endif
26
TrigConf::TriggerThresholdValue
Definition:
TriggerThresholdValue.h:22
detail
Definition:
extract_histogram_tag.cxx:14
TrigConf
Forward iterator to traverse the main components of the trigger configuration.
Definition:
Config.h:22
TrigConf::EtThresholdValue::~EtThresholdValue
virtual ~EtThresholdValue() override=default
TrigConf::EtThresholdValue::thresholdValueCount
virtual int thresholdValueCount() const override
Definition:
EtThresholdValue.cxx:22
TriggerThresholdValue.h
TrigConf::EtThresholdValue::EtThresholdValue
EtThresholdValue()
Definition:
EtThresholdValue.cxx:12
TrigConf::EtThresholdValue
Definition:
EtThresholdValue.h:11
TrigConf::EtThresholdValue::createCopy
virtual TriggerThresholdValue * createCopy() const override
Definition:
EtThresholdValue.cxx:17
TrigConf::EtThresholdValue::writeXML
virtual void writeXML(std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const override
Definition:
EtThresholdValue.cxx:53
TrigConf::TrigConfData::indent
std::ostream & indent(std::ostream &o, int lvl, int size) const
Definition:
TrigConfData.cxx:23
TrigConf::EtThresholdValue::print
virtual void print(const std::string &indent="", unsigned int detail=1) const override
Definition:
EtThresholdValue.cxx:38
Generated on Sat Mar 15 2025 21:10:25 for ATLAS Offline Software by
1.8.18