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