CMS 3D CMS Logo

hfnoseDigiStudy_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 hfnoseDigiStudy = hgcalDigiStudyEE.clone(
6  detectorName = "HGCalHFNoseSensitive",
7  digiSource = "hfnoseDigis : HFNose",
8  ifNose = True,
9  rMin = 0,
10  rMax = 150,
11  zMin = 1000,
12  zMax = 1100,
13  etaMin = 2.5,
14  etaMax = 5.5,
15  nBinR = 150,
16  nBinZ = 100,
17  nBinEta = 150,
18  layers = 8,
19  ifLayer = True
20  )