File indexing completed on 2024-04-06 12:32:35
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from Validation.HGCalValidation.hgcalSimHitStudy_cfi import *
0004
0005 hgcalSimHitStudy.detectorNames = ['HGCalHFNoseSensitive']
0006 hgcalSimHitStudy.caloHitSources = ['HFNoseHits']
0007 hgcalSimHitStudy.rMin = 0
0008 hgcalSimHitStudy.rMax = 1500
0009 hgcalSimHitStudy.zMin = 10000
0010 hgcalSimHitStudy.zMax = 11000
0011 hgcalSimHitStudy.etaMin = 2.5
0012 hgcalSimHitStudy.etaMax = 5.5
0013 hgcalSimHitStudy.nBinR = 50
0014 hgcalSimHitStudy.nBinZ = 00
0015 hgcalSimHitStudy.nBinEta = 50
0016 hgcalSimHitStudy.ifNose = True
0017 hgcalSimHitStudy.layers = 8
0018 hgcalSimHitStudy.ifLayer = True