Variables | |
tuple | collisionParameters = collisionParameters2760GeV.clone() |
tuple | collisionParameters2760GeV |
tuple | collisionParameters4TeV |
tuple | hydjetParameters |
tuple | impactParameters |
tuple | pyquenParameters |
tuple | pyquenPythiaDefaultBlock |
tuple | qgpParameters |
tuple PyquenDefaultSettings_cff::collisionParameters = collisionParameters2760GeV.clone() |
Definition at line 15 of file PyquenDefaultSettings_cff.py.
00001 cms.PSet(aBeamTarget = cms.double(208.0), ## beam/target atomic number 00002 comEnergy = cms.double(2760.0) 00003 )
Definition at line 11 of file PyquenDefaultSettings_cff.py.
00001 cms.PSet(aBeamTarget = cms.double(208.0), ## beam/target atomic number 00002 comEnergy = cms.double(4000.0) 00003 )
Definition at line 7 of file PyquenDefaultSettings_cff.py.
00001 cms.PSet(sigmaInelNN = cms.double(58), 00002 shadowingSwitch = cms.int32(0), 00003 nMultiplicity = cms.int32(21500), 00004 fracSoftMultiplicity = cms.double(1.), 00005 maxLongitudinalRapidity = cms.double(4.5), 00006 maxTransverseRapidity = cms.double(1.), 00007 rotateEventPlane = cms.bool(True), 00008 allowEmptyEvents = cms.bool(False), 00009 embeddingMode = cms.bool(False) 00010 )
Definition at line 32 of file PyquenDefaultSettings_cff.py.
00001 cms.PSet(cFlag = cms.int32(1), 00002 bFixed = cms.double(0), 00003 bMin = cms.double(0), 00004 bMax = cms.double(30) 00005 )
Definition at line 247 of file PyquenDefaultSettings_cff.py.
Referenced by JetBProbabilityComputer::discriminator(), JetProbabilityComputer::discriminator(), TrackCountingComputer::orderedSignificances(), and PromptTrackCountingComputer::orderedSignificances().
00001 cms.PSet(doIsospin = cms.bool(True), 00002 angularSpectrumSelector = cms.int32(0), ## angular emitted gluon spectrum : 00003 embeddingMode = cms.bool(False), 00004 backgroundLabel = cms.InputTag("generator") ## ineffective in no mixing 00005 )
Definition at line 26 of file PyquenDefaultSettings_cff.py.
Definition at line 43 of file PyquenDefaultSettings_cff.py.
00001 cms.PSet(qgpInitialTemperature = cms.double(1.0), ## initial temperature of QGP; allowed range [0.2,2.0]GeV; 00002 qgpProperTimeFormation = cms.double(0.1), ## proper time of QGP formation; allowed range [0.01,10.0]fm/c; 00003 hadronFreezoutTemperature = cms.double(0.14), 00004 doRadiativeEnLoss = cms.bool(True), ## if true, perform partonic radiative en loss 00005 doCollisionalEnLoss = cms.bool(False), 00006 qgpNumQuarkFlavor = cms.int32(0), ## number of active quark flavors in qgp; allowed values: 0,1,2,3 00007 numQuarkFlavor = cms.int32(0) ## to be removed 00008 )
Definition at line 17 of file PyquenDefaultSettings_cff.py.