CMS 3D CMS Logo

Variables

CaloRecHits_cff Namespace Reference

Variables

tuple caloRecHits = cms.Sequence(ecalRecHit*ecalPreshowerRecHit*hbhereco*horeco*hfreco)
tuple ecalPreshowerRecHit
tuple ecalRecHit
tuple hbhereco
tuple hfreco
tuple horeco

Variable Documentation

Definition at line 118 of file CaloRecHits_cff.py.

Initial value:
00001 cms.EDProducer("CaloRecHitsProducer",
00002                                       InputRecHitCollectionTypes = cms.vuint32(1),
00003                                       OutputRecHitCollections = cms.vstring('EcalRecHitsES'),
00004                                       doDigis = cms.bool(False),
00005                                       doMiscalib = cms.bool(False),
00006 
00007                                       RecHitsFactory = cms.PSet(
00008                                                        ECALPreshower = cms.PSet(
00009                                                        Noise = cms.double(1.5e-05),
00010                                                        Threshold = cms.double(4.5e-05),
00011                                                        MixedSimHits = cms.InputTag("mix","famosSimHitsEcalHitsES"))))

Definition at line 49 of file CaloRecHits_cff.py.

Definition at line 15 of file CaloRecHits_cff.py.

Referenced by compEcalEnergySum().

Initial value:
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                                            Threshold = cms.vdouble(-0.5,-0.5),
00011                                            MixedSimHits = cms.InputTag("mix","famosSimHitsHcalHits"),
00012                                            EnableSaturation = cms.bool(True),
00013                                            Refactor = cms.double(1.),
00014                                            Refactor_mean = cms.double(1.),
00015                                            fileNameHcal = cms.string('hcalmiscalib_0.0.xml'))))

Definition at line 62 of file CaloRecHits_cff.py.

Initial value:
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                                            Threshold = cms.vdouble(-0.5),
00011                                            MixedSimHits = cms.InputTag("mix","famosSimHitsHcalHits"),
00012                                            EnableSaturation = cms.bool(True),
00013                                            Refactor = cms.double(1.),
00014                                            Refactor_mean = cms.double(1.),
00015                                            fileNameHcal = cms.string('hcalmiscalib_0.0.xml'))))

Definition at line 95 of file CaloRecHits_cff.py.

Initial value:
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                                            Threshold = cms.vdouble(-0.5),
00011                                            MixedSimHits = cms.InputTag("mix","famosSimHitsHcalHits"),
00012                                            EnableSaturation = cms.bool(True),
00013                                            Refactor = cms.double(1.),
00014                                            Refactor_mean = cms.double(1.),
00015                                            fileNameHcal = cms.string('hcalmiscalib_0.0.xml'))))

Definition at line 79 of file CaloRecHits_cff.py.