From 056dadbb371117da472e5298973d7aa12eed0f6c Mon Sep 17 00:00:00 2001
From: Petr Jacka <petr.jacka@cern.ch>
Date: Mon, 4 Sep 2017 08:16:29 +0000
Subject: [PATCH] Update init_geo.C

Former-commit-id: 4622691282ead3bf763847d0dbb4079bba60ca83
---
 .../tools/init_geo.C                          | 58 +++++++++----------
 1 file changed, 29 insertions(+), 29 deletions(-)

diff --git a/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/tools/init_geo.C b/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/tools/init_geo.C
index 90ab744a9f396..1324297446d38 100644
--- a/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/tools/init_geo.C
+++ b/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/tools/init_geo.C
@@ -2,34 +2,34 @@
   Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
 */
 
-#include "TSystem.h"
-#include "TROOT.h"
-#include <iostream>
-
-#include "../ISF_FastCaloSimParametrization/MeanAndRMS.h"
-#include "Identifier/Identifier.h"
-//#include "CaloDetDescr/CaloDetDescrElement.h"
-
-
-void init_geo();
-
-void init_geo()
-{
- 
- cout<<"init geometry test tool"<<endl;
-
- gInterpreter->AddIncludePath("..");
- gInterpreter->AddIncludePath("../../ISF_FastCaloSimEvent");
-
+#include "TSystem.h"
+#include "TROOT.h"
+#include <iostream>
+
+#include "../ISF_FastCaloSimParametrization/MeanAndRMS.h"
+#include "Identifier/Identifier.h"
+//#include "CaloDetDescr/CaloDetDescrElement.h"
+
+
+void init_geo();
+
+void init_geo()
+{
+ 
+ cout<<"init geometry test tool"<<endl;
+
+ gInterpreter->AddIncludePath("..");
+ gInterpreter->AddIncludePath("../../ISF_FastCaloSimEvent");
+
  //gROOT->LoadMacro("CaloSampling.cxx+");
  gROOT->LoadMacro("../src/CaloGeoGeometry.cxx+");
- gROOT->LoadMacro("../CaloGeometryFromFile.cxx+");
- gROOT->LoadMacro("../FCAL_ChannelMap.cxx+");
- cout<<"init geometry done"<<endl;
- cout << "running run_geo.C" << endl;
- 
- gROOT->ProcessLine(".x run_geo.C");
- 
- 
- 
-}
+ gROOT->LoadMacro("CaloGeometryFromFile.cxx+");
+ gROOT->LoadMacro("FCAL_ChannelMap.cxx+");
+ cout<<"init geometry done"<<endl;
+ cout << "running run_geo.C" << endl;
+ 
+ gROOT->ProcessLine(".x run_geo.C");
+ 
+ 
+ 
+}
-- 
GitLab