SND@LHC Software
|
Structure to hold transformation information. More...
#include <ShipFieldMaker.h>
Public Attributes | |
Double_t | x0_ |
The x translation displacement. | |
Double_t | y0_ |
The y translation displacement. | |
Double_t | z0_ |
The z translation displacement. | |
Double_t | phi_ |
The first Euler rotation angle (about Z axis) | |
Double_t | theta_ |
The second Euler rotation angle (about new X' axis) | |
Double_t | psi_ |
The third Euler rotation angle (about new Z' axis) | |
Structure to hold transformation information.
Definition at line 268 of file ShipFieldMaker.h.
Double_t ShipFieldMaker::transformInfo::phi_ |
The first Euler rotation angle (about Z axis)
Definition at line 278 of file ShipFieldMaker.h.
Double_t ShipFieldMaker::transformInfo::psi_ |
The third Euler rotation angle (about new Z' axis)
Definition at line 282 of file ShipFieldMaker.h.
Double_t ShipFieldMaker::transformInfo::theta_ |
The second Euler rotation angle (about new X' axis)
Definition at line 280 of file ShipFieldMaker.h.
Double_t ShipFieldMaker::transformInfo::x0_ |
The x translation displacement.
Definition at line 271 of file ShipFieldMaker.h.
Double_t ShipFieldMaker::transformInfo::y0_ |
The y translation displacement.
Definition at line 273 of file ShipFieldMaker.h.
Double_t ShipFieldMaker::transformInfo::z0_ |
The z translation displacement.
Definition at line 275 of file ShipFieldMaker.h.