|
EDM4eic
EIC data model
|
#include <MutableRingImage.h>
Public Types | |
| using | object_type = RingImage |
| using | collection_type = RingImageCollection |
Public Member Functions | |
| MutableRingImage () | |
| default constructor | |
| MutableRingImage (const float npe, const edm4hep::Vector3f &position, const edm4hep::Vector3f &positionError, const float theta, const float thetaError, const float radius, const float radiusError) | |
| Constructor initializing all members. | |
| MutableRingImage (const MutableRingImage &other)=default | |
| copy constructor | |
| MutableRingImage & | operator= (MutableRingImage other) & |
| copy-assignment operator | |
| MutableRingImage & | operator= (MutableRingImage other) &&=delete |
| MutableRingImage | clone (bool cloneRelations=true) const |
| ~MutableRingImage ()=default | |
| destructor | |
| float | getNpe () const |
| Access the Number of photo-electrons [#]. | |
| const edm4hep::Vector3f & | getPosition () const |
| Access the Global position of the cluster [mm]. | |
| const edm4hep::Vector3f & | getPositionError () const |
| Access the Error on the position. | |
| float | getTheta () const |
| Access the Opening angle of the ring [rad, 0->pi]. | |
| float | getThetaError () const |
| Access the Error on the opening angle. | |
| float | getRadius () const |
| Access the Radius of the best fit ring [mm]. | |
| float | getRadiusError () const |
| Access the Estimated error from the fit [mm]. | |
| void | setNpe (const float npe) |
| Set the Number of photo-electrons [#]. | |
| float & | getNpe () |
| Get mutable reference to Number of photo-electrons [#]. | |
| float & | npe () |
| Get reference to Number of photo-electrons [#]. | |
| void | setPosition (const edm4hep::Vector3f &position) |
| Set the Global position of the cluster [mm]. | |
| edm4hep::Vector3f & | getPosition () |
| Get mutable reference to Global position of the cluster [mm]. | |
| edm4hep::Vector3f & | position () |
| Get reference to Global position of the cluster [mm]. | |
| void | setPositionError (const edm4hep::Vector3f &positionError) |
| Set the Error on the position. | |
| edm4hep::Vector3f & | getPositionError () |
| Get mutable reference to Error on the position. | |
| edm4hep::Vector3f & | positionError () |
| Get reference to Error on the position. | |
| void | setTheta (const float theta) |
| Set the Opening angle of the ring [rad, 0->pi]. | |
| float & | getTheta () |
| Get mutable reference to Opening angle of the ring [rad, 0->pi]. | |
| float & | theta () |
| Get reference to Opening angle of the ring [rad, 0->pi]. | |
| void | setThetaError (const float thetaError) |
| Set the Error on the opening angle. | |
| float & | getThetaError () |
| Get mutable reference to Error on the opening angle. | |
| float & | thetaError () |
| Get reference to Error on the opening angle. | |
| void | setRadius (const float radius) |
| Set the Radius of the best fit ring [mm]. | |
| float & | getRadius () |
| Get mutable reference to Radius of the best fit ring [mm]. | |
| float & | radius () |
| Get reference to Radius of the best fit ring [mm]. | |
| void | setRadiusError (const float radiusError) |
| Set the Estimated error from the fit [mm]. | |
| float & | getRadiusError () |
| Get mutable reference to Estimated error from the fit [mm]. | |
| float & | radiusError () |
| Get reference to Estimated error from the fit [mm]. | |
| bool | isAvailable () const |
| check whether the object is actually available | |
| void | unlink () |
| disconnect from RingImageObj instance | |
| bool | operator== (const MutableRingImage &other) const |
| bool | operator== (const RingImage &other) const |
| bool | operator!= (const MutableRingImage &other) const |
| bool | operator!= (const RingImage &other) const |
| bool | operator< (const MutableRingImage &other) const |
| podio::ObjectID | id () const |
| const podio::ObjectID | getObjectID () const |
Friends | |
| class | RingImageCollection |
| class | RingImageMutableCollectionIterator |
| class | RingImage |
| void | swap (MutableRingImage &a, MutableRingImage &b) |
EIC Ring Image Cluster
| edm4eic::MutableRingImage::MutableRingImage | ( | ) |
default constructor
| edm4eic::MutableRingImage::MutableRingImage | ( | const float | npe, |
| const edm4hep::Vector3f & | position, | ||
| const edm4hep::Vector3f & | positionError, | ||
| const float | theta, | ||
| const float | thetaError, | ||
| const float | radius, | ||
| const float | radiusError ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
| MutableRingImage edm4eic::MutableRingImage::clone | ( | bool | cloneRelations = true | ) | const |
create a mutable deep-copy of the object with identical relations if cloneRelations=false, the relations are not cloned and will be empty
| float & edm4eic::MutableRingImage::getNpe | ( | ) |
Get mutable reference to Number of photo-electrons [#].
| float edm4eic::MutableRingImage::getNpe | ( | ) | const |
Access the Number of photo-electrons [#].
| const podio::ObjectID edm4eic::MutableRingImage::getObjectID | ( | ) | const |
| edm4hep::Vector3f & edm4eic::MutableRingImage::getPosition | ( | ) |
Get mutable reference to Global position of the cluster [mm].
| const edm4hep::Vector3f & edm4eic::MutableRingImage::getPosition | ( | ) | const |
Access the Global position of the cluster [mm].
| edm4hep::Vector3f & edm4eic::MutableRingImage::getPositionError | ( | ) |
Get mutable reference to Error on the position.
| const edm4hep::Vector3f & edm4eic::MutableRingImage::getPositionError | ( | ) | const |
Access the Error on the position.
| float & edm4eic::MutableRingImage::getRadius | ( | ) |
Get mutable reference to Radius of the best fit ring [mm].
| float edm4eic::MutableRingImage::getRadius | ( | ) | const |
Access the Radius of the best fit ring [mm].
| float & edm4eic::MutableRingImage::getRadiusError | ( | ) |
Get mutable reference to Estimated error from the fit [mm].
| float edm4eic::MutableRingImage::getRadiusError | ( | ) | const |
Access the Estimated error from the fit [mm].
| float & edm4eic::MutableRingImage::getTheta | ( | ) |
Get mutable reference to Opening angle of the ring [rad, 0->pi].
| float edm4eic::MutableRingImage::getTheta | ( | ) | const |
Access the Opening angle of the ring [rad, 0->pi].
| float & edm4eic::MutableRingImage::getThetaError | ( | ) |
Get mutable reference to Error on the opening angle.
| float edm4eic::MutableRingImage::getThetaError | ( | ) | const |
Access the Error on the opening angle.
|
inline |
| bool edm4eic::MutableRingImage::isAvailable | ( | ) | const |
check whether the object is actually available
| float & edm4eic::MutableRingImage::npe | ( | ) |
Get reference to Number of photo-electrons [#].
|
inline |
|
inline |
|
inline |
| MutableRingImage & edm4eic::MutableRingImage::operator= | ( | MutableRingImage | other | ) | & |
copy-assignment operator
|
delete |
|
inline |
| bool edm4eic::MutableRingImage::operator== | ( | const RingImage & | other | ) | const |
| edm4hep::Vector3f & edm4eic::MutableRingImage::position | ( | ) |
Get reference to Global position of the cluster [mm].
| edm4hep::Vector3f & edm4eic::MutableRingImage::positionError | ( | ) |
Get reference to Error on the position.
| float & edm4eic::MutableRingImage::radius | ( | ) |
Get reference to Radius of the best fit ring [mm].
| float & edm4eic::MutableRingImage::radiusError | ( | ) |
Get reference to Estimated error from the fit [mm].
| void edm4eic::MutableRingImage::setNpe | ( | const float | npe | ) |
Set the Number of photo-electrons [#].
| void edm4eic::MutableRingImage::setPosition | ( | const edm4hep::Vector3f & | position | ) |
Set the Global position of the cluster [mm].
| void edm4eic::MutableRingImage::setPositionError | ( | const edm4hep::Vector3f & | positionError | ) |
Set the Error on the position.
| void edm4eic::MutableRingImage::setRadius | ( | const float | radius | ) |
Set the Radius of the best fit ring [mm].
| void edm4eic::MutableRingImage::setRadiusError | ( | const float | radiusError | ) |
Set the Estimated error from the fit [mm].
| void edm4eic::MutableRingImage::setTheta | ( | const float | theta | ) |
Set the Opening angle of the ring [rad, 0->pi].
| void edm4eic::MutableRingImage::setThetaError | ( | const float | thetaError | ) |
Set the Error on the opening angle.
| float & edm4eic::MutableRingImage::theta | ( | ) |
Get reference to Opening angle of the ring [rad, 0->pi].
| float & edm4eic::MutableRingImage::thetaError | ( | ) |
Get reference to Error on the opening angle.
|
inline |
disconnect from RingImageObj instance
|
friend |
|
friend |
|
friend |
|
friend |