Skip to content

Commit d28e668

Browse files
committed
Align: print delta frame
Signed-off-by: Felix Schlepper <[email protected]>
1 parent efb003f commit d28e668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DataFormats/Detectors/Common/src/AlignParam.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ int AlignParam::getLevel() const
353353
void AlignParam::print() const
354354
{
355355
// print parameters
356-
printf("%s : %6d | X: %+e Y: %+e Z: %+e | pitch: %+e roll: %+e yaw: %e\n", getSymName().c_str(), getAlignableID(), getX(),
357-
getY(), getZ(), getPsi(), getTheta(), getPhi());
356+
printf("%s : %6d | %s | tra: X: %+e Y: %+e Z: %+e | pitch: %+e roll: %+e yaw: %e\n", getSymName().c_str(), getAlignableID(), (mIsGlobal) ? "G" : "L",
357+
getX(), getY(), getZ(), getPsi(), getTheta(), getPhi());
358358
}
359359

360360
//_____________________________________________________________________________

0 commit comments

Comments
 (0)