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
PrescaledClock.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_PrescaledClock
6
#define TrigConf_PrescaledClock
7
8
#include <iosfwd>
9
#include <string>
10
#include "
TrigConfL1Data/L1DataBaseclass.h
"
11
12
namespace
TrigConf
{
13
class
PrescaledClock
:
public
L1DataBaseclass
{
14
public
:
15
PrescaledClock
();
16
virtual
~PrescaledClock
()
override
=
default
;
17
18
// setters
19
int
clock1
()
const
{
return
m_clock1
; }
20
int
clock2
()
const
{
return
m_clock2
; }
21
22
// getters
23
void
setClock1
(
int
clock1
) {
m_clock1
=
clock1
; }
24
void
setClock2
(
int
clock2
) {
m_clock2
=
clock2
; }
25
26
virtual
void
print
(
const
std::string&
indent
=
""
,
unsigned
int
detail
=1)
const override
;
27
virtual
void
writeXML
(std::ostream & xmlfile,
int
indentLevel=0,
int
indentWidth=2)
const
;
28
29
private
:
30
int
m_clock1
;
31
int
m_clock2
;
32
};
33
}
34
35
#endif
TrigConf::PrescaledClock::clock1
int clock1() const
Definition:
PrescaledClock.h:19
TrigConf::PrescaledClock::PrescaledClock
PrescaledClock()
Definition:
PrescaledClock.cxx:10
TrigConf::PrescaledClock::m_clock1
int m_clock1
Definition:
PrescaledClock.h:30
detail
Definition:
extract_histogram_tag.cxx:14
TrigConf::PrescaledClock::clock2
int clock2() const
Definition:
PrescaledClock.h:20
TrigConf
Forward iterator to traverse the main components of the trigger configuration.
Definition:
Config.h:22
TrigConf::PrescaledClock::setClock1
void setClock1(int clock1)
Definition:
PrescaledClock.h:23
TrigConf::PrescaledClock
Definition:
PrescaledClock.h:13
TrigConf::PrescaledClock::m_clock2
int m_clock2
Definition:
PrescaledClock.h:31
TrigConf::TrigConfData::indent
std::ostream & indent(std::ostream &o, int lvl, int size) const
Definition:
TrigConfData.cxx:23
TrigConf::L1DataBaseclass
Definition:
L1DataBaseclass.h:22
TrigConf::PrescaledClock::~PrescaledClock
virtual ~PrescaledClock() override=default
TrigConf::PrescaledClock::writeXML
virtual void writeXML(std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const
Definition:
PrescaledClock.cxx:26
L1DataBaseclass.h
TrigConf::PrescaledClock::setClock2
void setClock2(int clock2)
Definition:
PrescaledClock.h:24
TrigConf::PrescaledClock::print
virtual void print(const std::string &indent="", unsigned int detail=1) const override
Definition:
PrescaledClock.cxx:16
Generated on Sat Mar 15 2025 21:17:03 for ATLAS Offline Software by
1.8.18