REST-for-Physics
v2.3
Rare Event Searches ToolKit for Physics
|
A structure to define a given hit transformation.
Definition at line 31 of file TRestDetectorHitmapAnalysisProcess.h.
#include <TRestDetectorHitmapAnalysisProcess.h>
Data Fields | |
Double_t | angle = 0 |
The angle of rotation. | |
std::string | name = "" |
A given name that allows to place an order to the transformations. | |
TVector3 | position = {0, 0, 0} |
The center of rotation or a point contained in the specular plane. | |
std::string | type = "" |
The type of transformation (specular/rotation/translation) | |
TVector3 | vector = {0, 0, 1} |
The translation vector, the axis of rotation or the specular plane normal. | |