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
PileUpComps
src
FlatBM.h
Go to the documentation of this file.
1
/* -*- C++ -*- */
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef PILEUPCOMPS_FLATBM
8
#define PILEUPCOMPS_FLATBM 1
9
15
#include "
PileUpTools/IBeamIntensity.h
"
16
#include "
AthenaBaseComps/AthService.h
"
17
18
class
FlatBM
:
public
extends<AthService, IBeamIntensity>
19
{
20
public
:
22
23
FlatBM
(
const
std::string&
name
,ISvcLocator*
svc
);
25
27
inline
virtual
float
normFactor
(
int
/*iXing*/
)
const
override
final
{
return
1.0; }
28
inline
virtual
float
largestElementInPattern
()
const
override
final
{
return
1.0; }
29
inline
virtual
void
selectT0
(
unsigned
int
/*run*/
,
unsigned
long
long
/*event*/
)
override
{}
30
inline
virtual
unsigned
int
getCurrentT0BunchCrossing
()
const
override
final
31
{
32
//The first filled bunch crossing is always BCID 1
33
return
1;
34
}
35
inline
virtual
unsigned
int
getBeamPatternLength
()
const
override
final
{
return
1; }
37
};
38
#endif
FlatBM
Definition:
FlatBM.h:19
FlatBM::getCurrentT0BunchCrossing
virtual unsigned int getCurrentT0BunchCrossing() const override final
Definition:
FlatBM.h:30
FlatBM::normFactor
virtual float normFactor(int) const override final
Definition:
FlatBM.h:27
const
bool const RAWDATA *ch2 const
Definition:
LArRodBlockPhysicsV0.cxx:560
FlatBM::getBeamPatternLength
virtual unsigned int getBeamPatternLength() const override final
Definition:
FlatBM.h:35
FlatBM::FlatBM
FlatBM(const std::string &name, ISvcLocator *svc)
Definition:
FlatBM.cxx:7
Handler::svc
AthROOTErrorHandlerSvc * svc
Definition:
AthROOTErrorHandlerSvc.cxx:10
FlatBM::largestElementInPattern
virtual float largestElementInPattern() const override final
Definition:
FlatBM.h:28
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
FlatBM::selectT0
virtual void selectT0(unsigned int, unsigned long long) override
Definition:
FlatBM.h:29
columnar::final
CM final
Definition:
ColumnAccessor.h:106
IBeamIntensity.h
provides the relative beam intensity as a function of the bunch xing.
AthService.h
Generated on Thu Apr 17 2025 21:10:54 for ATLAS Offline Software by
1.8.18