CMS 3D CMS Logo

particleFlowRecHitOOTECAL_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 
4 particleFlowRecHitOOTECAL = particleFlowRecHitECAL.clone(
5  producers = {0 : dict(qualityTests = {1 : dict(timingCleaning = False) } ),
6  1 : dict(qualityTests = {1 : dict(timingCleaning = False) } )}
7 )