EDM4eic
EIC data model
Toggle main menu visibility
Loading...
Searching...
No Matches
RingImageData.h
Go to the documentation of this file.
1
// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3
#ifndef EDM4EIC_RingImageDATA_H
4
#define EDM4EIC_RingImageDATA_H
5
6
#include "edm4hep/Vector3f.h"
7
8
namespace
edm4eic
{
9
10
11
/** @class RingImageData
12
* EIC Ring Image Cluster
13
* @author: S. Joosten, C. Peng
14
*/
15
class
RingImageData
{
16
public
:
17
float
npe
{};
///< Number of photo-electrons [#]
18
::edm4hep::Vector3f
position
{};
///< Global position of the cluster [mm]
19
::edm4hep::Vector3f
positionError
{};
///< Error on the position
20
float
theta
{};
///< Opening angle of the ring [rad, 0->pi]
21
float
thetaError
{};
///< Error on the opening angle
22
float
radius
{};
///< Radius of the best fit ring [mm]
23
float
radiusError
{};
///< Estimated error from the fit [mm]
24
25
};
26
27
28
namespace
v890 {
29
using
RingImageData
=
edm4eic::RingImageData
;
30
}
// namespace v890
31
32
33
}
// namespace edm4eic
34
35
36
#endif
edm4eic::RingImageData
Definition
RingImageData.h:15
edm4eic::RingImageData::positionError
::edm4hep::Vector3f positionError
Error on the position.
Definition
RingImageData.h:19
edm4eic::RingImageData::radius
float radius
Radius of the best fit ring [mm].
Definition
RingImageData.h:22
edm4eic::RingImageData::radiusError
float radiusError
Estimated error from the fit [mm].
Definition
RingImageData.h:23
edm4eic::RingImageData::thetaError
float thetaError
Error on the opening angle.
Definition
RingImageData.h:21
edm4eic::RingImageData::position
::edm4hep::Vector3f position
Global position of the cluster [mm].
Definition
RingImageData.h:18
edm4eic::RingImageData::npe
float npe
Number of photo-electrons [#].
Definition
RingImageData.h:17
edm4eic::RingImageData::theta
float theta
Opening angle of the ring [rad, 0->pi].
Definition
RingImageData.h:20
edm4eic::v890::RingImageData
edm4eic::RingImageData RingImageData
Definition
RingImageData.h:29
edm4eic
Definition
CalorimeterHit.cc:17
build
edm4eic
RingImageData.h
Generated by
1.17.0