20 std::stringstream msg;
22 msg << setw(12) << setfill(
' ') <<
"p [GeV/c]" <<
' ';
23 msg << setw(12) << setfill(
' ') <<
"Tx" <<
' ';
24 msg << setw(8) << setfill(
' ') <<
"N hits" <<
' ';
25 msg << setw(8) << setfill(
' ') <<
"N MC tracks" <<
' ';
26 msg << setw(12) << setfill(
' ') <<
"MC tr" <<
' ';
27 msg << setw(8) << setfill(
' ') <<
"IsGhost" <<
' ';
28 msg << setw(8) << setfill(
' ') <<
"Max.pur." <<
' ';
34 msg << setw(12) << setfill(
' ') <<
GetP() <<
' ';
35 msg << setw(12) << setfill(
' ') <<
GetTx() <<
' ';
36 msg << setw(8) << setfill(
' ') <<
GetNofHits() <<
' ';
39 msg << setw(8) << setfill(
' ') <<
IsGhost() <<
' ';
47 msg <<
"\n\tmc tracks:";