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
Root
PrescaledClock.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
TrigConfL1Data/PrescaledClock.h
"
6
#include <iostream>
7
8
using namespace
std;
9
10
TrigConf::PrescaledClock::PrescaledClock
() :
11
L1DataBaseclass
(),
12
m_clock1(0),
13
m_clock2(0)
14
{}
15
16
void
TrigConf::PrescaledClock::print
(
const
std::string&
indent
,
unsigned
int
detail
)
const
{
17
if
(
detail
>=1) {
18
cout <<
indent
<<
"PrescaledClock: "
; printNameIdV();
19
if
(
detail
>=2) {
20
cout <<
indent
<<
" clock1: "
<< m_clock1 << endl;
21
cout <<
indent
<<
" clock2: "
<< m_clock2 << endl;
22
}
23
}
24
}
25
26
void
TrigConf::PrescaledClock::writeXML
(std::ostream & xmlfile,
int
indentLevel,
int
indentWidth)
const
{
27
indent
(xmlfile,indentLevel, indentWidth)
28
<<
"<PrescaledClock clock1=\""
<<m_clock1<<
"\" clock2=\""
<<m_clock2<<
"\" name=\""
<<
name
() <<
"\"/>"
29
<< endl;
30
}
TrigConf::PrescaledClock::PrescaledClock
PrescaledClock()
Definition:
PrescaledClock.cxx:10
detail
Definition:
extract_histogram_tag.cxx:14
geometry_dat_to_json.indent
indent
Definition:
geometry_dat_to_json.py:37
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
PrescaledClock.h
TrigConf::L1DataBaseclass
Definition:
L1DataBaseclass.h:22
TrigConf::PrescaledClock::writeXML
virtual void writeXML(std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const
Definition:
PrescaledClock.cxx:26
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