ATLAS Offline Software
JetSortingAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 // JetSortingAlg.h
5 // TopoCore
6 // Created by Christoper Willis 12/6/12
7 
8 #ifndef __TopoCore__JetSortingAlg__
9 #define __TopoCore__JetSortingAlg__
10 
12 #include "L1TopoEvent/TOBArray.h"
13 #include "L1TopoEvent/JetTOB.h"
14 
15 #include <iostream>
16 #include <vector>
17 
18 namespace TCS {
19 
20  class JetSortingAlg : public SortingAlg {
21  public:
22 
23  // constructor
24  JetSortingAlg(const std::string & name);
25 
26  // destructor
27  virtual ~JetSortingAlg();
28 
30 
31  protected:
32 
34 
35  };
36 
37 } // end of namespace TCS
38 
39 #endif /* defined(__TopoCore__SortingAlg__) */
TCS::JetTOB::JetSize
JetSize
Definition: JetTOB.h:21
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
TCS::JetSortingAlg::sort
virtual TCS::StatusCode sort(const InputTOBArray &input, TOBArray &output)
Definition: JetSortingAlg.cxx:48
merge.output
output
Definition: merge.py:17
SortingAlg.h
TCS::SortingAlg
Definition: SortingAlg.h:18
TCS::JetSortingAlg::~JetSortingAlg
virtual ~JetSortingAlg()
Definition: JetSortingAlg.cxx:39
TCS::JetSortingAlg::JetSortingAlg
JetSortingAlg(const std::string &name)
Definition: JetSortingAlg.cxx:27
TCS
Definition: Global/GlobalSimulation/src/IO/Decision.h:18
JetTOB.h
TCS::JetSortingAlg
Definition: JetSortingAlg.h:20
TCS::JetSortingAlg::m_jetsize
JetTOB::JetSize m_jetsize
Definition: JetSortingAlg.h:33
TCS::StatusCode
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15