Variables | |
tuple | hbhereco |
tuple | hfreco |
tuple | horeco |
00001 cms.EDProducer("CaloRecHitsProducer", 00002 InputRecHitCollectionTypes = cms.vuint32(4), 00003 OutputRecHitCollections = cms.vstring(""), 00004 doDigis = cms.bool(False), 00005 doMiscalib = cms.bool(False), 00006 00007 RecHitsFactory = cms.PSet( 00008 HCAL = cms.PSet( 00009 Noise = cms.vdouble(-1.,-1.), 00010 NoiseCorrectionFactor = cms.vdouble(1.39,1.32), 00011 Threshold = cms.vdouble(-1.,-1.), 00012 MixedSimHits = cms.InputTag("mix","famosSimHitsHcalHits"), 00013 EnableSaturation = cms.bool(True), 00014 Refactor = cms.double(1.), 00015 Refactor_mean = cms.double(1.), 00016 fileNameHcal = cms.string('hcalmiscalib_0.0.xml'))))
Definition at line 10 of file HcalRecHitsCustom_cff.py.
00001 cms.EDProducer("CaloRecHitsProducer", 00002 InputRecHitCollectionTypes = cms.vuint32(6), 00003 OutputRecHitCollections = cms.vstring(""), 00004 doDigis = cms.bool(False), 00005 doMiscalib = cms.bool(False), 00006 00007 RecHitsFactory = cms.PSet( 00008 HCAL = cms.PSet( 00009 Noise = cms.vdouble(-1.), 00010 NoiseCorrectionFactor = cms.vdouble(2.51), 00011 Threshold = cms.vdouble(-0.5), 00012 MixedSimHits = cms.InputTag("mix","famosSimHitsHcalHits"), 00013 EnableSaturation = cms.bool(True), 00014 Refactor = cms.double(1.), 00015 Refactor_mean = cms.double(1.), 00016 fileNameHcal = cms.string('hcalmiscalib_0.0.xml'))))
Definition at line 45 of file HcalRecHitsCustom_cff.py.
00001 cms.EDProducer("CaloRecHitsProducer", 00002 InputRecHitCollectionTypes = cms.vuint32(5), 00003 OutputRecHitCollections = cms.vstring(""), 00004 doDigis = cms.bool(False), 00005 doMiscalib = cms.bool(False), 00006 00007 RecHitsFactory = cms.PSet( 00008 HCAL = cms.PSet( 00009 Noise = cms.vdouble(-1.), 00010 NoiseCorrectionFactor = cms.vdouble(3.),#1.17 to be tuned 00011 Threshold = cms.vdouble(-1.5), 00012 MixedSimHits = cms.InputTag("mix","famosSimHitsHcalHits"), 00013 EnableSaturation = cms.bool(True), 00014 Refactor = cms.double(1.), 00015 Refactor_mean = cms.double(1.), 00016 fileNameHcal = cms.string('hcalmiscalib_0.0.xml'))))
Definition at line 28 of file HcalRecHitsCustom_cff.py.