CMS 3D CMS Logo

hgcalShowerSeparation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from Validation.HGCalValidation.hgcalShowerSeparationDefault_cfi import hgcalShowerSeparationDefault as _hgcalShowerSeparationDefault
4 hgcalShowerSeparation = _hgcalShowerSeparationDefault.clone()
5 
6 from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2
7 premix_stage2.toModify(hgcalShowerSeparation, caloParticles = "mixData:MergedCaloTruth")