Skip to content

Commit

Permalink
Update with Vladimir's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Oct 20, 2023
1 parent ff5af8d commit abfc9c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SimG4CMS/HGCalTestBeam/plugins/HGCalTB23Analyzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "TSystem.h"
#include "TTree.h"

#define EDM_ML_DEBUG
//#define EDM_ML_DEBUG

class HGCalTB23Analyzer : public edm::one::EDAnalyzer<edm::one::WatchRuns, edm::one::SharedResources> {
public:
Expand Down
3 changes: 2 additions & 1 deletion SimG4CMS/HGCalTestBeam/test/HGCalTB230FEB_cfg.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import FWCore.ParameterSet.Config as cms
from Configuration.Eras.Modifier_hgcaltb_cff import hgcaltb

process = cms.Process('SIM')
process = cms.Process('SIM', hgcaltb)

# import of standard configurations
process.load("FWCore.MessageService.MessageLogger_cfi")
Expand Down
3 changes: 2 additions & 1 deletion SimG4CMS/HGCalTestBeam/test/HGCalTB230Jul_cfg.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import FWCore.ParameterSet.Config as cms
from Configuration.Eras.Modifier_hgcaltb_cff import hgcaltb

process = cms.Process('SIM')
process = cms.Process('SIM', hgcaltb)

# import of standard configurations
process.load("FWCore.MessageService.MessageLogger_cfi")
Expand Down

0 comments on commit abfc9c4

Please sign in to comment.