Problem 1473 - Incorrect dose profile printed to ascii file when using "/analysis/h1/setAscii id" in TestEm11
Summary: Incorrect dose profile printed to ascii file when using "/analysis/h1/setAsci...
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: analysis (show other problems)
Version: 9.6
Hardware: Apple Mac OS X
: P5 minor
Assignee: Ivana.Hrivnacova
URL:
: 1478 (view as problem list)
Depends on:
Blocks:
 
Reported: 2013-05-29 17:55 CEST by David
Modified: 2013-06-17 14:12 CEST (History)
2 users (show)

See Also:


Attachments
Fixed file source/analysis/src/G4RootAnalysisManager.cc (to be applied in 9.6.p01 or p02) (45.63 KB, text/x-c++src)
2013-05-31 22:12 CEST, Ivana Hrivnacova
Details

Note You need to log in before you can comment on or make changes to this problem.
Description David 2013-05-29 17:55:04 CEST
The dose profile printed to the ascii file when using "/analysis/h1/setAscii id" command is incorrect.  The dose profile printed is flat without statistical noise (i.e the value printed to each bin is exactly the same).  By editing HitosManager.hh and using #include "g4xml.hh" rather than #include "g4root.hh" the correct distribution is printed to the ascii file.
Comment 1 Ivana Hrivnacova 2013-05-31 22:12:07 CEST
Created attachment 219 [details]
Fixed file source/analysis/src/G4RootAnalysisManager.cc (to be applied in 9.6.p01 or p02)
Comment 2 Ivana Hrivnacova 2013-05-31 22:14:33 CEST
The problem was fixed in G4RootAnalysisManager;
the fix will be included in the next patch to 9.6. release and it is also available in the atachment.

Best regards,
Comment 3 Ivana.Hrivnacova 2013-06-17 14:12:03 CEST
*** Problem 1478 has been marked as a duplicate of this problem. ***