|
EDM4eic
EIC data model
|
#include <Measurement2DData.h>
Public Attributes | |
| std::uint64_t | surface {} |
| Surface for bound coordinates (geometryID) | |
| ::edm4hep::Vector2f | loc {} |
| 2D location on surface | |
| float | time {} |
| Measurement time. | |
| ::edm4eic::Cov3f | covariance {} |
| Covariance on location and time. | |
| unsigned int | weights_begin {} |
| unsigned int | weights_end {} |
| unsigned int | hits_begin {} |
| unsigned int | hits_end {} |
2D measurement (on an arbitrary surface)
| ::edm4eic::Cov3f edm4eic::Measurement2DData::covariance {} |
Covariance on location and time.
| unsigned int edm4eic::Measurement2DData::hits_begin {} |
| unsigned int edm4eic::Measurement2DData::hits_end {} |
| ::edm4hep::Vector2f edm4eic::Measurement2DData::loc {} |
2D location on surface
| std::uint64_t edm4eic::Measurement2DData::surface {} |
Surface for bound coordinates (geometryID)
| float edm4eic::Measurement2DData::time {} |
Measurement time.
| unsigned int edm4eic::Measurement2DData::weights_begin {} |
| unsigned int edm4eic::Measurement2DData::weights_end {} |