Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /CommonTools/ParticleFlow/test/OvalFile is written in an unsupported language. File is not indexed.

0001 <file name=gen_PYTHIA_cfg_auto.py>
0002 # event generation
0003 # analysis of the gen event
0004 
0005 import FWCore.ParameterSet.Config as cms
0006 
0007 
0008 process = cms.Process("GEN")
0009 
0010 
0011 # event generation ------------------------------------------------------
0012 
0013 
0014 process.load("FastSimulation/Configuration/RandomServiceInitialization_cff")
0015 process.load("PhysicsTools.PFCandProducer.source_ZtoJets_cfi")
0016 </file>
0017 
0018 
0019 <diffnumber expr="f \+ fbar -> gamma\*/Z0.+?(\S+)\s+I$" tolerance="10000000%">
0020 <diffnumber expr="\!Z0\!.*?(\S+)$" tolerance="0.1">
0021 
0022 
0023 <environment name="k1">
0024         <file name=gen_PYTHIA_cfg_auto.py>
0025                 process.RandomNumberGeneratorService.theSource.initialSeed = 12
0026         </file>
0027         <executable name="cmsRun" args="gen_PYTHIA_cfg_auto.py">
0028 </environment>
0029 
0030 
0031 <environment name="k2">
0032         <file name=gen_PYTHIA_cfg_auto.py>
0033                 process.RandomNumberGeneratorService.theSource.initialSeed = 32
0034         </file>
0035         <executable name="cmsRun" args="gen_PYTHIA_cfg_auto.py">
0036 </environment>
0037 
0038 <file name=gen_PYTHIA_cfg_auto.py>
0039 # path  -----------------------------------------------------------------
0040 
0041 process.source.maxEventsToPrint = cms.untracked.int32(1)
0042 process.source.pythiaPylistVerbosity = cms.untracked.int32(1)
0043 process.source.pythiaHepMCVerbosity = cms.untracked.bool(False)
0044 
0045 process.maxEvents = cms.untracked.PSet(
0046     input = cms.untracked.int32(1)
0047 )
0048 
0049 
0050 #process.p1 = cms.Path(
0051 #    process.genParticles
0052 #    )
0053 </file>