Bug #10253
Cross section for pi+ are very large.
Description
Investigating...
History
#1 Updated by Paul Lebrun over 5 years ago
In BooNEHadronCrossSections::GetTotalCrossSection, parameter pipBeTotParameters7 is overwritten.
Params, 1... 0.8138 3.418 237.6 111.29 -4.186 -9.792 4.86621e+25
Value is In JobOptions are consistent, except the last one, which supposed to be zero.
#2 Updated by Paul Lebrun over 5 years ago
- Assignee set to Paul Lebrun
Wrong array length in BooNECrossSections::SetPipBeTotParameter... Should be 8, not 7. Indeed, this is case of unitiazed varialble.
Fixed... Elena will cross-check that all the array length are set correctly.
Meanwhile, valgrind still complains of uninitialiazed BooNEHadronElasticDataSet::GetCrossSection(G4DynamicParticle const*, G4Element const*, double) (BooNEHadronElasticDataSet.hh:72) We have to keep debugging...
#3 Updated by Paul Lebrun over 5 years ago
Well, guess what, same bug for pi minus on Beryllium...