CMS 3D CMS Logo

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

Variables

tuple HGCalRecHit
 

Variable Documentation

tuple HGCalRecHit_cfi.HGCalRecHit
Initial value:
1 = cms.EDProducer("HGCalRecHitProducer",
2  HGCEErechitCollection = cms.string('HGCEERecHits'),
3  HGCEEuncalibRecHitCollection = cms.InputTag("HGCalUncalibRecHit","HGCEEUncalibRecHits"),
4  HGCHEFrechitCollection = cms.string('HGCHEFRecHits'),
5  HGCHEFuncalibRecHitCollection = cms.InputTag("HGCalUncalibRecHit","HGCHEFUncalibRecHits"),
6  HGCHEBrechitCollection = cms.string('HGCHEBRecHits'),
7  HGCHEBuncalibRecHitCollection = cms.InputTag("HGCalUncalibRecHit","HGCHEBUncalibRecHits"),
8  # digi constants
9 
10  HGCEEmipInKeV = hgceeDigitizer.digiCfg.mipInKeV,
11  HGCEElsbInMIP = hgceeDigitizer.digiCfg.lsbInMIP,
12  HGCEEmip2noise = hgceeDigitizer.digiCfg.mip2noise,
13 
14  HGCHEFmipInKeV = hgchefrontDigitizer.digiCfg.mipInKeV,
15  HGCHEFlsbInMIP = hgchefrontDigitizer.digiCfg.lsbInMIP,
16  HGCHEFmip2noise = hgchefrontDigitizer.digiCfg.mip2noise,
17 
18  HGCHEBmipInKeV = hgchebackDigitizer.digiCfg.mipInKeV,
19  HGCHEBlsbInMIP = hgchebackDigitizer.digiCfg.lsbInMIP,
20  HGCHEBmip2noise = hgchebackDigitizer.digiCfg.mip2noise,
21 
22  # algo
23  algo = cms.string("HGCalRecHitWorkerSimple")
24 
25  )

Definition at line 6 of file HGCalRecHit_cfi.py.