Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /SimGeneral/DataMixingModule/test/testmix.cfg is written in an unsupported language. File is not indexed.

0001 
0002 process PRODTMIX  = {
0003 
0004         source = PoolSource { 
0005                 untracked vstring fileNames = {"file:Cum.root"}
0006         }
0007         
0008         untracked PSet maxEvents = {untracked int32 input = 1}
0009 
0010         module test = TestMix {
0011                 untracked int32 PrintLevel=2
0012         }
0013         path p = { test}
0014 }