NeuLAND tracking algorithm [message #19126] |
Thu, 10 March 2016 10:14 |
C. A. Douma
Messages: 88 Registered: September 2015 Location: Groningen
|
continuous participant |
From: *kvi-cart.rug.nl
|
|
Dear all,
For my simulations on the VETO, I need to know which primary particle fired which bar of NeuLAND (in the case of multiple primaries, possibly with different PDG). I would like to use the R3BRoot tracking algorithm for NeuLAND to answer this question. I tried to run the tracker by
run->AddTask(new R3BNeutronTracker());
run->AddTask(new R3BNeutronTracker2D());
This indeed produces an output file with some histograms and a tree containing tracks. However, the tree is always empty and for some variations of the R3BRoot setup the tracker crashes.
Can anyone explain what I'm doing wrong?
Christiaan.
|
|
|