26 ostream <<
"R3BNeulandPoint: NeuLAND Point in Paddle " << point.GetPaddle() <<
" with light yield "
27 << point.GetLightYield() <<
"\n";
29 ostream <<
"... with FairMCPoint for track " << point.GetTrackID() <<
"\n";
30 ostream <<
" Position XYZ: " << point.GetPosition().X() <<
" " << point.GetPosition().X() <<
" "
31 << point.GetPosition().Z() <<
"\n";
32 ostream <<
" Momentum XYZ: " << point.GetMomentum().X() <<
" " << point.GetMomentum().X() <<
" "
33 << point.GetMomentum().Z() <<
"\n";
34 ostream <<
" Time: " << point.GetTime() <<
" Length: " << point.GetLength()
35 <<
" Energy loss: " << point.GetEnergyLoss() <<
"\n";