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