Skip to content
Snippets Groups Projects

PyAnalysisExamples: Move test classes to a namespace.

Merged Scott Snyder requested to merge ssnyder/athena:ns.PyAnalysisExamples-20210415 into master
All threads resolved!
14 files
+ 73
62
Compare changes
  • Side-by-side
  • Inline
Files
14
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
*/
#ifndef PYANALYSISEXAMPLES_MYCUTCLASS_H
@@ -10,6 +10,8 @@
#include "egammaEvent/Electron.h"
namespace AthPyEx {
class MyCutClass
{
public:
@@ -28,4 +30,6 @@ private:
double m_Thr;
};
} // namespace AthPyEx
#endif
Loading