CMS 3D CMS Logo

Variables

InclusiveppMuX_8TeV_cfi Namespace Reference

Variables

tuple generator
tuple mugenfilter
tuple ProductionFilterSequence = cms.Sequence(generator*mugenfilter)

Variable Documentation

Initial value:
00001 cms.EDFilter("Pythia6GeneratorFilter",
00002     pythiaHepMCVerbosity = cms.untracked.bool(False),
00003     maxEventsToPrint = cms.untracked.int32(0),
00004     pythiaPylistVerbosity = cms.untracked.int32(1),
00005     filterEfficiency = cms.untracked.double(0.002305),
00006     comEnergy = cms.double(8000.0),
00007     crossSection = cms.untracked.double(51560000000.),
00008     PythiaParameters = cms.PSet(
00009         pythiaUESettingsBlock,
00010         processParameters = cms.vstring(
00011             'MSEL=1           ! User defined processes',
00012             'MSTJ(22)=4       ! Decay unstable particles in a cylinder',
00013             'PARJ(73)=1500.   ! max. radius for MSTJ(22)=4',
00014             'PARJ(74)=3000.   ! max. Z for MSTJ(22)=4',
00015             'MDCY(C130,1)=1   ! decay k0-longs',
00016             'MDCY(C211,1)=1   ! decay pions',
00017             'MDCY(C321,1)=1   ! decay kaons'),
00018 
00019         # This is a vector of ParameterSet names to be read, in this order
00020         parameterSets = cms.vstring('pythiaUESettings', 
00021             'processParameters')
00022     )
00023 )

Definition at line 4 of file InclusiveppMuX_8TeV_cfi.py.

Initial value:
00001 cms.EDFilter("MCSmartSingleParticleFilter",
00002                            MinPt = cms.untracked.vdouble(2.5,2.5),
00003                            MinEta = cms.untracked.vdouble(-2.5,-2.5),
00004                            MaxEta = cms.untracked.vdouble(2.5,2.5),
00005                            ParticleID = cms.untracked.vint32(13,-13),
00006                            Status = cms.untracked.vint32(1,1),
00007                            # Decay cuts are in mm
00008                            MaxDecayRadius = cms.untracked.vdouble(1500.,1500.),
00009                            MinDecayZ = cms.untracked.vdouble(-3000.,-3000.),
00010                            MaxDecayZ = cms.untracked.vdouble(3000.,3000.)
00011 )

Definition at line 28 of file InclusiveppMuX_8TeV_cfi.py.

Definition at line 40 of file InclusiveppMuX_8TeV_cfi.py.