CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
HcalRecHitsCustom_cff Namespace Reference

Variables

tuple hbhereco
 
tuple hfreco
 
tuple horeco
 

Variable Documentation

tuple HcalRecHitsCustom_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  NoiseCorrectionFactor = cms.vdouble(1.39,1.32),
11  Threshold = cms.vdouble(-1.,-1.),
12  MixedSimHits = cms.InputTag("mix","famosSimHitsHcalHits"),
13  EnableSaturation = cms.bool(True),
14  Refactor = cms.double(1.),
15  Refactor_mean = cms.double(1.),
16  fileNameHcal = cms.string('hcalmiscalib_0.0.xml'))))

Definition at line 10 of file HcalRecHitsCustom_cff.py.

tuple HcalRecHitsCustom_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  NoiseCorrectionFactor = cms.vdouble(2.51),
11  Threshold = cms.vdouble(-0.5),
12  MixedSimHits = cms.InputTag("mix","famosSimHitsHcalHits"),
13  EnableSaturation = cms.bool(True),
14  Refactor = cms.double(1.),
15  Refactor_mean = cms.double(1.),
16  fileNameHcal = cms.string('hcalmiscalib_0.0.xml'))))

Definition at line 45 of file HcalRecHitsCustom_cff.py.

tuple HcalRecHitsCustom_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  NoiseCorrectionFactor = cms.vdouble(3.),#1.17 to be tuned
11  Threshold = cms.vdouble(-1.5),
12  MixedSimHits = cms.InputTag("mix","famosSimHitsHcalHits"),
13  EnableSaturation = cms.bool(True),
14  Refactor = cms.double(1.),
15  Refactor_mean = cms.double(1.),
16  fileNameHcal = cms.string('hcalmiscalib_0.0.xml'))))

Definition at line 28 of file HcalRecHitsCustom_cff.py.