ATLAS Offline Software
|
Helper struct to be parsed to the object to derive the specific error of the cluster. More...
#include <NswErrorCalibData.h>
Public Attributes | |
Identifier | stripId {} |
Identifier of the strip. More... | |
uint8_t | clusterAuthor {0} |
Author of the cluster. More... | |
double | locTheta {0.} |
Direction of the muon in the local coordinate frame. More... | |
double | locPhi {0.} |
Azimuthal angle in the local frame. More... | |
Amg::Vector2D | localPos {Amg::Vector2D::Zero()} |
Local position on the surface. More... | |
unsigned int | clusterSize {0} |
Cluster size. More... | |
double | clusterError {0} |
cluster error as calculated by the cluster builder tool More... | |
Helper struct to be parsed to the object to derive the specific error of the cluster.
Definition at line 25 of file NswErrorCalibData.h.
uint8_t NswErrorCalibData::Input::clusterAuthor {0} |
Author of the cluster.
Definition at line 29 of file NswErrorCalibData.h.
double NswErrorCalibData::Input::clusterError {0} |
cluster error as calculated by the cluster builder tool
Definition at line 39 of file NswErrorCalibData.h.
unsigned int NswErrorCalibData::Input::clusterSize {0} |
Cluster size.
Definition at line 37 of file NswErrorCalibData.h.
Amg::Vector2D NswErrorCalibData::Input::localPos {Amg::Vector2D::Zero()} |
Local position on the surface.
Definition at line 35 of file NswErrorCalibData.h.
double NswErrorCalibData::Input::locPhi {0.} |
Azimuthal angle in the local frame.
Definition at line 33 of file NswErrorCalibData.h.
double NswErrorCalibData::Input::locTheta {0.} |
Direction of the muon in the local coordinate frame.
Definition at line 31 of file NswErrorCalibData.h.
Identifier NswErrorCalibData::Input::stripId {} |
Identifier of the strip.
Definition at line 27 of file NswErrorCalibData.h.