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
InvariantMassThreeTOBsIncl1Charge.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
// InvariantMassThreeTOBsIncl1Charge.h
5
// TopoCore
6
// Created by Paula Martinez based on InvariantMassInclusive1 by Joerg Stelzer on 11/16/12.
7
8
#ifndef L1TOPOALGORITHMS_INVARIANTMASSTHREETOBSINCL1CHARGE_H
9
#define L1TOPOALGORITHMS_INVARIANTMASSTHREETOBSINCL1CHARGE_H
10
11
#include <iostream>
12
#include "
L1TopoInterfaces/DecisionAlg.h
"
13
14
namespace
TCS
{
15
16
class
InvariantMassThreeTOBsIncl1Charge
:
public
DecisionAlg
{
17
public
:
18
InvariantMassThreeTOBsIncl1Charge
(
const
std::string &
name
);
19
virtual
~InvariantMassThreeTOBsIncl1Charge
();
20
21
virtual
StatusCode
initialize
()
override
final
;
22
23
virtual
StatusCode
processBitCorrect
(
const
std::vector<TCS::TOBArray const *> &
input
,
24
const
std::vector<TCS::TOBArray *> &
output
,
25
Decision
& decison )
override
final
;
26
27
virtual
StatusCode
process
(
const
std::vector<TCS::TOBArray const *> &
input
,
28
const
std::vector<TCS::TOBArray *> &
output
,
29
Decision
& decison )
override
final
;
30
31
32
private
:
33
34
parType_t
p_NumberLeading1
= { 0 };
35
parType_t
p_InvMassMin
[6] = {0, 0, 0, 0, 0, 0};
36
parType_t
p_InvMassMax
[6] = {0, 0, 0, 0, 0, 0};
37
parType_t
p_MinET1
[6] = { 0, 0, 0, 0, 0, 0};
38
parType_t
p_OneBarrel
= { 0 };
39
40
};
41
42
}
43
44
#endif
TCS::InvariantMassThreeTOBsIncl1Charge::p_NumberLeading1
parType_t p_NumberLeading1
Definition:
InvariantMassThreeTOBsIncl1Charge.h:34
TCS::parType_t
uint32_t parType_t
Definition:
Parameter.h:22
TCS::InvariantMassThreeTOBsIncl1Charge::p_InvMassMin
parType_t p_InvMassMin[6]
Definition:
InvariantMassThreeTOBsIncl1Charge.h:35
TCS::InvariantMassThreeTOBsIncl1Charge::p_OneBarrel
parType_t p_OneBarrel
Definition:
InvariantMassThreeTOBsIncl1Charge.h:38
TCS::InvariantMassThreeTOBsIncl1Charge::processBitCorrect
virtual StatusCode processBitCorrect(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison) override final
Definition:
InvariantMassThreeTOBsIncl1Charge.cxx:120
TCS::DecisionAlg
Definition:
Trigger/TrigT1/L1Topo/L1TopoInterfaces/L1TopoInterfaces/DecisionAlg.h:22
TCS::InvariantMassThreeTOBsIncl1Charge::p_InvMassMax
parType_t p_InvMassMax[6]
Definition:
InvariantMassThreeTOBsIncl1Charge.h:36
TCS::InvariantMassThreeTOBsIncl1Charge::~InvariantMassThreeTOBsIncl1Charge
virtual ~InvariantMassThreeTOBsIncl1Charge()
Definition:
InvariantMassThreeTOBsIncl1Charge.cxx:61
TCS::InvariantMassThreeTOBsIncl1Charge::process
virtual StatusCode process(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison) override final
Definition:
InvariantMassThreeTOBsIncl1Charge.cxx:203
TCS::ConfigurableAlg::name
const std::string & name() const
Definition:
ConfigurableAlg.h:48
PlotPulseshapeFromCool.input
input
Definition:
PlotPulseshapeFromCool.py:106
TCS::Decision
Definition:
L1Topo/L1TopoInterfaces/L1TopoInterfaces/Decision.h:19
merge.output
output
Definition:
merge.py:17
TCS::InvariantMassThreeTOBsIncl1Charge
Definition:
InvariantMassThreeTOBsIncl1Charge.h:16
DecisionAlg.h
TCS::InvariantMassThreeTOBsIncl1Charge::p_MinET1
parType_t p_MinET1[6]
Definition:
InvariantMassThreeTOBsIncl1Charge.h:37
TCS::InvariantMassThreeTOBsIncl1Charge::initialize
virtual StatusCode initialize() override final
Definition:
InvariantMassThreeTOBsIncl1Charge.cxx:65
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
TCS::InvariantMassThreeTOBsIncl1Charge::InvariantMassThreeTOBsIncl1Charge
InvariantMassThreeTOBsIncl1Charge(const std::string &name)
Definition:
InvariantMassThreeTOBsIncl1Charge.cxx:33
TCS::StatusCode
Definition:
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
Generated on Sun Jan 12 2025 21:11:44 for ATLAS Offline Software by
1.8.18