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
TrigCost
RatesAnalysis
src
FullMenu.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 RATESANALYSIS_FULLMENU_H
6
#define RATESANALYSIS_FULLMENU_H 1
7
8
#include "
RatesAnalysis/RatesAnalysisAlg.h
"
9
10
class
FullMenu
:
public
::RatesAnalysisAlg
{
11
public
:
12
FullMenu
(
const
std::string&
name
, ISvcLocator* pSvcLocator );
13
virtual
~FullMenu
();
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_FULLMENU_H
RatesAnalysisFullMenu.e34
e34
Definition:
RatesAnalysisFullMenu.py:25
FullMenu
Definition:
FullMenu.h:10
FullMenu::FullMenu
FullMenu(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
FullMenu.cxx:7
FullMenu::~FullMenu
virtual ~FullMenu()
Definition:
FullMenu.cxx:10
RatesAnalysisAlg.h
FullMenu::ratesInitialize
virtual StatusCode ratesInitialize() override
To be implemented by the user.
Definition:
FullMenu.cxx:13
FullMenu::ratesExecute
virtual StatusCode ratesExecute() override
To be implemented by the user.
Definition:
FullMenu.cxx:33
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
FullMenu::ratesFinalize
virtual StatusCode ratesFinalize() override
To be implemented by the user.
Definition:
FullMenu.cxx:39
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
FullMenu::m_lumi
Gaudi::Property< float > m_lumi
Definition:
FullMenu.h:21
RatesAnalysisAlg
virtual analysis class for performing rates studies on AOD Pure virtual base class for trigger rate s...
Definition:
RatesAnalysisAlg.h:37
Generated on Mon Apr 7 2025 21:10:57 for ATLAS Offline Software by
1.8.18