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