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