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
!40693
TauAnalysisTools: Fix placement of using directive.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TauAnalysisTools: Fix placement of using directive.
ssnyder/athena:namespace.TauAnalysisTools-20210215
into
master
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Scott Snyder
requested to merge
ssnyder/athena:namespace.TauAnalysisTools-20210215
into
master
4 years ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
Using directives should come after all #includes.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2afc7a81
1 commit,
4 years ago
1 file
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
PhysicsAnalysis/TauID/TauAnalysisTools/test/ut_TauAnalysisTools_test.cxx
+
3
−
2
Options
/*
Copyright (C) 2002-202
0
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-202
1
CERN for the benefit of the ATLAS collaboration
*/
#ifndef TAUANALYSISTOOLS_UT_TAUANALYSISTOOLS_TEST_H
@@ -11,7 +11,6 @@
#include
"GaudiKernel/ToolHandle.h"
//for better working with tools
#include
"AsgMessaging/MessageCheck.h"
//messaging
using
namespace
asg
::
msgUserCode
;
//messaging
//ROOT includes
#include
"TString.h"
@@ -28,6 +27,8 @@ using namespace asg::msgUserCode; //messaging
// EDM include(s):
#include
"xAODTau/TauJetContainer.h"
using
namespace
asg
::
msgUserCode
;
//messaging
int
main
(
int
argc
,
char
*
argv
[]
)
{
ANA_CHECK_SET_TYPE
(
int
);
Loading