Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:32:35

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from Validation.HGCalValidation.hgcalShowerSeparationDefault_cfi import hgcalShowerSeparationDefault as _hgcalShowerSeparationDefault
0004 hgcalShowerSeparation = _hgcalShowerSeparationDefault.clone()
0005 
0006 from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2
0007 premix_stage2.toModify(hgcalShowerSeparation, caloParticles = "mixData:MergedCaloTruth")