Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:33

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 generator = cms.EDProducer("BeamHaloProducer",
0004     GENMOD = cms.untracked.int32(1),
0005     LHC_B1 = cms.untracked.int32(1),
0006     LHC_B2 = cms.untracked.int32(1),
0007     IW_MUO = cms.untracked.int32(1),
0008     IW_HAD = cms.untracked.int32(0),
0009     EG_MIN = cms.untracked.double(10.),
0010     EG_MAX = cms.untracked.double(13000.),
0011     shift_bx  = cms.untracked.int32(0),   ## e.g. -2, -1 for previous bunch-crossing
0012     BXNS = cms.untracked.double(25.)      ## time between 2 bx s, in ns
0013 )