ATLAS Offline Software
ClusterSelect.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 // ClusterSelect.h
5 // TopoCore
6 // Created by Joerg Stelzer on 11/10/12.
7 
8 #ifndef TCS__ClusterSelect
9 #define TCS__ClusterSelect
10 
12 #include "L1TopoEvent/TOBArray.h"
13 
14 #include <iostream>
15 #include <vector>
16 
17 namespace TCS {
18 
19  class ClusterSelect : public SortingAlg {
20  public:
21 
22  // constructor
23  ClusterSelect(const std::string & name);
24 
25  // destructor
26  virtual ~ClusterSelect();
27  virtual TCS::StatusCode initialize();
29 
30  private:
31 
35  parType_t m_et = { 0 };
36  parType_t m_iso = { 0 };
38 
39  };
40 
41 } // end of namespace TCS
42 
43 #endif /* defined(__TopoCore__SortingAlg__) */
TCS::ClusterSelect::~ClusterSelect
virtual ~ClusterSelect()
Definition: ClusterSelect.cxx:31
TCS::ClusterSelect::m_doIsoCut
parType_t m_doIsoCut
Definition: ClusterSelect.h:37
TCS::parType_t
uint32_t parType_t
Definition: Parameter.h:22
TCS::ClusterSelect::m_et
parType_t m_et
Definition: ClusterSelect.h:35
TCS::ConfigurableAlg::name
const std::string & name() const
Definition: ConfigurableAlg.h:48
TCS::ClusterSelect::initialize
virtual TCS::StatusCode initialize()
Definition: ClusterSelect.cxx:34
TCS::InputTOBArray
Definition: InputTOBArray.h:15
PlotPulseshapeFromCool.input
input
Definition: PlotPulseshapeFromCool.py:106
TCS::ClusterSelect::m_maxEta
parType_t m_maxEta
Definition: ClusterSelect.h:34
TOBArray.h
TCS::ClusterSelect::m_iso
parType_t m_iso
Definition: ClusterSelect.h:36
TCS::TOBArray
Definition: TOBArray.h:24
merge.output
output
Definition: merge.py:17
SortingAlg.h
TCS::ClusterSelect::sort
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output)
Definition: ClusterSelect.cxx:45
TCS::SortingAlg
Definition: SortingAlg.h:18
TCS
Definition: Global/GlobalSimulation/src/IO/Decision.h:18
TCS::ClusterSelect::m_numberOfClusters
parType_t m_numberOfClusters
Definition: ClusterSelect.h:32
TCS::ClusterSelect::ClusterSelect
ClusterSelect(const std::string &name)
Definition: ClusterSelect.cxx:18
TCS::ClusterSelect::m_minEta
parType_t m_minEta
Definition: ClusterSelect.h:33
TCS::ClusterSelect
Definition: ClusterSelect.h:19
TCS::StatusCode
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15