EICd
EIC data model
|
#include <MutableRingImage.h>
Public Member Functions | |
MutableRingImage () | |
default constructor More... | |
MutableRingImage (float npe, edm4hep::Vector3f position, edm4hep::Vector3f positionError, float theta, float thetaError, float radius, float radiusError) | |
MutableRingImage (RingImageObj *obj) | |
constructor from existing RingImageObj More... | |
MutableRingImage (const MutableRingImage &other) | |
copy constructor More... | |
MutableRingImage & | operator= (MutableRingImage other) |
copy-assignment operator More... | |
MutableRingImage | clone () const |
create a mutable deep-copy of the object with identical relations More... | |
~MutableRingImage () | |
destructor More... | |
operator RingImage () const | |
conversion to const object More... | |
const float & | getNpe () const |
Access the Number of photo-electrons [#]. More... | |
const edm4hep::Vector3f & | getPosition () const |
Access the Global position of the cluster [mm]. More... | |
const edm4hep::Vector3f & | getPositionError () const |
Access the Error on the position. More... | |
const float & | getTheta () const |
Access the Opening angle of the ring [rad, 0->pi]. More... | |
const float & | getThetaError () const |
Access the Error on the opening angle. More... | |
const float & | getRadius () const |
Access the Radius of the best fit ring [mm]. More... | |
const float & | getRadiusError () const |
Access the Estimated error from the fit [mm]. More... | |
void | setNpe (float value) |
Set the Number of photo-electrons [#]. More... | |
void | setPosition (edm4hep::Vector3f value) |
Set the Global position of the cluster [mm]. More... | |
edm4hep::Vector3f & | position () |
Get reference to Global position of the cluster [mm]. More... | |
void | setPositionError (edm4hep::Vector3f value) |
Set the Error on the position. More... | |
edm4hep::Vector3f & | positionError () |
Get reference to Error on the position. More... | |
void | setTheta (float value) |
Set the Opening angle of the ring [rad, 0->pi]. More... | |
void | setThetaError (float value) |
Set the Error on the opening angle. More... | |
void | setRadius (float value) |
Set the Radius of the best fit ring [mm]. More... | |
void | setRadiusError (float value) |
Set the Estimated error from the fit [mm]. More... | |
bool | isAvailable () const |
check whether the object is actually available More... | |
void | unlink () |
disconnect from RingImageObj instance More... | |
bool | operator== (const MutableRingImage &other) const |
bool | operator== (const RingImage &other) const |
bool | operator< (const MutableRingImage &other) const |
unsigned int | id () const |
const podio::ObjectID | getObjectID () const |
Friends | |
class | RingImageCollection |
class | RingImageMutableCollectionIterator |
class | RingImage |
void | swap (MutableRingImage &a, MutableRingImage &b) |
EIC Ring Image Cluster
eicd::MutableRingImage::MutableRingImage | ( | ) |
default constructor
eicd::MutableRingImage::MutableRingImage | ( | float | npe, |
edm4hep::Vector3f | position, | ||
edm4hep::Vector3f | positionError, | ||
float | theta, | ||
float | thetaError, | ||
float | radius, | ||
float | radiusError | ||
) |
eicd::MutableRingImage::MutableRingImage | ( | RingImageObj * | obj | ) |
constructor from existing RingImageObj
eicd::MutableRingImage::MutableRingImage | ( | const MutableRingImage & | other | ) |
copy constructor
eicd::MutableRingImage::~MutableRingImage | ( | ) |
destructor
MutableRingImage eicd::MutableRingImage::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
const float & eicd::MutableRingImage::getNpe | ( | ) | const |
Access the Number of photo-electrons [#].
const podio::ObjectID eicd::MutableRingImage::getObjectID | ( | ) | const |
const edm4hep::Vector3f & eicd::MutableRingImage::getPosition | ( | ) | const |
Access the Global position of the cluster [mm].
const edm4hep::Vector3f & eicd::MutableRingImage::getPositionError | ( | ) | const |
Access the Error on the position.
const float & eicd::MutableRingImage::getRadius | ( | ) | const |
Access the Radius of the best fit ring [mm].
const float & eicd::MutableRingImage::getRadiusError | ( | ) | const |
Access the Estimated error from the fit [mm].
const float & eicd::MutableRingImage::getTheta | ( | ) | const |
Access the Opening angle of the ring [rad, 0->pi].
const float & eicd::MutableRingImage::getThetaError | ( | ) | const |
Access the Error on the opening angle.
|
inline |
bool eicd::MutableRingImage::isAvailable | ( | ) | const |
check whether the object is actually available
eicd::MutableRingImage::operator RingImage | ( | ) | const |
conversion to const object
|
inline |
MutableRingImage & eicd::MutableRingImage::operator= | ( | MutableRingImage | other | ) |
copy-assignment operator
|
inline |
bool eicd::MutableRingImage::operator== | ( | const RingImage & | other | ) | const |
edm4hep::Vector3f & eicd::MutableRingImage::position | ( | ) |
Get reference to Global position of the cluster [mm].
edm4hep::Vector3f & eicd::MutableRingImage::positionError | ( | ) |
Get reference to Error on the position.
void eicd::MutableRingImage::setNpe | ( | float | value | ) |
Set the Number of photo-electrons [#].
void eicd::MutableRingImage::setPosition | ( | edm4hep::Vector3f | value | ) |
Set the Global position of the cluster [mm].
void eicd::MutableRingImage::setPositionError | ( | edm4hep::Vector3f | value | ) |
Set the Error on the position.
void eicd::MutableRingImage::setRadius | ( | float | value | ) |
Set the Radius of the best fit ring [mm].
void eicd::MutableRingImage::setRadiusError | ( | float | value | ) |
Set the Estimated error from the fit [mm].
void eicd::MutableRingImage::setTheta | ( | float | value | ) |
Set the Opening angle of the ring [rad, 0->pi].
void eicd::MutableRingImage::setThetaError | ( | float | value | ) |
Set the Error on the opening angle.
|
inline |
disconnect from RingImageObj instance
|
friend |
|
friend |
|
friend |
|
friend |