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
TrigCost
RatesAnalysis
src
RatesEmulationExample.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef RATESANALYSIS_RATESEMULATIONEXAMPLE_H
6
#define RATESANALYSIS_RATESEMULATIONEXAMPLE_H 1
7
8
#include "
RatesAnalysis/RatesAnalysisAlg.h
"
9
10
class
RatesEmulationExample
:
public
::RatesAnalysisAlg
{
11
public
:
12
RatesEmulationExample
(
const
std::string&
name
, ISvcLocator* pSvcLocator );
13
virtual
~RatesEmulationExample
();
14
15
virtual
StatusCode
ratesInitialize
()
override
;
16
virtual
StatusCode
ratesExecute
()
override
;
17
virtual
StatusCode
ratesFinalize
()
override
;
18
19
private
:
20
21
Gaudi::Property<float>
m_lumi
{
this
,
"TargetLuminosity"
, 2
e34
,
"Targer inst. luminosity, assuming full ring."
};
22
23
};
24
25
#endif //> !RATESANALYSIS_RATESEMULATIONEXAMPLE_H
26
RatesEmulationExample::RatesEmulationExample
RatesEmulationExample(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
RatesEmulationExample.cxx:9
RatesAnalysisAlg.h
RatesEmulationExample::m_lumi
Gaudi::Property< float > m_lumi
Definition:
RatesEmulationExample.h:21
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
RatesEmulationExample::ratesExecute
virtual StatusCode ratesExecute() override
To be implemented by the user.
Definition:
RatesEmulationExample.cxx:37
RatesEmulationExample.e34
e34
Definition:
RatesEmulationExample.py:26
RatesEmulationExample::ratesInitialize
virtual StatusCode ratesInitialize() override
To be implemented by the user.
Definition:
RatesEmulationExample.cxx:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
RatesEmulationExample::~RatesEmulationExample
virtual ~RatesEmulationExample()
Definition:
RatesEmulationExample.cxx:12
RatesEmulationExample
Definition:
RatesEmulationExample.py:1
RatesEmulationExample::ratesFinalize
virtual StatusCode ratesFinalize() override
To be implemented by the user.
Definition:
RatesEmulationExample.cxx:50
RatesAnalysisAlg
virtual analysis class for performing rates studies on AOD Pure virtual base class for trigger rate s...
Definition:
RatesAnalysisAlg.h:37
Generated on Sat Apr 5 2025 21:17:08 for ATLAS Offline Software by
1.8.18