|
||||
File indexing completed on 2024-04-06 12:29:35
0001 import FWCore.ParameterSet.Config as cms 0002 0003 #--- reset HB/HE ZS to 2TS 0004 #--- NB: may need appropriate HcalZSThresholds update 0005 0006 def customise_2TS(process): 0007 process.simHcalDigis.HBregion = (2,5) 0008 process.simHcalDigis.HEregion = (2,5) 0009 process.simHcalDigis.use1ts = False 0010 return(process) 0011
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |