Skip to content
Snippets Groups Projects
Commit c88cda52 authored by Scott Snyder's avatar Scott Snyder Committed by Johannes Elmsheuser
Browse files

MuonGeoModelTestR4: Fix placement of using directives.

MuonGeoModelTestR4: Fix placement of using directives.

Don't put using directives before #include.
parent a9895bf5
No related branches found
No related tags found
No related merge requests found
......@@ -20,13 +20,13 @@
#include <iostream>
#include <cmath>
using namespace MuonGMR4;
using namespace ActsTrk;
#include <PathResolver/PathResolver.h>
#include <TFile.h>
#include <TTreeReader.h>
using namespace MuonGMR4;
using namespace ActsTrk;
constexpr double tolerance = 0.001*Gaudi::Units::millimeter;
/// Helper struct to represent a full MicroMegas chamber
......
......@@ -17,13 +17,13 @@
#include <GaudiKernel/SystemOfUnits.h>
#include "CxxUtils/starts_with.h"
using namespace MuonGMR4;
using namespace ActsTrk;
#include <PathResolver/PathResolver.h>
#include <TFile.h>
#include <TTreeReader.h>
using namespace MuonGMR4;
using namespace ActsTrk;
constexpr double tolerance = 1.*Gaudi::Units::millimeter;
......
......@@ -21,13 +21,13 @@
#include <iostream>
#include <cmath>
using namespace MuonGMR4;
using namespace ActsTrk;
#include <PathResolver/PathResolver.h>
#include <TFile.h>
#include <TTreeReader.h>
using namespace MuonGMR4;
using namespace ActsTrk;
constexpr double tolerance = 100.*Gaudi::Units::micrometer;
/// Helper struct to represent a full sTgc chamber
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment