src
Validation
HGCalValidation
python
hfnoseRecHitStudy_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
Validation.HGCalValidation.hgcalRecHitStudyEE_cfi
import
*
4
5
hfnoseRecHitStudy = hgcalRecHitStudyEE.clone(
6
detectorName =
"HGCalHFNoseSensitive"
,
7
source =
"HGCalRecHit : HGCHFNoseRecHits"
,
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
)
hgcalRecHitStudyEE_cfi
Generated for CMSSW Reference Manual by
1.8.14