ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigT1
L1Topo
L1TopoAlgorithms
L1TopoAlgorithms
jEmNoSort.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
// jEmNoSort.h
5
// TopoCore
6
7
#ifndef L1TOPOALGORITHMS_JEMNOSORT_H
8
#define L1TOPOALGORITHMS_JEMNOSORT_H
9
10
#include "
L1TopoInterfaces/SortingAlg.h
"
11
#include "
L1TopoEvent/TOBArray.h
"
12
#include "
L1TopoEvent/jEmTOB.h
"
13
14
#include <iostream>
15
#include <vector>
16
17
namespace
TCS
{
18
19
class
jEmNoSort
:
public
SortingAlg
{
20
public
:
21
22
// constructor
23
jEmNoSort
(
const
std::string &
name
);
24
25
// destructor
26
virtual
~jEmNoSort
();
27
virtual
TCS::StatusCode
initialize
()
override
;
28
virtual
TCS::StatusCode
sort
(
const
InputTOBArray
& input,
TOBArray
& output)
override
final
;
29
30
private
:
31
32
parType_t
m_numberOfjEms
= { 0 };
33
parType_t
m_iso
= { 0 };
34
parType_t
m_frac1
= { 0 };
35
parType_t
m_frac2
= { 0 };
36
37
};
38
39
}
// end of namespace TCS
40
41
#endif
SortingAlg.h
TOBArray.h
TCS::ConfigurableAlg::name
const std::string & name() const
Definition
ConfigurableAlg.h:48
TCS::InputTOBArray
Definition
InputTOBArray.h:15
TCS::SortingAlg::SortingAlg
SortingAlg(const std::string &name)
Definition
SortingAlg.h:21
TCS::StatusCode
Definition
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
TCS::TOBArray
Definition
TOBArray.h:24
TCS::jEmNoSort::~jEmNoSort
virtual ~jEmNoSort()
Definition
jEmNoSort.cxx:29
TCS::jEmNoSort::m_numberOfjEms
parType_t m_numberOfjEms
Definition
jEmNoSort.h:32
TCS::jEmNoSort::m_frac2
parType_t m_frac2
Definition
jEmNoSort.h:35
TCS::jEmNoSort::sort
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output) override final
Definition
jEmNoSort.cxx:45
TCS::jEmNoSort::m_frac1
parType_t m_frac1
Definition
jEmNoSort.h:34
TCS::jEmNoSort::jEmNoSort
jEmNoSort(const std::string &name)
Definition
jEmNoSort.cxx:18
TCS::jEmNoSort::initialize
virtual TCS::StatusCode initialize() override
Definition
jEmNoSort.cxx:33
TCS::jEmNoSort::m_iso
parType_t m_iso
Definition
jEmNoSort.h:33
jEmTOB.h
TCS
Definition
AnomalyDetectionBDT.h:16
TCS::parType_t
uint32_t parType_t
Definition
Parameter.h:22
Generated on
for ATLAS Offline Software by
1.14.0