9 #include <top/dbobjects/TOPGeoModuleDisplacement.h>
20 void TOPGeoModuleDisplacement::print(
const std::string& title)
const
22 TOPGeoBase::print(title);
23 cout <<
" translation vector: (" << getX() <<
", "
24 << getY() <<
", " << getZ() <<
")" <<
" " << s_unitName << endl;
25 cout <<
" rotation angles: ";
26 cout << getAlpha() <<
" ";
27 cout << getBeta() <<
" ";
28 cout << getGamma() <<
" ";
Abstract base class for different kinds of events.