ATLAS Offline Software
Loading...
Searching...
No Matches
gLJetNoSort.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4// gLJetNoSort.h
5// TopoCore
6
7#ifndef L1TOPOALGORITHMS_GLJETNOSORT_H
8#define L1TOPOALGORITHMS_GLJETNOSORT_H
9
13
14#include <iostream>
15#include <vector>
16
17namespace TCS {
18
19 class gLJetNoSort : public SortingAlg {
20 public:
21
22 // constructor
23 gLJetNoSort(const std::string & name);
24
25 // destructor
26 virtual ~gLJetNoSort();
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
const std::string & name() const
SortingAlg(const std::string &name)
Definition SortingAlg.h:21
virtual ~gLJetNoSort()
parType_t m_numberOfgLJets
Definition gLJetNoSort.h:32
virtual TCS::StatusCode initialize() override
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output) override final
gLJetNoSort(const std::string &name)
uint32_t parType_t
Definition Parameter.h:22