Skip to content

Commit

Permalink
improved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed Apr 27, 2022
1 parent f26e0cd commit 5ffbfea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimG4Core/Application/python/g4SimHits_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
StorePhysicsTables = cms.untracked.bool(False),
RestorePhysicsTables = cms.untracked.bool(False),
UseParametrisedEMPhysics = cms.untracked.bool(True),
ThresholdForGeometryExceptions = cms.double(0.1), ## in GeV
ThresholdForGeometryExceptions = cms.double(0.1), ## in GeV
TraceExceptions = cms.bool(False),
CheckGeometry = cms.untracked.bool(False),
OnlySDs = cms.vstring('ZdcSensitiveDetector', 'TotemT2ScintSensitiveDetector', 'TotemSensitiveDetector', 'RomanPotSensitiveDetector', 'PLTSensitiveDetector', 'MuonSensitiveDetector', 'MtdSensitiveDetector', 'BCM1FSensitiveDetector', 'EcalSensitiveDetector', 'CTPPSSensitiveDetector', 'BSCSensitiveDetector', 'CTPPSDiamondSensitiveDetector', 'FP420SensitiveDetector', 'BHMSensitiveDetector', 'CastorSensitiveDetector', 'CaloTrkProcessing', 'HcalSensitiveDetector', 'TkAccumulatingSensitiveDetector'),
G4CheckOverlap = cms.untracked.PSet(
OutputBaseName = cms.string('2017'),
OutputBaseName = cms.string('2021'),
MaterialFlag = cms.bool(True),
GeomFlag = cms.bool(True),
OverlapFlag = cms.bool(False),
Expand Down

0 comments on commit 5ffbfea

Please sign in to comment.