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