ATLAS Offline Software
JetSortingAlgSize2.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 // JetSortingAlgSize2.h
5 // TopoCore
6 // Created by Christoper Willis 12/6/12
7 
8 #ifndef __TopoCore__JetSortingAlgSize2__
9 #define __TopoCore__JetSortingAlgSize2__
10 
12 
13 #include <iostream>
14 #include <vector>
15 
16 namespace TCS {
17 
19  public:
20 
21  // constructor
22  JetSortingAlgSize2(const std::string & name);
23 
24  // destructor
25  virtual ~JetSortingAlgSize2();
26 
27  private:
28 
29  };
30 
31 } // end of namespace TCS
32 
33 #endif /* defined(__TopoCore__JetSortingAlgSize2__) */
JetSortingAlg.h
TCS::JetSortingAlgSize2::JetSortingAlgSize2
JetSortingAlgSize2(const std::string &name)
Definition: JetSortingAlgSize2.cxx:13
TCS::JetSortingAlgSize2::~JetSortingAlgSize2
virtual ~JetSortingAlgSize2()
Definition: JetSortingAlgSize2.cxx:18
TCS::ConfigurableAlg::name
const std::string & name() const
Definition: ConfigurableAlg.h:48
TCS
Definition: Global/GlobalSimulation/src/IO/Decision.h:18
TCS::JetSortingAlg
Definition: JetSortingAlg.h:20
TCS::JetSortingAlgSize2
Definition: JetSortingAlgSize2.h:18