Skip to content

Commit

Permalink
improved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed Jun 16, 2014
1 parent 3d1a1ad commit 466ecda
Show file tree
Hide file tree
Showing 3 changed files with 4 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

0 comments on commit 466ecda

Please sign in to comment.