From 538535831c6f38c1f539c5570988a17b8c207a7d Mon Sep 17 00:00:00 2001 From: Fabio Cossutti Date: Thu, 3 Aug 2023 11:27:48 +0200 Subject: [PATCH] Remove debug pre-rpocessor statements --- SimG4CMS/Forward/src/MtdSD.cc | 2 +- SimG4CMS/Forward/src/TimingSD.cc | 2 +- SimG4Core/Application/src/Phase2SteppingAction.cc | 4 +--- SimG4Core/Notification/src/MCTruthUtil.cc | 2 -- SimG4Core/Notification/src/TrackInformation.cc | 2 -- 5 files changed, 3 insertions(+), 9 deletions(-) diff --git a/SimG4CMS/Forward/src/MtdSD.cc b/SimG4CMS/Forward/src/MtdSD.cc index 45ff7767c650e..1c42dee56aefc 100644 --- a/SimG4CMS/Forward/src/MtdSD.cc +++ b/SimG4CMS/Forward/src/MtdSD.cc @@ -1,4 +1,4 @@ -#define EDM_ML_DEBUG +//#define EDM_ML_DEBUG #include "SimG4CMS/Forward/interface/MtdSD.h" diff --git a/SimG4CMS/Forward/src/TimingSD.cc b/SimG4CMS/Forward/src/TimingSD.cc index e040edc45c1a6..855880cb9e201 100644 --- a/SimG4CMS/Forward/src/TimingSD.cc +++ b/SimG4CMS/Forward/src/TimingSD.cc @@ -1,4 +1,4 @@ -#define EDM_ML_DEBUG +//#define EDM_ML_DEBUG /////////////////////////////////////////////////////////////////////////////// // File: TimingSD.cc diff --git a/SimG4Core/Application/src/Phase2SteppingAction.cc b/SimG4Core/Application/src/Phase2SteppingAction.cc index d99130263f01f..983b050ebd03d 100644 --- a/SimG4Core/Application/src/Phase2SteppingAction.cc +++ b/SimG4Core/Application/src/Phase2SteppingAction.cc @@ -1,5 +1,3 @@ -#define EDM_ML_DEBUG - #include "SimG4Core/Application/interface/Phase2SteppingAction.h" #include "SimG4Core/Notification/interface/TrackInformation.h" @@ -15,7 +13,7 @@ #include "FWCore/MessageLogger/interface/MessageLogger.h" #include "FWCore/Utilities/interface/isFinite.h" -#define DebugLog +//#define DebugLog Phase2SteppingAction::Phase2SteppingAction(const CMSSteppingVerbose* sv, const edm::ParameterSet& p, bool hasW) : steppingVerbose(sv), hasWatcher(hasW) { diff --git a/SimG4Core/Notification/src/MCTruthUtil.cc b/SimG4Core/Notification/src/MCTruthUtil.cc index a4c51bd5a8dca..89ab353951475 100644 --- a/SimG4Core/Notification/src/MCTruthUtil.cc +++ b/SimG4Core/Notification/src/MCTruthUtil.cc @@ -1,5 +1,3 @@ -#define EDM_ML_DEBUG - #include "SimG4Core/Notification/interface/MCTruthUtil.h" #include "SimG4Core/Notification/interface/TrackInformation.h" diff --git a/SimG4Core/Notification/src/TrackInformation.cc b/SimG4Core/Notification/src/TrackInformation.cc index c35de401ad5c7..7e059f2b42712 100644 --- a/SimG4Core/Notification/src/TrackInformation.cc +++ b/SimG4Core/Notification/src/TrackInformation.cc @@ -1,5 +1,3 @@ -#define EDM_ML_DEBUG - #include "SimG4Core/Notification/interface/TrackInformation.h" #include "FWCore/MessageLogger/interface/MessageLogger.h"