Skip to content

Commit

Permalink
Remove debug pre-rpocessor statements
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocos committed Aug 3, 2023
1 parent c6eabe5 commit 5385358
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion SimG4CMS/Forward/src/MtdSD.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define EDM_ML_DEBUG
//#define EDM_ML_DEBUG

#include "SimG4CMS/Forward/interface/MtdSD.h"

Expand Down
2 changes: 1 addition & 1 deletion SimG4CMS/Forward/src/TimingSD.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define EDM_ML_DEBUG
//#define EDM_ML_DEBUG

///////////////////////////////////////////////////////////////////////////////
// File: TimingSD.cc
Expand Down
4 changes: 1 addition & 3 deletions SimG4Core/Application/src/Phase2SteppingAction.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#define EDM_ML_DEBUG

#include "SimG4Core/Application/interface/Phase2SteppingAction.h"

#include "SimG4Core/Notification/interface/TrackInformation.h"
Expand All @@ -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) {
Expand Down
2 changes: 0 additions & 2 deletions SimG4Core/Notification/src/MCTruthUtil.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#define EDM_ML_DEBUG

#include "SimG4Core/Notification/interface/MCTruthUtil.h"
#include "SimG4Core/Notification/interface/TrackInformation.h"

Expand Down
2 changes: 0 additions & 2 deletions SimG4Core/Notification/src/TrackInformation.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#define EDM_ML_DEBUG

#include "SimG4Core/Notification/interface/TrackInformation.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Expand Down

0 comments on commit 5385358

Please sign in to comment.