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