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
w
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
eTauMultiplicity.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
// eTauMultiplicity.h
5
// TopoCore
6
// Created by Carlos Moreno on 17/09/21.
7
8
#ifndef __TopoCore__eTauMultiplicity__
9
#define __TopoCore__eTauMultiplicity__
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
eTauMultiplicity
:
public
CountingAlg
{
23
public
:
24
eTauMultiplicity
(
const
std::string &
name
);
25
virtual
~eTauMultiplicity
();
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::eTauMultiplicity::process
virtual StatusCode process(const TCS::InputTOBArray &input, Count &count) override final
Definition:
eTauMultiplicity.cxx:66
TCS::eTauMultiplicity::processBitCorrect
virtual StatusCode processBitCorrect(const TCS::InputTOBArray &input, Count &count) override final
Definition:
eTauMultiplicity.cxx:58
L1Threshold.h
CountingAlg.h
XMLtoHeader.count
count
Definition:
XMLtoHeader.py:85
TCS::ConfigurableAlg::name
const std::string & name() const
Definition:
ConfigurableAlg.h:48
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
TOBArray.h
TCS::eTauMultiplicity
Definition:
eTauMultiplicity.h:22
TCS::eTauMultiplicity::initialize
virtual StatusCode initialize() override
Definition:
eTauMultiplicity.cxx:41
TCS::Count
Definition:
L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h:20
TCS::eTauMultiplicity::m_threshold
TrigConf::L1Threshold const * m_threshold
Definition:
eTauMultiplicity.h:39
TCS::eTauMultiplicity::eTauMultiplicity
eTauMultiplicity(const std::string &name)
Definition:
eTauMultiplicity.cxx:29
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
TCS::eTauMultiplicity::~eTauMultiplicity
virtual ~eTauMultiplicity()
Definition:
eTauMultiplicity.cxx:37
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 Mon May 12 2025 21:09:32 for ATLAS Offline Software by
1.8.18