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