Skip to content

Commit

Permalink
disable nuclear interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas committed Jan 12, 2015
1 parent 80d7452 commit 370c584
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@
# Smallest pT for the Mutliple Scattering
pTmin = cms.double(0.2),
# Enable Nuclear Interactions
NuclearInteraction = cms.bool(True),
NuclearInteraction = cms.bool(False), # temporary 12.01.14 until bug-fix for nuclear interactions
# The energies of the pions used in the above files (same order)
pionEnergies = cms.untracked.vdouble(
1.0, 2.0, 3.0, 4.0, 5.0, 7.0, 9.0, 12.0, 15.0, 20.0,
Expand Down

0 comments on commit 370c584

Please sign in to comment.