EICd
EIC data model
|
#include <RingImageData.h>
Public Attributes | |
float | npe {} |
Number of photo-electrons [#]. More... | |
::edm4hep::Vector3f | position {} |
Global position of the cluster [mm]. More... | |
::edm4hep::Vector3f | positionError {} |
Error on the position. More... | |
float | theta {} |
Opening angle of the ring [rad, 0->pi]. More... | |
float | thetaError {} |
Error on the opening angle. More... | |
float | radius {} |
Radius of the best fit ring [mm]. More... | |
float | radiusError {} |
Estimated error from the fit [mm]. More... | |
EIC Ring Image Cluster
float eicd::RingImageData::npe {} |
Number of photo-electrons [#].
::edm4hep::Vector3f eicd::RingImageData::position {} |
Global position of the cluster [mm].
::edm4hep::Vector3f eicd::RingImageData::positionError {} |
Error on the position.
float eicd::RingImageData::radius {} |
Radius of the best fit ring [mm].
float eicd::RingImageData::radiusError {} |
Estimated error from the fit [mm].
float eicd::RingImageData::theta {} |
Opening angle of the ring [rad, 0->pi].
float eicd::RingImageData::thetaError {} |
Error on the opening angle.