cms.EDProducer("PFRecHitProducer",\ 
    navigator = cms.PSet(\ 
        hcalEnums = cms.vint32(1, 2),\ 
        name = cms.string('PFRecHitHCALDenseIdNavigator')\ 
    ),\ 
    producers = cms.VPSet(cms.PSet(\ 
        name = cms.string('PFHBHERecHitCreator'),\ 
        qualityTests = cms.VPSet(\ 
            cms.PSet(\ 
                cuts = cms.VPSet(\ 
                    cms.PSet(\ 
                        depth = cms.vint32(1, 2, 3, 4),\ 
                        detectorEnum = cms.int32(1),\ 
                        threshold = cms.vdouble(0.1, 0.2, 0.3, 0.3)\ 
                    ),\ 
                    cms.PSet(\ 
                        depth = cms.vint32(\ 
                            1, 2, 3, 4, 5,\ 
                            6, 7\ 
                        ),\ 
                        detectorEnum = cms.int32(2),\ 
                        threshold = cms.vdouble(\ 
                            0.1, 0.2, 0.2, 0.2, 0.2,\ 
                            0.2, 0.2\ 
                        )\ 
                    )\ 
                ),\ 
                name = cms.string('PFRecHitQTestHCALThresholdVsDepth'),\ 
                usePFThresholdsFromDB = cms.bool(True)\ 
            ),\ 
            cms.PSet(\ 
                cleaningThresholds = cms.vdouble(0.0),\ 
                flags = cms.vstring('Standard'),\ 
                maxSeverities = cms.vint32(11),\ 
                name = cms.string('PFRecHitQTestHCALChannel')\ 
            )\ 
        ),\ 
        src = cms.InputTag("hltHbhereco")\ 
    ))\ 
)\