ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
L1Topo
L1TopoAlgorithms
L1TopoAlgorithms
ClusterSelect.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
// ClusterSelect.h
5
// TopoCore
6
// Created by Joerg Stelzer on 11/10/12.
7
8
#ifndef TCS__ClusterSelect
9
#define TCS__ClusterSelect
10
11
#include "
L1TopoInterfaces/SortingAlg.h
"
12
#include "
L1TopoEvent/TOBArray.h
"
13
14
#include <iostream>
15
#include <vector>
16
17
namespace
TCS
{
18
19
class
ClusterSelect
:
public
SortingAlg
{
20
public
:
21
22
// constructor
23
ClusterSelect
(
const
std::string &
name
);
24
25
// destructor
26
virtual
~ClusterSelect
();
27
virtual
TCS::StatusCode
initialize
();
28
virtual
TCS::StatusCode
sort
(
const
InputTOBArray
& input,
TOBArray
& output);
29
30
private
:
31
32
parType_t
m_numberOfClusters
= { 0 };
33
parType_t
m_minEta
= { 0 };
34
parType_t
m_maxEta
= { 0 };
35
parType_t
m_et
= { 0 };
36
parType_t
m_iso
= { 0 };
37
parType_t
m_doIsoCut
= { 0 };
38
39
};
40
41
}
// end of namespace TCS
42
43
#endif
/* defined(__TopoCore__SortingAlg__) */
SortingAlg.h
TOBArray.h
TCS::ClusterSelect::m_minEta
parType_t m_minEta
Definition
ClusterSelect.h:33
TCS::ClusterSelect::m_doIsoCut
parType_t m_doIsoCut
Definition
ClusterSelect.h:37
TCS::ClusterSelect::m_numberOfClusters
parType_t m_numberOfClusters
Definition
ClusterSelect.h:32
TCS::ClusterSelect::m_maxEta
parType_t m_maxEta
Definition
ClusterSelect.h:34
TCS::ClusterSelect::ClusterSelect
ClusterSelect(const std::string &name)
Definition
ClusterSelect.cxx:18
TCS::ClusterSelect::~ClusterSelect
virtual ~ClusterSelect()
Definition
ClusterSelect.cxx:31
TCS::ClusterSelect::m_iso
parType_t m_iso
Definition
ClusterSelect.h:36
TCS::ClusterSelect::m_et
parType_t m_et
Definition
ClusterSelect.h:35
TCS::ClusterSelect::initialize
virtual TCS::StatusCode initialize()
Definition
ClusterSelect.cxx:34
TCS::ClusterSelect::sort
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output)
Definition
ClusterSelect.cxx:45
TCS::ConfigurableAlg::name
const std::string & name() const
Definition
ConfigurableAlg.h:49
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
Definition
AnomalyDetectionBDT.h:18
TCS::parType_t
uint32_t parType_t
Definition
Parameter.h:23
Generated on
for ATLAS Offline Software by
1.17.0