CMS 3D CMS Logo

hfnoseSimHitStudy_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hgcalSimHitStudy.detectorNames = cms.vstring('HGCalHFNoseSensitive')
6 hgcalSimHitStudy.caloHitSources = cms.vstring('HFNoseHits')
7 hgcalSimHitStudy.rMin = cms.untracked.double(0)
8 hgcalSimHitStudy.rMax = cms.untracked.double(1500)
9 hgcalSimHitStudy.zMin = cms.untracked.double(10000)
10 hgcalSimHitStudy.zMax = cms.untracked.double(11000)
11 hgcalSimHitStudy.etaMin = cms.untracked.double(2.5)
12 hgcalSimHitStudy.etaMax = cms.untracked.double(5.5)
13 hgcalSimHitStudy.nBinR = cms.untracked.int32(150)
14 hgcalSimHitStudy.nBinZ = cms.untracked.int32(100)
15 hgcalSimHitStudy.nBinEta = cms.untracked.int32(150)