CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

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

Definition at line 118 of file CaloRecHits_cff.py.

tuple CaloRecHits_cff.ecalPreshowerRecHit
Initial value:
1 = cms.EDProducer("CaloRecHitsProducer",
2  InputRecHitCollectionTypes = cms.vuint32(1),
3  OutputRecHitCollections = cms.vstring('EcalRecHitsES'),
4  doDigis = cms.bool(False),
5  doMiscalib = cms.bool(False),
6 
7  RecHitsFactory = cms.PSet(
8  ECALPreshower = cms.PSet(
9  Noise = cms.double(1.5e-05),
10  Threshold = cms.double(4.5e-05),
11  MixedSimHits = cms.InputTag("mix","famosSimHitsEcalHitsES"))))

Definition at line 49 of file CaloRecHits_cff.py.

tuple CaloRecHits_cff.ecalRecHit

Definition at line 15 of file CaloRecHits_cff.py.

Referenced by compEcalEnergySum().

tuple CaloRecHits_cff.hbhereco
Initial value:
1 = cms.EDProducer("CaloRecHitsProducer",
2  InputRecHitCollectionTypes = cms.vuint32(4),
3  OutputRecHitCollections = cms.vstring(""),
4  doDigis = cms.bool(False),
5  doMiscalib = cms.bool(False),
6 
7  RecHitsFactory = cms.PSet(
8  HCAL = cms.PSet(
9  Noise = cms.vdouble(-1.,-1.),
10  Threshold = cms.vdouble(-0.5,-0.5),
11  MixedSimHits = cms.InputTag("mix","famosSimHitsHcalHits"),
12  EnableSaturation = cms.bool(True),
13  Refactor = cms.double(1.),
14  Refactor_mean = cms.double(1.),
15  fileNameHcal = cms.string('hcalmiscalib_0.0.xml'))))

Definition at line 62 of file CaloRecHits_cff.py.

tuple CaloRecHits_cff.hfreco
Initial value:
1 = cms.EDProducer("CaloRecHitsProducer",
2  InputRecHitCollectionTypes = cms.vuint32(6),
3  OutputRecHitCollections = cms.vstring(""),
4  doDigis = cms.bool(False),
5  doMiscalib = cms.bool(False),
6 
7  RecHitsFactory = cms.PSet(
8  HCAL = cms.PSet(
9  Noise = cms.vdouble(-1.),
10  Threshold = cms.vdouble(-0.5),
11  MixedSimHits = cms.InputTag("mix","famosSimHitsHcalHits"),
12  EnableSaturation = cms.bool(True),
13  Refactor = cms.double(1.),
14  Refactor_mean = cms.double(1.),
15  fileNameHcal = cms.string('hcalmiscalib_0.0.xml'))))

Definition at line 95 of file CaloRecHits_cff.py.

tuple CaloRecHits_cff.horeco
Initial value:
1 = cms.EDProducer("CaloRecHitsProducer",
2  InputRecHitCollectionTypes = cms.vuint32(5),
3  OutputRecHitCollections = cms.vstring(""),
4  doDigis = cms.bool(False),
5  doMiscalib = cms.bool(False),
6 
7  RecHitsFactory = cms.PSet(
8  HCAL = cms.PSet(
9  Noise = cms.vdouble(-1.),
10  Threshold = cms.vdouble(-0.5),
11  MixedSimHits = cms.InputTag("mix","famosSimHitsHcalHits"),
12  EnableSaturation = cms.bool(True),
13  Refactor = cms.double(1.),
14  Refactor_mean = cms.double(1.),
15  fileNameHcal = cms.string('hcalmiscalib_0.0.xml'))))

Definition at line 79 of file CaloRecHits_cff.py.