ATLAS Offline Software
Trigger
TrigT1
L1Topo
L1TopoAlgorithms
L1TopoAlgorithms
TauMatching.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
// TauMatching.h
5
// TopoCore
6
7
#ifndef TCS__TauMatching
8
#define TCS__TauMatching
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
TauMatching
:
public
SortingAlg
{
19
public
:
20
21
// constructor
22
TauMatching
(
const
std::string &
name
);
23
24
// destructor
25
virtual
~TauMatching
();
26
virtual
TCS::StatusCode
initialize
();
27
virtual
TCS::StatusCode
sort
(
const
InputTOBArray
&
input
,
TOBArray
&
output
);
28
29
private
:
30
31
parType_t
m_numberOfcTaus
= { 0 };
32
parType_t
m_minEta
= { 0 };
33
parType_t
m_maxEta
= { 0 };
34
parType_t
m_et
= { 0 };
35
parType_t
m_rCore
= { 0 };
36
parType_t
m_rHad
= { 0 };
37
38
};
39
40
}
// end of namespace TCS
41
42
#endif
/* defined(__TopoCore__SortingAlg__) */
TCS::TauMatching::m_numberOfcTaus
parType_t m_numberOfcTaus
Definition:
TauMatching.h:31
TCS::TauMatching::~TauMatching
virtual ~TauMatching()
Definition:
TauMatching.cxx:30
TCS::parType_t
uint32_t parType_t
Definition:
Parameter.h:22
TCS::TauMatching::m_maxEta
parType_t m_maxEta
Definition:
TauMatching.h:33
TCS::ConfigurableAlg::name
const std::string & name() const
Definition:
ConfigurableAlg.h:48
TCS::TauMatching::m_minEta
parType_t m_minEta
Definition:
TauMatching.h:32
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
PlotPulseshapeFromCool.input
input
Definition:
PlotPulseshapeFromCool.py:106
TOBArray.h
TCS::TauMatching::m_rHad
parType_t m_rHad
Definition:
TauMatching.h:36
TCS::TauMatching::m_et
parType_t m_et
Definition:
TauMatching.h:34
TCS::TOBArray
Definition:
TOBArray.h:24
TCS::TauMatching::sort
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output)
Definition:
TauMatching.cxx:44
merge.output
output
Definition:
merge.py:17
SortingAlg.h
TCS::TauMatching::TauMatching
TauMatching(const std::string &name)
Definition:
TauMatching.cxx:17
TCS::SortingAlg
Definition:
SortingAlg.h:18
TCS::TauMatching::m_rCore
parType_t m_rCore
Definition:
TauMatching.h:35
TCS::TauMatching::initialize
virtual TCS::StatusCode initialize()
Definition:
TauMatching.cxx:33
TCS::TauMatching
Definition:
TauMatching.h:18
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
TCS::StatusCode
Definition:
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
Generated on Sun Dec 22 2024 21:18:56 for ATLAS Offline Software by
1.8.18