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
!32100
egammaEventTPCnv: Add missing include of GaudiException.h.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
egammaEventTPCnv: Add missing include of GaudiException.h.
ssnyder/athena:include.egammaEventTPCnv-20200417
into
master
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Scott Snyder
requested to merge
ssnyder/athena:include.egammaEventTPCnv-20200417
into
master
4 years ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
Will be needed to compile after upcoming thinning cleanups.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
572822b9
1 commit,
4 years ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Reconstruction/egamma/egammaEventTPCnv/src/egDetailContainerCnv_p1.cxx
+
2
−
1
Options
///////////////////////// -*- C++ -*- /////////////////////////////
/*
Copyright (C) 2002-20
17
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-20
20
CERN for the benefit of the ATLAS collaboration
*/
// egDetailContainerCnv_p1.cxx
@@ -22,6 +22,7 @@
#include
"egammaEvent/EMBremFit.h"
#include
"egammaEvent/EMTrackFit.h"
#include
"egammaEvent/EMErrorDetail.h"
#include
"GaudiKernel/GaudiException.h"
#ifdef MSG_DEBUG
#undef MSG_DEBUG
Loading