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
TrigT1
L1Topo
L1TopoAlgorithms
L1TopoAlgorithms
eEmMultiplicity.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
// EmMultiplicity.h
5
// TopoCore
6
// Created by Carlos Moreno on 05/05/20.
7
8
#ifndef __TopoCore__eEmMultiplicity__
9
#define __TopoCore__eEmMultiplicity__
10
11
#include <iostream>
12
#include <vector>
13
#include "
L1TopoInterfaces/CountingAlg.h
"
14
#include "
L1TopoEvent/TOBArray.h
"
15
16
#include "
TrigConfData/L1Threshold.h
"
17
18
class
TH2;
19
20
namespace
TCS
{
21
22
class
eEmMultiplicity
:
public
CountingAlg
{
23
public
:
24
eEmMultiplicity
(
const
std::string &
name
);
25
virtual
~eEmMultiplicity
();
26
27
virtual
StatusCode
initialize
()
override
;
28
29
virtual
StatusCode
processBitCorrect
(
const
TCS::InputTOBArray
& input,
30
Count
&
count
)
override
final ;
31
32
virtual
StatusCode
process
(
const
TCS::InputTOBArray
& input,
33
Count
&
count
)
override
final ;
34
35
36
37
private
:
38
39
TrigConf::L1Threshold
const
*
m_threshold
{
nullptr
};
40
};
41
42
}
43
44
#endif
TCS::eEmMultiplicity::process
virtual StatusCode process(const TCS::InputTOBArray &input, Count &count) override final
Definition:
eEmMultiplicity.cxx:66
TCS::eEmMultiplicity::processBitCorrect
virtual StatusCode processBitCorrect(const TCS::InputTOBArray &input, Count &count) override final
Definition:
eEmMultiplicity.cxx:58
TCS::eEmMultiplicity::eEmMultiplicity
eEmMultiplicity(const std::string &name)
Definition:
eEmMultiplicity.cxx:29
TCS::eEmMultiplicity::~eEmMultiplicity
virtual ~eEmMultiplicity()
Definition:
eEmMultiplicity.cxx:37
L1Threshold.h
CountingAlg.h
XMLtoHeader.count
count
Definition:
XMLtoHeader.py:85
TCS::eEmMultiplicity::m_threshold
TrigConf::L1Threshold const * m_threshold
Definition:
eEmMultiplicity.h:39
TCS::eEmMultiplicity
Definition:
eEmMultiplicity.h:22
TCS::ConfigurableAlg::name
const std::string & name() const
Definition:
ConfigurableAlg.h:48
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
TOBArray.h
TCS::Count
Definition:
L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h:20
TCS::eEmMultiplicity::initialize
virtual StatusCode initialize() override
Definition:
eEmMultiplicity.cxx:41
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
TCS::CountingAlg
Definition:
CountingAlg.h:25
TrigConf::L1Threshold
Standard L1 threshold configuration.
Definition:
L1ThresholdBase.h:125
TCS::StatusCode
Definition:
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
Generated on Sun Apr 20 2025 21:09:54 for ATLAS Offline Software by
1.8.18