![]() |
|
|||
File indexing completed on 2023-03-17 11:24:50
0001 #To use, add the following to the python configuration: 0002 #process.load('SimG4Core.CustomPhysics.DarkBrem_SIM_cfi') 0003 #process.g4SimHits.Physics.type = 'SimG4Core/Physics/CustomPhysics' 0004 #process.g4SimHits.Physics = cms.PSet( 0005 #process.g4SimHits.Physics, 0006 #process.customPhysicsSetup 0007 #) 0008 #process.g4SimHits.Watchers = cms.VPSet(cms.PSet( 0009 # DBremWatcher = cms.PSet( 0010 # PDGCodes = cms.untracked.vint32([9994]), 0011 # DBremBiasFactor = process.customPhysicsSetup.DBremBiasFactor 0012 # ), 0013 # type = cms.string('DBremWatcher') 0014 #) ) 0015 0016 import FWCore.ParameterSet.Config as cms 0017 0018 customPhysicsSetup = cms.PSet( 0019 DBrem = cms.untracked.bool(True), 0020 DBremMass = cms.untracked.double(1000.0), #Mass in MeV 0021 DBremScaleFile = cms.untracked.string("root://cmseos.fnal.gov//store/user/revering/MuDBrem_Cu_mA1p0.root"), 0022 DBremBiasFactor = cms.untracked.double(100) 0023 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |