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
jXESort.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
// jXESort.h
5
// TopoCore
6
7
#ifndef L1TOPOALGORITHMS_JXESORT_H
8
#define L1TOPOALGORITHMS_JXESORT_H
9
10
#include "
L1TopoInterfaces/SortingAlg.h
"
11
#include "
L1TopoEvent/TOBArray.h
"
12
13
#include <iostream>
14
#include <vector>
15
16
namespace
TCS
{
17
18
class
jXESort
:
public
SortingAlg
{
19
public
:
20
21
// constructor
22
jXESort
(
const
std::string &
name
);
23
24
// destructor
25
virtual
~jXESort
();
26
27
virtual
StatusCode
initialize
();
28
29
virtual
TCS::StatusCode
sortBitCorrect
(
const
InputTOBArray
& input,
TOBArray
& output);
30
virtual
TCS::StatusCode
sort
(
const
InputTOBArray
& input,
TOBArray
& output);
31
32
};
33
34
}
// end of namespace TCS
35
36
#endif
TCS::jXESort
Definition:
jXESort.h:18
TCS::ConfigurableAlg::name
const std::string & name() const
Definition:
ConfigurableAlg.h:48
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
TCS::jXESort::~jXESort
virtual ~jXESort()
Definition:
jXESort.cxx:28
TOBArray.h
TCS::TOBArray
Definition:
TOBArray.h:24
SortingAlg.h
TCS::jXESort::initialize
virtual StatusCode initialize()
Definition:
jXESort.cxx:32
TCS::SortingAlg
Definition:
SortingAlg.h:18
TCS::jXESort::sort
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output)
Definition:
jXESort.cxx:56
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
TCS::jXESort::jXESort
jXESort(const std::string &name)
Definition:
jXESort.cxx:20
TCS::jXESort::sortBitCorrect
virtual TCS::StatusCode sortBitCorrect(const InputTOBArray &input, TOBArray &output)
Definition:
jXESort.cxx:37
TCS::StatusCode
Definition:
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
Generated on Fri May 2 2025 21:12:06 for ATLAS Offline Software by
1.8.18