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
jTauMultiplicity.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
// jTauMultiplicity.h
5
// TopoCore
6
7
#ifndef __TopoCore__jTauMultiplicity__
8
#define __TopoCore__jTauMultiplicity__
9
10
#include <iostream>
11
#include <vector>
12
#include "
L1TopoInterfaces/CountingAlg.h
"
13
#include "
L1TopoEvent/TOBArray.h
"
14
15
#include "
TrigConfData/L1Threshold.h
"
16
17
class
TH2;
18
19
namespace
TCS
{
20
21
class
jTauMultiplicity
:
public
CountingAlg
{
22
public
:
23
jTauMultiplicity
(
const
std::string &
name
);
24
virtual
~jTauMultiplicity
();
25
26
virtual
StatusCode
initialize
()
override
;
27
28
virtual
StatusCode
processBitCorrect
(
const
TCS::InputTOBArray
& input,
29
Count
&
count
)
override
final ;
30
31
virtual
StatusCode
process
(
const
TCS::InputTOBArray
& input,
32
Count
&
count
)
override
final ;
33
34
private
:
35
TrigConf::L1Threshold_jTAU
const
*
m_threshold
{
nullptr
};
36
std::shared_ptr<TrigConf::L1ThrExtraInfo_jTAU>
m_extraInfo
;
37
38
bool
checkIsolation
(
const
TCS::jTauTOB
* jtau )
const
;
39
40
using
WP
=
TrigConf::Selection::WP
;
41
};
42
43
}
44
45
#endif
TrigConf::Selection::WP
WP
Definition:
L1ThresholdBase.h:298
TCS::jTauMultiplicity::~jTauMultiplicity
virtual ~jTauMultiplicity()
Definition:
jTauMultiplicity.cxx:36
TCS::jTauMultiplicity::process
virtual StatusCode process(const TCS::InputTOBArray &input, Count &count) override final
Definition:
jTauMultiplicity.cxx:65
TrigConf::L1Threshold_jTAU
Definition:
L1Threshold.h:234
TCS::jTauMultiplicity::processBitCorrect
virtual StatusCode processBitCorrect(const TCS::InputTOBArray &input, Count &count) override final
Definition:
jTauMultiplicity.cxx:57
TCS::jTauMultiplicity::checkIsolation
bool checkIsolation(const TCS::jTauTOB *jtau) const
Definition:
jTauMultiplicity.cxx:100
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
TCS::jTauMultiplicity
Definition:
jTauMultiplicity.h:21
TCS::jTauTOB
Definition:
jTauTOB.h:16
TOBArray.h
TCS::jTauMultiplicity::jTauMultiplicity
jTauMultiplicity(const std::string &name)
Definition:
jTauMultiplicity.cxx:31
TCS::Count
Definition:
L1Topo/L1TopoInterfaces/L1TopoInterfaces/Count.h:20
TCS::jTauMultiplicity::initialize
virtual StatusCode initialize() override
Definition:
jTauMultiplicity.cxx:40
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
TCS::jTauMultiplicity::m_extraInfo
std::shared_ptr< TrigConf::L1ThrExtraInfo_jTAU > m_extraInfo
Definition:
jTauMultiplicity.h:36
TCS::jTauMultiplicity::m_threshold
TrigConf::L1Threshold_jTAU const * m_threshold
Definition:
jTauMultiplicity.h:35
TCS::CountingAlg
Definition:
CountingAlg.h:25
TCS::StatusCode
Definition:
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
Generated on Mon May 12 2025 21:12:16 for ATLAS Offline Software by
1.8.18