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