Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!42637
PyAnalysisExamples: Move test classes to a namespace.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
PyAnalysisExamples: Move test classes to a namespace.
ssnyder/athena:ns.PyAnalysisExamples-20210415
into
master
Overview
7
Commits
2
Pipelines
2
Changes
14
Merged
Scott Snyder
requested to merge
ssnyder/athena:ns.PyAnalysisExamples-20210415
into
master
3 years ago
Overview
7
Commits
2
Pipelines
2
Changes
14
Expand
Move MyObj, etc to a namespace to avoid collisions with other packages. See
ATEAM-731
.
0
0
Merge request reports
Compare
master
version 1
228c4228
3 years ago
master (base)
and
version 1
latest version
45e8bc26
2 commits,
3 years ago
version 1
228c4228
1 commit,
3 years ago
14 files
+
73
−
61
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
PhysicsAnalysis/PyAnalysis/PyAnalysisExamples/PyAnalysisExamples/MyCutClass.h
+
5
−
1
Options
/*
Copyright (C) 2002-201
7
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-20
2
1 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