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