ATLAS Offline Software
Public Attributes | List of all members
NswErrorCalibData::Input Struct Reference

Helper struct to be parsed to the object to derive the specific error of the cluster. More...

#include <NswErrorCalibData.h>

Collaboration diagram for NswErrorCalibData::Input:

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...
 

Detailed Description

Helper struct to be parsed to the object to derive the specific error of the cluster.

Definition at line 25 of file NswErrorCalibData.h.

Member Data Documentation

◆ clusterAuthor

uint8_t NswErrorCalibData::Input::clusterAuthor {0}

Author of the cluster.

Definition at line 29 of file NswErrorCalibData.h.

◆ clusterError

double NswErrorCalibData::Input::clusterError {0}

cluster error as calculated by the cluster builder tool

Definition at line 39 of file NswErrorCalibData.h.

◆ clusterSize

unsigned int NswErrorCalibData::Input::clusterSize {0}

Cluster size.

Definition at line 37 of file NswErrorCalibData.h.

◆ localPos

Amg::Vector2D NswErrorCalibData::Input::localPos {Amg::Vector2D::Zero()}

Local position on the surface.

Definition at line 35 of file NswErrorCalibData.h.

◆ locPhi

double NswErrorCalibData::Input::locPhi {0.}

Azimuthal angle in the local frame.

Definition at line 33 of file NswErrorCalibData.h.

◆ locTheta

double NswErrorCalibData::Input::locTheta {0.}

Direction of the muon in the local coordinate frame.

Definition at line 31 of file NswErrorCalibData.h.

◆ stripId

Identifier NswErrorCalibData::Input::stripId {}

Identifier of the strip.

Definition at line 27 of file NswErrorCalibData.h.


The documentation for this struct was generated from the following file: