ATLAS Offline Software
Loading...
Searching...
No Matches
gLJetSort.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4// gLJetSort.h
5// TopoCore
6
7#ifndef L1TOPOALGORITHMS_GLJETSORT_H
8#define L1TOPOALGORITHMS_GLJETSORT_H
9
13
14#include <iostream>
15#include <vector>
16
17namespace TCS {
18
19 class gLJetSort : public SortingAlg {
20 public:
21
22 // constructor
23 gLJetSort(const std::string & name);
24
25 // destructor
26 virtual ~gLJetSort();
27 virtual TCS::StatusCode initialize() override;
28 virtual TCS::StatusCode sort(const InputTOBArray & input, TOBArray & output) override final;
29
30 private:
34
35 };
36
37} // end of namespace TCS
38
39#endif /* defined(__TopoCore__SortingAlg__) */
const std::string & name() const
SortingAlg(const std::string &name)
Definition SortingAlg.h:21
virtual ~gLJetSort()
Definition gLJetSort.cxx:33
parType_t m_maxEta
Definition gLJetSort.h:33
gLJetSort(const std::string &name)
Definition gLJetSort.cxx:22
parType_t m_minEta
Definition gLJetSort.h:32
virtual TCS::StatusCode initialize() override
Definition gLJetSort.cxx:39
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output) override final
Definition gLJetSort.cxx:48
parType_t m_numberOfgLJets
Definition gLJetSort.h:31
uint32_t parType_t
Definition Parameter.h:22