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
DeltaEtaPhiIncl1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
// DeltaEtaPhiIncl1.h
5
// TopoCore
6
// Created by Joerg Stelzer on 11/16/12.
7
8
#ifndef __TopoCore__DeltaEtaPhiIncl1__
9
#define __TopoCore__DeltaEtaPhiIncl1__
10
11
#include <iostream>
12
#include "
L1TopoInterfaces/DecisionAlg.h
"
13
14
class
TH2;
15
16
namespace
TCS
{
17
18
class
DeltaEtaPhiIncl1
:
public
DecisionAlg
{
19
public
:
20
DeltaEtaPhiIncl1
(
const
std::string &
name
);
21
virtual
~DeltaEtaPhiIncl1
();
22
23
virtual
StatusCode
initialize
();
24
25
virtual
StatusCode
processBitCorrect
(
const
std::vector<TCS::TOBArray const *> & input,
26
const
std::vector<TCS::TOBArray *> & output,
27
Decision
& decison );
28
29
virtual
StatusCode
process
(
const
std::vector<TCS::TOBArray const *> & input,
30
const
std::vector<TCS::TOBArray *> & output,
31
Decision
& decison );
32
33
34
private
:
35
36
parType_t
p_NumberLeading1
= { 0 };
37
parType_t
p_NumberLeading2
= { 0 };
38
parType_t
p_DeltaPhiMin
[3] = {0, 0, 0};
39
parType_t
p_DeltaPhiMax
[3] = {0, 0, 0};
40
parType_t
p_DeltaEtaMin
[3] = {0, 0, 0};
41
parType_t
p_DeltaEtaMax
[3] = {0, 0, 0};
42
parType_t
p_MinET1
[3] = { 0,0,0 };
43
parType_t
p_MinET2
[3] = { 0,0,0 };
44
45
};
46
47
}
48
49
#endif
TCS::parType_t
uint32_t parType_t
Definition:
Parameter.h:22
TCS::DeltaEtaPhiIncl1::processBitCorrect
virtual StatusCode processBitCorrect(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison)
Definition:
DeltaEtaPhiIncl1.cxx:98
TCS::DecisionAlg
Definition:
Trigger/TrigT1/L1Topo/L1TopoInterfaces/L1TopoInterfaces/DecisionAlg.h:22
TCS::DeltaEtaPhiIncl1::p_DeltaEtaMax
parType_t p_DeltaEtaMax[3]
Definition:
DeltaEtaPhiIncl1.h:41
TCS::DeltaEtaPhiIncl1::p_NumberLeading2
parType_t p_NumberLeading2
Definition:
DeltaEtaPhiIncl1.h:37
TCS::DeltaEtaPhiIncl1::p_MinET1
parType_t p_MinET1[3]
Definition:
DeltaEtaPhiIncl1.h:42
TCS::ConfigurableAlg::name
const std::string & name() const
Definition:
ConfigurableAlg.h:48
TCS::DeltaEtaPhiIncl1::p_DeltaPhiMax
parType_t p_DeltaPhiMax[3]
Definition:
DeltaEtaPhiIncl1.h:39
TCS::DeltaEtaPhiIncl1::p_NumberLeading1
parType_t p_NumberLeading1
Definition:
DeltaEtaPhiIncl1.h:36
TCS::DeltaEtaPhiIncl1::~DeltaEtaPhiIncl1
virtual ~DeltaEtaPhiIncl1()
Definition:
DeltaEtaPhiIncl1.cxx:49
TCS::DeltaEtaPhiIncl1
Definition:
DeltaEtaPhiIncl1.h:18
TCS::DeltaEtaPhiIncl1::process
virtual StatusCode process(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison)
Definition:
DeltaEtaPhiIncl1.cxx:152
TCS::Decision
Definition:
L1Topo/L1TopoInterfaces/L1TopoInterfaces/Decision.h:19
TCS::DeltaEtaPhiIncl1::p_DeltaPhiMin
parType_t p_DeltaPhiMin[3]
Definition:
DeltaEtaPhiIncl1.h:38
DecisionAlg.h
TCS::DeltaEtaPhiIncl1::DeltaEtaPhiIncl1
DeltaEtaPhiIncl1(const std::string &name)
Definition:
DeltaEtaPhiIncl1.cxx:23
TCS::DeltaEtaPhiIncl1::p_DeltaEtaMin
parType_t p_DeltaEtaMin[3]
Definition:
DeltaEtaPhiIncl1.h:40
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
TCS::DeltaEtaPhiIncl1::initialize
virtual StatusCode initialize()
Definition:
DeltaEtaPhiIncl1.cxx:53
TCS::DeltaEtaPhiIncl1::p_MinET2
parType_t p_MinET2[3]
Definition:
DeltaEtaPhiIncl1.h:43
TCS::StatusCode
Definition:
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
Generated on Sat May 31 2025 21:08:38 for ATLAS Offline Software by
1.8.18