26 std::stringstream msg;
30 msg << std::setw(10) <<
"track ID" <<
' ';
31 msg << std::setw(10) <<
"mother ID" <<
'|';
32 msg << std::setw(10) <<
"station ID" <<
'|';
33 msg << std::setw(10) <<
"PDG" <<
' ';
35 msg << std::setw(10) <<
"m [GeV/c2]" <<
' ';
36 msg << std::setw(10) <<
"q [e]" <<
'|';
38 msg << std::setw(14) <<
"t [ns]" <<
' ';
39 msg << std::setw(14) <<
"x [cm]" <<
' ';
40 msg << std::setw(14) <<
"y [cm]" <<
' ';
41 msg << std::setw(14) <<
"z [cm]" <<
'|';
43 msg << std::setw(14) <<
"zIn [cm]" <<
' ';
44 msg << std::setw(14) <<
"zOut [cm]" <<
'|';
45 msg << std::setw(14) <<
"p [GeV/c]" <<
'|';
46 msg << std::setw(10) <<
"point ID" <<
' ';
47 msg << std::setw(10) <<
"point ID (ext)" <<
' ';
49 msg << std::setw(10) <<
"event ID" <<
' ';
50 msg << std::setw(10) <<
"file ID" <<
' ';
52 msg << std::setw(16) <<
"hit indices" <<
' ';
58 msg << std::setw(10) <<
fTrackId <<
' ';
61 msg << std::setw(10) <<
fPdgCode <<
' ';
63 msg << std::setw(10) <<
fMass <<
' ';
64 msg << std::setw(10) <<
fCharge <<
'|';
66 msg << std::setw(14) <<
fTime <<
' ';
67 msg << std::setw(14) <<
fPos[0] <<
' ';
68 msg << std::setw(14) <<
fPos[1] <<
' ';
69 msg << std::setw(14) <<
fPos[2] <<
'|';
71 msg << std::setw(14) <<
fPosIn[2] <<
' ';
72 msg << std::setw(14) <<
fPosOut[2] <<
'|';
73 msg << std::setw(14) << this->
GetP() <<
'|';
74 msg << std::setw(10) <<
fId <<
' ';
80 std::stringstream msgHits;
84 msg << std::setw(16) << msgHits.str() <<
' ';