From 71558a0d9913e60d37ec5ac749c0c4aaa069019a Mon Sep 17 00:00:00 2001
From: Shreya Roy <s.roy@gsi.de>
Date: Thu, 18 Nov 2021 15:59:32 +0100
Subject: [PATCH] tof v22a geo macro

---
 macro/mcbm/geometry/tof/Create_TOF_Geometry_v22a_mcbm.C | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/macro/mcbm/geometry/tof/Create_TOF_Geometry_v22a_mcbm.C b/macro/mcbm/geometry/tof/Create_TOF_Geometry_v22a_mcbm.C
index 032a1b8e89..cf8048bb67 100644
--- a/macro/mcbm/geometry/tof/Create_TOF_Geometry_v22a_mcbm.C
+++ b/macro/mcbm/geometry/tof/Create_TOF_Geometry_v22a_mcbm.C
@@ -898,7 +898,7 @@ void position_inner_tof_modules(Int_t modNType)
   NumberOfPoles++;
 
   // Mar2019 setup
-  Int_t modNum[4] = {4 * 0};
+  Int_t modNum[4]                = {4 * 0};
   const Int_t NModules           = 8;
   xPos                           = 0.;
   yPos                           = 0.;
@@ -912,7 +912,7 @@ void position_inner_tof_modules(Int_t modNType)
   TGeoRotation* module_rot           = NULL;
   TGeoCombiTrans* module_combi_trans = NULL;
 
-/*
+  /*
   for (Int_t iMod = 0; iMod < NModules; iMod++) {
     module_trans = new TGeoTranslation("", xPos + ModDx[iMod], yPos + ModDy[iMod], zPos + ModDz[iMod]);
     module_rot   = new TGeoRotation();
-- 
GitLab