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