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