From 757755378d7f7ad3f1fc4187594724e919668beb Mon Sep 17 00:00:00 2001 From: Alexander Solodkov <Sanya.Solodkov@cern.ch> Date: Mon, 9 Mar 2020 10:18:48 +0100 Subject: [PATCH] moving "using namespace std" to right place --- TileCalorimeter/TileExample/TileSimEx/share/tile_sf.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TileCalorimeter/TileExample/TileSimEx/share/tile_sf.C b/TileCalorimeter/TileExample/TileSimEx/share/tile_sf.C index 0e3dc419d46a3..cfb4d88e59284 100644 --- a/TileCalorimeter/TileExample/TileSimEx/share/tile_sf.C +++ b/TileCalorimeter/TileExample/TileSimEx/share/tile_sf.C @@ -6,7 +6,6 @@ //----------------------------------------------------------------------- #include <iostream> -using namespace std; #include "TROOT.h" #include "TStyle.h" @@ -20,6 +19,8 @@ using namespace std; #include "TProfile.h" #include "TProfile2D.h" +using namespace std; + void Make_plots(TString infile_hit, TString infile_truth, TString outfile, bool dofit) { TTree t; -- GitLab