ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
14#include <iostream>
15#include <vector>
16
17namespace 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
const std::string & name() const
SortingAlg(const std::string &name)
Definition SortingAlg.h:21
virtual TCS::StatusCode initialize() override
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output) override final
jLJetNoSort(const std::string &name)
parType_t m_numberOfjLJets
Definition jLJetNoSort.h:32
virtual ~jLJetNoSort()
uint32_t parType_t
Definition Parameter.h:22