File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
SimCalorimetry/HGCalSimProducers/python Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- from SimCalorimetry .HGCalAssociatorProducers .hgCalLCToCPAssociatorByEnergyScoreProducer_cfi import hgCalLCToCPAssociatorByEnergyScoreProducer as lcAssocByEnergyScoreProducer
1+ import FWCore .ParameterSet .Config as cms
2+ from SimCalorimetry .HGCalAssociatorProducers .hgCalLCToCPAssociatorByEnergyScoreProducer_cfi import hgCalLCToCPAssociatorByEnergyScoreProducer as _lcAssocByEnergyScoreProducer
3+ from SimCalorimetry .HGCalAssociatorProducers .hgCalLCToSCAssociatorByEnergyScoreProducer_cfi import hgCalLCToSCAssociatorByEnergyScoreProducer as _scAssocByEnergyScoreProducer
24
3- from SimCalorimetry .HGCalAssociatorProducers .hgCalLCToSCAssociatorByEnergyScoreProducer_cfi import hgCalLCToSCAssociatorByEnergyScoreProducer as scAssocByEnergyScoreProducer
5+ lcAssocByEnergyScoreProducer = _lcAssocByEnergyScoreProducer .clone (hardScatterOnly = cms .bool (True ))
6+ scAssocByEnergyScoreProducer = _scAssocByEnergyScoreProducer .clone (hardScatterOnly = cms .bool (True ))
You can’t perform that action at this time.
0 commit comments