ATLAS Offline Software
Trigger
TrigT1
L1Topo
L1TopoAlgorithms
L1TopoAlgorithms
jTENoSort.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
// jTENoSort.h
5
// TopoCore
6
7
#ifndef L1TOPOALGORITHMS_JXENOSORT_H
8
#define L1TOPOALGORITHMS_JXENOSORT_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
jTENoSort
:
public
SortingAlg
{
19
public
:
20
21
// constructor
22
jTENoSort
(
const
std::string &
name
);
23
24
// destructor
25
virtual
~jTENoSort
();
26
27
virtual
StatusCode
initialize
();
28
29
virtual
TCS::StatusCode
sort
(
const
InputTOBArray
& input,
TOBArray
& output);
30
31
};
32
33
}
// end of namespace TCS
34
35
#endif
TCS::jTENoSort::jTENoSort
jTENoSort(const std::string &name)
Definition:
jTENoSort.cxx:17
TCS::jTENoSort::sort
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output)
Definition:
jTENoSort.cxx:34
TCS::ConfigurableAlg::name
const std::string & name() const
Definition:
ConfigurableAlg.h:48
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
TOBArray.h
TCS::TOBArray
Definition:
TOBArray.h:24
SortingAlg.h
TCS::SortingAlg
Definition:
SortingAlg.h:18
TCS::jTENoSort
Definition:
jTENoSort.h:18
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
TCS::jTENoSort::initialize
virtual StatusCode initialize()
Definition:
jTENoSort.cxx:29
TCS::jTENoSort::~jTENoSort
virtual ~jTENoSort()
Definition:
jTENoSort.cxx:26
TCS::StatusCode
Definition:
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
Generated on Mon Sep 29 2025 21:13:00 for ATLAS Offline Software by
1.8.18