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
LumiBlock
LumiBlockComps
src
BunchCrossingIntensityCondTest.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef LUMIBLOCKCOMPS_BUNCHCROSSINGINTENSITYCONDTEST_H
8
#define LUMIBLOCKCOMPS_BUNCHCROSSINGINTENSITYCONDTEST_H
9
10
// Gaudi/Athena include(s):
11
#include "GaudiKernel/ToolHandle.h"
12
#include "Gaudi/Property.h"
13
#include "
AthenaBaseComps/AthAlgorithm.h
"
14
#include "
LumiBlockData/BunchCrossingIntensityCondData.h
"
15
16
#include <fstream>
17
18
class
BunchCrossingIntensityCondTest
:
public
AthAlgorithm
{
19
20
public
:
22
using
AthAlgorithm::AthAlgorithm
;
23
25
virtual
StatusCode
initialize
();
27
virtual
StatusCode
execute
();
28
29
private
:
31
static
void
printInfo
(
const
BunchCrossingIntensityCondData
* bccd,
unsigned
int
bcid
, std::ostream&
out
,
int
channel
);
32
33
SG::ReadCondHandleKey<BunchCrossingIntensityCondData>
m_inputKey
{
this
,
"InputKey"
,
"BunchCrossingIntensityData"
,
""
};
34
35
Gaudi::Property<std::string>
m_fileName
{
this
,
"FileName"
,
""
};
36
Gaudi::Property<bool>
m_compact
{
this
,
"compact"
,
false
};
37
38
std::ofstream
m_fileOut
;
39
40
};
41
42
43
44
#endif
plotting.yearwise_efficiency.channel
channel
Definition:
yearwise_efficiency.py:24
BunchCrossingIntensityCondTest::initialize
virtual StatusCode initialize()
Initialization run before the event loop.
Definition:
BunchCrossingIntensityCondTest.cxx:9
BunchCrossingIntensityCondData.h
Adding more information about Bunch Current Intensities (for Lumi studies)
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
BunchCrossingIntensityCondTest::m_fileName
Gaudi::Property< std::string > m_fileName
Definition:
BunchCrossingIntensityCondTest.h:35
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition:
AthAlgorithm.h:47
BunchCrossingIntensityCondTest::m_inputKey
SG::ReadCondHandleKey< BunchCrossingIntensityCondData > m_inputKey
Definition:
BunchCrossingIntensityCondTest.h:33
BunchCrossingIntensityCondTest
Definition:
BunchCrossingIntensityCondTest.h:18
xAOD::bcid
setEventNumber setTimeStamp bcid
Definition:
EventInfo_v1.cxx:133
SG::ReadCondHandleKey< BunchCrossingIntensityCondData >
BunchCrossingIntensityCondData
Definition:
BunchCrossingIntensityCondData.h:23
BunchCrossingIntensityCondTest::m_compact
Gaudi::Property< bool > m_compact
Definition:
BunchCrossingIntensityCondTest.h:36
BunchCrossingIntensityCondTest::m_fileOut
std::ofstream m_fileOut
Definition:
BunchCrossingIntensityCondTest.h:38
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
BunchCrossingIntensityCondTest::printInfo
static void printInfo(const BunchCrossingIntensityCondData *bccd, unsigned int bcid, std::ostream &out, int channel)
Function for printing detailed info about a given bunch crossing.
Definition:
BunchCrossingIntensityCondTest.cxx:55
BunchCrossingIntensityCondTest::execute
virtual StatusCode execute()
Function called once per event.
Definition:
BunchCrossingIntensityCondTest.cxx:31
Generated on Sun Jan 12 2025 21:07:33 for ATLAS Offline Software by
1.8.18