diff --git a/SimG4CMS/HGCalTestBeam/plugins/HGCalTB23Analyzer.cc b/SimG4CMS/HGCalTestBeam/plugins/HGCalTB23Analyzer.cc index 45ded9b393a5d..d3b5e98c22dbe 100644 --- a/SimG4CMS/HGCalTestBeam/plugins/HGCalTB23Analyzer.cc +++ b/SimG4CMS/HGCalTestBeam/plugins/HGCalTB23Analyzer.cc @@ -46,7 +46,7 @@ #include "TSystem.h" #include "TTree.h" -#define EDM_ML_DEBUG +//#define EDM_ML_DEBUG class HGCalTB23Analyzer : public edm::one::EDAnalyzer { public: diff --git a/SimG4CMS/HGCalTestBeam/test/HGCalTB230FEB_cfg.py b/SimG4CMS/HGCalTestBeam/test/HGCalTB230FEB_cfg.py index ec5ef4e7d27f3..89ff185056557 100644 --- a/SimG4CMS/HGCalTestBeam/test/HGCalTB230FEB_cfg.py +++ b/SimG4CMS/HGCalTestBeam/test/HGCalTB230FEB_cfg.py @@ -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") diff --git a/SimG4CMS/HGCalTestBeam/test/HGCalTB230Jul_cfg.py b/SimG4CMS/HGCalTestBeam/test/HGCalTB230Jul_cfg.py index 224a04422aea8..d28b02d58f24c 100644 --- a/SimG4CMS/HGCalTestBeam/test/HGCalTB230Jul_cfg.py +++ b/SimG4CMS/HGCalTestBeam/test/HGCalTB230Jul_cfg.py @@ -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")