ATLAS Offline Software
gLJetSelect.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 // gLJetSelect.h
5 // TopoCore
6 
7 #ifndef L1TOPOALGORITHMS_GLJETSELECT_H
8 #define L1TOPOALGORITHMS_GLJETSELECT_H
9 
11 #include "L1TopoEvent/TOBArray.h"
12 
13 #include <iostream>
14 #include <vector>
15 
16 namespace TCS {
17 
18  class gLJetSelect : public SortingAlg {
19  public:
20 
21  // constructor
22  gLJetSelect(const std::string & name);
23 
24  // destructor
25  virtual ~gLJetSelect();
26  virtual TCS::StatusCode initialize() override;
27  virtual TCS::StatusCode sort(const InputTOBArray & input, TOBArray & output) override final;
28 
29  private:
30 
34  parType_t m_et = { 0 };
35 
36  };
37 
38 } // end of namespace TCS
39 
40 #endif /* defined(__TopoCore__SortingAlg__) */
TCS::parType_t
uint32_t parType_t
Definition: Parameter.h:22
TCS::gLJetSelect::gLJetSelect
gLJetSelect(const std::string &name)
Definition: gLJetSelect.cxx:18
TCS::ConfigurableAlg::name
const std::string & name() const
Definition: ConfigurableAlg.h:48
TCS::InputTOBArray
Definition: InputTOBArray.h:15
PlotPulseshapeFromCool.input
input
Definition: PlotPulseshapeFromCool.py:106
TOBArray.h
TCS::TOBArray
Definition: TOBArray.h:24
merge.output
output
Definition: merge.py:17
SortingAlg.h
TCS::gLJetSelect::m_minEta
parType_t m_minEta
Definition: gLJetSelect.h:32
TCS::SortingAlg
Definition: SortingAlg.h:18
TCS::gLJetSelect::m_maxEta
parType_t m_maxEta
Definition: gLJetSelect.h:33
TCS
Definition: Global/GlobalSimulation/src/IO/Decision.h:18
TCS::gLJetSelect
Definition: gLJetSelect.h:18
TCS::gLJetSelect::~gLJetSelect
virtual ~gLJetSelect()
Definition: gLJetSelect.cxx:30
TCS::gLJetSelect::initialize
virtual TCS::StatusCode initialize() override
Definition: gLJetSelect.cxx:34
TCS::gLJetSelect::m_et
parType_t m_et
Definition: gLJetSelect.h:34
TCS::StatusCode
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
TCS::gLJetSelect::sort
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output) override final
Definition: gLJetSelect.cxx:46
TCS::gLJetSelect::m_numberOfgLJets
parType_t m_numberOfgLJets
Definition: gLJetSelect.h:31