Skip to content

Commit

Permalink
Merge pull request #4270 from civanch/newHF_SL_2011_2012
Browse files Browse the repository at this point in the history
New hf sl 2011 2012
  • Loading branch information
davidlange6 committed Jun 17, 2014
2 parents e47c723 + 466ecda commit 0571d10
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SimG4Core/Application/python/NeutronBGforMuonsHP_cff.py
Expand Up @@ -5,10 +5,10 @@ def customise(process):
# fragment allowing to simulate neutron background in muon system

if hasattr(process,'g4SimHits'):
# time window 10 millisecond
# time window 100 millisecond
process.common_maximum_time.MaxTrackTime = cms.double(100000000.0)
process.common_maximum_time.DeadRegions = cms.vstring()
# Physics List XS
# Physics List HP
process.g4SimHits.Physics.type = cms.string('SimG4Core/Physics/FTFP_BERT_HP_EML')
process.g4SimHits.Physics.CutsOnProton = cms.untracked.bool(False)
process.g4SimHits.Physics.FlagMuNucl = cms.bool(True)
Expand Down
2 changes: 1 addition & 1 deletion SimG4Core/Application/python/NeutronBGforMuonsXS_cff.py
Expand Up @@ -5,7 +5,7 @@ def customise(process):
# fragment allowing to simulate neutron background in muon system

if hasattr(process,'g4SimHits'):
# time window 10 millisecond
# time window 100 millisecond
process.common_maximum_time.MaxTrackTime = cms.double(100000000.0)
process.common_maximum_time.DeadRegions = cms.vstring()
# Physics List XS
Expand Down
2 changes: 1 addition & 1 deletion SimG4Core/Application/python/g4SimHits_cfi.py
Expand Up @@ -95,7 +95,7 @@
MonopoleTransport = cms.untracked.bool(True),
MonopoleMass = cms.untracked.double(0),
Region = cms.string(' '),
TrackingCut = cms.bool(False),
TrackingCut = cms.bool(False),
SRType = cms.bool(True),
FlagMuNucl = cms.bool(False),
FlagFluo = cms.bool(False),
Expand Down
4 changes: 4 additions & 0 deletions SimG4Core/Application/python/reproc2011_2012_cff.py
Expand Up @@ -9,5 +9,9 @@ def customiseG4(process):
process.g4SimHits.HCalSD.UseParametrize = cms.bool(False)
process.g4SimHits.HCalSD.UsePMTHits = cms.bool(False)
process.g4SimHits.HCalSD.UseFibreBundleHits = cms.bool(False)
process.g4SimHits.HFShowerLibrary.FileName = 'SimG4CMS/Calo/data/HFShowerLibrary_oldpmt_eta4_16en.root'
process.g4SimHits.HFShowerLibrary.BranchPost= ''
process.g4SimHits.HFShowerLibrary.BranchPre = ''
process.g4SimHits.HFShowerLibrary.BranchEvt = ''

return(process)

0 comments on commit 0571d10

Please sign in to comment.