ATLAS Offline Software
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 
12 #include "L1TopoEvent/TOBArray.h"
13 
14 #include <iostream>
15 #include <vector>
16 
17 namespace TCS {
18 
19  class ClusterAbbreviated : public SortingAlg {
20  public:
21 
22  // constructor
23  ClusterAbbreviated(const std::string & name);
24 
25  // destructor
26  virtual ~ClusterAbbreviated();
27 
29 
30  };
31 
32 } // end of namespace TCS
33 
34 #endif /* defined(__TopoCore__SortingAlg__) */
TCS::ClusterAbbreviated
Definition: ClusterAbbreviated.h:19
TCS::ClusterAbbreviated::ClusterAbbreviated
ClusterAbbreviated(const std::string &name)
Definition: ClusterAbbreviated.cxx:18
TCS::ClusterAbbreviated::sort
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output)
Definition: ClusterAbbreviated.cxx:30
TCS::ConfigurableAlg::name
const std::string & name() const
Definition: ConfigurableAlg.h:48
TCS::InputTOBArray
Definition: InputTOBArray.h:15
PlotPulseshapeFromCool.input
input
Definition: PlotPulseshapeFromCool.py:106
TOBArray.h
TCS::TOBArray
Definition: TOBArray.h:24
merge.output
output
Definition: merge.py:17
SortingAlg.h
TCS::SortingAlg
Definition: SortingAlg.h:18
TCS::ClusterAbbreviated::~ClusterAbbreviated
virtual ~ClusterAbbreviated()
Definition: ClusterAbbreviated.cxx:27
TCS
Definition: Global/GlobalSimulation/src/IO/Decision.h:18
TCS::StatusCode
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15