Skip to content
Snippets Groups Projects

TauAnalysisTools: Fix placement of using directive.

Merged Scott Snyder requested to merge ssnyder/athena:namespace.TauAnalysisTools-20210215 into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
/*
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2021 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