Go to the documentation of this file.
3 #ifndef EICD_ConstRingImage_H
4 #define EICD_ConstRingImage_H
10 #include "podio/ObjectID.h"
54 const float&
npe()
const;
63 const float&
theta()
const;
69 const float&
radius()
const;
ConstRingImage()
default constructor
Definition: RingImageConst.cc:16
const float & npe() const
Access the number of photo-electrons [#].
Definition: RingImageConst.cc:54
Definition: BasicParticle.cc:13
const float & radius() const
Access the radius of the best fit ring [mm].
Definition: RingImageConst.cc:59
ConstRingImage & operator=(const ConstRingImage &other)
copy-assignment operator
Definition: RingImageConst.cc:36
bool operator==(const ConstRingImage &other) const
Definition: RingImageConst.h:83
Definition: RingImageObj.h:18
bool operator<(const ConstRingImage &other) const
Definition: RingImageConst.h:87
const float & theta() const
Access the opening angle of the ring [rad, 0->pi].
Definition: RingImageConst.cc:57
Definition: RingImage.h:23
const eic::VectorXYZ & positionError() const
Access the Error on the position.
Definition: RingImageConst.cc:56
~ConstRingImage()
destructor
Definition: RingImageConst.cc:50
Definition: RingImageCollection.h:76
const podio::ObjectID getObjectID() const
Definition: RingImageConst.cc:74
void unlink()
disconnect from RingImageObj instance
Definition: RingImageConst.h:81
Definition: RingImageCollection.h:51
const float & radiusError() const
Access the estimated error from the fit [mm].
Definition: RingImageConst.cc:60
Definition: RingImageConst.h:21
const eic::VectorXYZ & position() const
Access the Global position of the cluster [mm].
Definition: RingImageConst.cc:55
bool isAvailable() const
check whether the object is actually available
Definition: RingImageConst.cc:67
unsigned int id() const
Definition: RingImageConst.h:89
const float & thetaError() const
Access the error on the opening angle.
Definition: RingImageConst.cc:58
ConstRingImage clone() const
support cloning (deep-copy)
Definition: RingImageConst.cc:46
const eic::Index & ID() const
Access the Unique cluster ID.
Definition: RingImageConst.cc:53
Definition: VectorXYZ.h:13