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