|
EDM4eic
EIC data model
|
#include <RingImage.h>
Public Types | |
| using | mutable_type = MutableRingImage |
| using | collection_type = RingImageCollection |
Public Member Functions | |
| RingImage ()=default | |
| default constructor | |
| RingImage (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. | |
| RingImage (const RingImage &other)=default | |
| copy constructor | |
| RingImage & | operator= (RingImage other) & |
| copy-assignment operator | |
| RingImage & | operator= (RingImage other) &&=delete |
| MutableRingImage | clone (bool cloneRelations=true) const |
| ~RingImage ()=default | |
| destructor | |
| RingImage (const MutableRingImage &other) | |
| converting constructor from mutable object | |
| 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]. | |
| bool | isAvailable () const |
| check whether the object is actually available | |
| void | unlink () |
| disconnect from RingImageObj instance | |
| bool | operator== (const RingImage &other) const |
| bool | operator== (const MutableRingImage &other) const |
| bool | operator!= (const RingImage &other) const |
| bool | operator!= (const MutableRingImage &other) const |
| bool | operator< (const RingImage &other) const |
| podio::ObjectID | id () const |
| const podio::ObjectID | getObjectID () const |
Static Public Member Functions | |
| static RingImage | makeEmpty () |
Static Public Attributes | |
| static constexpr std::string_view | typeName = "edm4eic::RingImage" |
Friends | |
| class | MutableRingImage |
| class | RingImageCollection |
| class | edm4eic::RingImageCollectionData |
| class | RingImageCollectionIterator |
| podio::detail::OrderKey | podio::detail::getOrderKey (const RingImage &obj) |
| void | swap (RingImage &a, RingImage &b) |
EIC Ring Image Cluster
|
default |
default constructor
| edm4eic::RingImage::RingImage | ( | 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
| edm4eic::RingImage::RingImage | ( | const MutableRingImage & | other | ) |
converting constructor from mutable object
| MutableRingImage edm4eic::RingImage::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::RingImage::getNpe | ( | ) | const |
Access the Number of photo-electrons [#].
| const podio::ObjectID edm4eic::RingImage::getObjectID | ( | ) | const |
| const edm4hep::Vector3f & edm4eic::RingImage::getPosition | ( | ) | const |
Access the Global position of the cluster [mm].
| const edm4hep::Vector3f & edm4eic::RingImage::getPositionError | ( | ) | const |
Access the Error on the position.
| float edm4eic::RingImage::getRadius | ( | ) | const |
Access the Radius of the best fit ring [mm].
| float edm4eic::RingImage::getRadiusError | ( | ) | const |
Access the Estimated error from the fit [mm].
| float edm4eic::RingImage::getTheta | ( | ) | const |
Access the Opening angle of the ring [rad, 0->pi].
| float edm4eic::RingImage::getThetaError | ( | ) | const |
Access the Error on the opening angle.
|
inline |
| bool edm4eic::RingImage::isAvailable | ( | ) | const |
check whether the object is actually available
|
static |
|
inline |
|
inline |
|
inline |
| bool edm4eic::RingImage::operator== | ( | const MutableRingImage & | other | ) | const |
|
inline |
|
inline |
disconnect from RingImageObj instance
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
staticconstexpr |