CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
Cascade2_example_test_cff Namespace Reference

Variables

tuple generator
 
tuple ProductionFilterSequence = cms.Sequence(generator)
 
tuple source = cms.Source("EmptySource")
 

Variable Documentation

tuple Cascade2_example_test_cff.generator
Initial value:
1 = cms.EDFilter('Cascade2GeneratorFilter',
2  PythiaParameters = cms.PSet(
3  processParameters = cms.vstring('PMAS(4,1) = 1.6 ! charm mass',
4  'PMAS(5,1) = 4.75 ! bottom mass',
5  'PMAS(25,1) = 125. ! higgs mass',
6  'PARU(112) = 0.2 ! lambda QCD set A0',
7  'MSTU(111) = 1 ! = 0 : alpha_s is fixed at the value PARU(111), = 1 : first-order running alpha_s, = 2 : second-order running alpha_s',
8  'MSTU(112) = 4 ! nr of flavours wrt lambda_QCD',
9  'MSTU(113) = 3 ! min nr of flavours for alphas',
10  'MSTU(114) = 5 ! max nr of flavours for alphas',
11  'MSTJ(48) = 1 ! (D = 0) 0 = no max. angle, 1 = max angle def. in PARJ(85)'),
12  parameterSets = cms.vstring('processParameters')
13  ),
14 
15  comEnergy = cms.double(7000.0),
16  crossSection = cms.untracked.double(-1),
17  crossSectionError = cms.untracked.double(-1),
18  filterEfficiency = cms.untracked.double(1),
19  maxEventsToPrint = cms.untracked.int32(2),
20  pythiaHepMCVerbosity = cms.untracked.bool(False),
21  pythiaPylistVerbosity = cms.untracked.int32(0),
22 
23  Cascade2Parameters = Cascade2ParametersRef
24  )

Definition at line 7 of file Cascade2_example_test_cff.py.

tuple Cascade2_example_test_cff.ProductionFilterSequence = cms.Sequence(generator)

Definition at line 32 of file Cascade2_example_test_cff.py.

tuple Cascade2_example_test_cff.source = cms.Source("EmptySource")

Definition at line 5 of file Cascade2_example_test_cff.py.