From c5f1bb7bd5f457eda4a952c2e51e078a147f7dd8 Mon Sep 17 00:00:00 2001
From: Benedict Tobias Winter <benedict.tobias.winter@cern.ch>
Date: Tue, 15 Dec 2020 18:29:45 +0100
Subject: [PATCH] implementing comments

---
 .../ISF_FastCaloSimEvent/TFCSEnergyInterpolationHistogram.h    | 2 +-
 .../src/TFCSEnergyInterpolationHistogram.cxx                   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimEvent/ISF_FastCaloSimEvent/TFCSEnergyInterpolationHistogram.h b/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimEvent/ISF_FastCaloSimEvent/TFCSEnergyInterpolationHistogram.h
index a730b92e9343..df0c7d301285 100644
--- a/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimEvent/ISF_FastCaloSimEvent/TFCSEnergyInterpolationHistogram.h
+++ b/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimEvent/ISF_FastCaloSimEvent/TFCSEnergyInterpolationHistogram.h
@@ -37,7 +37,7 @@ public:
 private:
   TH1F m_hist;
 
-  ClassDefOverride(TFCSEnergyInterpolationHistogram,1)  //TFCSEnergyInterpolationHistogram
+  ClassDefOverride(TFCSEnergyInterpolationHistogram,1);  //TFCSEnergyInterpolationHistogram
 };
 
 #if defined(__ROOTCLING__) && defined(__FastCaloSimStandAlone__)
diff --git a/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimEvent/src/TFCSEnergyInterpolationHistogram.cxx b/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimEvent/src/TFCSEnergyInterpolationHistogram.cxx
index d4ee2afa1be8..90937730936a 100644
--- a/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimEvent/src/TFCSEnergyInterpolationHistogram.cxx
+++ b/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimEvent/src/TFCSEnergyInterpolationHistogram.cxx
@@ -66,7 +66,8 @@ void TFCSEnergyInterpolationHistogram::Print(Option_t *option) const
   TString opt(option);
   bool shortprint=opt.Index("short")>=0;
   bool longprint=msgLvl(MSG::DEBUG) || (msgLvl(MSG::INFO) && !shortprint);
-  TString optprint=opt;optprint.ReplaceAll("short","");
+  TString optprint=opt;
+  optprint.ReplaceAll("short","");
   TFCSParametrization::Print(option);
 
   if(longprint) ATH_MSG_INFO(optprint <<(OnlyScaleEnergy()?"  E()*":"  Ekin()*")<<"histNbins="<<m_hist.GetNbinsX()
-- 
GitLab