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
Control
AthenaMonitoring
src
AthenaMon.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ATHENAMON_H
6
#define ATHENAMON_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
10
#include "
AthenaMonitoring/IMonitorToolBase.h
"
11
12
class
AthenaMon
:
public
AthAlgorithm
{
13
public
:
14
15
AthenaMon
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
16
17
virtual
~AthenaMon
();
18
19
virtual
StatusCode
initialize
();
20
virtual
StatusCode
execute
();
21
virtual
StatusCode
finalize
();
22
23
virtual
StatusCode
start
();
24
virtual
StatusCode
stop
();
25
26
protected
:
27
28
std::vector<IMonitorToolBase*>
m_monTools
;
29
30
private
:
31
32
std::vector<std::string>
m_monToolNames
;
33
34
std::vector<std::string>
m_THistSvc_streamnameMapping
;
35
36
long
m_everyNevents
;
37
long
m_eventCounter
= 0;
38
39
bool
m_bookHistsinInitialize
;
40
41
};
42
43
#endif
IMonitorToolBase.h
AthenaMon::m_bookHistsinInitialize
bool m_bookHistsinInitialize
Definition:
AthenaMon.h:39
AthenaMon::m_THistSvc_streamnameMapping
std::vector< std::string > m_THistSvc_streamnameMapping
Definition:
AthenaMon.h:34
AthenaMon
Definition:
AthenaMon.h:12
AthenaMon::AthenaMon
AthenaMon(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
AthenaMon.cxx:26
AthenaMon::m_monToolNames
std::vector< std::string > m_monToolNames
Definition:
AthenaMon.h:32
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthenaMon::m_eventCounter
long m_eventCounter
Definition:
AthenaMon.h:37
AthenaMon::finalize
virtual StatusCode finalize()
Definition:
AthenaMon.cxx:131
AthenaMon::initialize
virtual StatusCode initialize()
Definition:
AthenaMon.cxx:44
AthenaMon::stop
virtual StatusCode stop()
Definition:
AthenaMon.cxx:182
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
AthenaMon::m_monTools
std::vector< IMonitorToolBase * > m_monTools
Definition:
AthenaMon.h:28
AthenaMon::start
virtual StatusCode start()
Definition:
AthenaMon.cxx:164
AthenaMon::execute
virtual StatusCode execute()
Definition:
AthenaMon.cxx:96
AthenaMon::~AthenaMon
virtual ~AthenaMon()
Definition:
AthenaMon.cxx:39
AthenaMon::m_everyNevents
long m_everyNevents
Definition:
AthenaMon.h:36
Generated on Sun Jan 12 2025 21:07:07 for ATLAS Offline Software by
1.8.18