CMS 3D CMS Logo

Variables

DiJets_cfi Namespace Reference

Variables

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

Variable Documentation

Initial value:
00001 cms.EDProducer("Pythia6PtGun",
00002     pythiaVerbosity = cms.untracked.bool(False),
00003     PGunParameters = cms.PSet(
00004         ParticleID = cms.vint32(1),
00005         AddAntiParticle = cms.bool(True),
00006         MinPt = cms.double(20.0),
00007         MaxPt = cms.double(700.0),
00008 #        MinE = cms.double(10.0),
00009 #        MaxE = cms.double(10.0),
00010         MinEta = cms.double(-1.0),
00011         MaxEta = cms.double(1.0),
00012         MinPhi = cms.double(-3.1415926535897931),
00013         MaxPhi = cms.double(3.1415926535897931)
00014     ),
00015     PythiaParameters = cms.PSet(
00016         pythiaUESettingsBlock,
00017         # Tau jets only
00018         pythiaJets = cms.vstring(),
00019         # This is a vector of ParameterSet names to be read, in this order
00020         parameterSets = cms.vstring(
00021             'pythiaUESettings',
00022             'pythiaJets'
00023         )
00024     )
00025 )

Definition at line 6 of file DiJets_cfi.py.

Definition at line 32 of file DiJets_cfi.py.

tuple DiJets_cfi::source = cms.Source("EmptySource")

Definition at line 3 of file DiJets_cfi.py.