|
EDM4eic
EIC data model
|
#include <MutableTrackClusterMatch.h>
Public Types | |
| using | object_type = TrackClusterMatch |
| using | collection_type = TrackClusterMatchCollection |
Public Member Functions | |
| MutableTrackClusterMatch () | |
| default constructor | |
| MutableTrackClusterMatch (const float weight) | |
| Constructor initializing all members. | |
| MutableTrackClusterMatch (const MutableTrackClusterMatch &other)=default | |
| copy constructor | |
| MutableTrackClusterMatch & | operator= (MutableTrackClusterMatch other) & |
| copy-assignment operator | |
| MutableTrackClusterMatch & | operator= (MutableTrackClusterMatch other) &&=delete |
| MutableTrackClusterMatch | clone (bool cloneRelations=true) const |
| ~MutableTrackClusterMatch ()=default | |
| destructor | |
| float | getWeight () const |
| Access the weight of this association. | |
| const edm4eic::Cluster | getCluster () const |
| Access the reference to the cluster. | |
| const edm4eic::Track | getTrack () const |
| Access the reference to the track. | |
| void | setWeight (const float weight) |
| Set the weight of this association. | |
| float & | getWeight () |
| Get mutable reference to weight of this association. | |
| float & | weight () |
| Get reference to weight of this association. | |
| void | setCluster (const edm4eic::Cluster &value) |
| Set the reference to the cluster. | |
| void | setTrack (const edm4eic::Track &value) |
| Set the reference to the track. | |
| bool | isAvailable () const |
| check whether the object is actually available | |
| void | unlink () |
| disconnect from TrackClusterMatchObj instance | |
| bool | operator== (const MutableTrackClusterMatch &other) const |
| bool | operator== (const TrackClusterMatch &other) const |
| bool | operator!= (const MutableTrackClusterMatch &other) const |
| bool | operator!= (const TrackClusterMatch &other) const |
| bool | operator< (const MutableTrackClusterMatch &other) const |
| podio::ObjectID | id () const |
| const podio::ObjectID | getObjectID () const |
Friends | |
| class | TrackClusterMatchCollection |
| class | TrackClusterMatchMutableCollectionIterator |
| class | TrackClusterMatch |
| void | swap (MutableTrackClusterMatch &a, MutableTrackClusterMatch &b) |
| edm4eic::MutableTrackClusterMatch::MutableTrackClusterMatch | ( | ) |
default constructor
| edm4eic::MutableTrackClusterMatch::MutableTrackClusterMatch | ( | const float | weight | ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
| MutableTrackClusterMatch edm4eic::MutableTrackClusterMatch::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
| const edm4eic::Cluster edm4eic::MutableTrackClusterMatch::getCluster | ( | ) | const |
Access the reference to the cluster.
| const podio::ObjectID edm4eic::MutableTrackClusterMatch::getObjectID | ( | ) | const |
| const edm4eic::Track edm4eic::MutableTrackClusterMatch::getTrack | ( | ) | const |
Access the reference to the track.
| float & edm4eic::MutableTrackClusterMatch::getWeight | ( | ) |
Get mutable reference to weight of this association.
| float edm4eic::MutableTrackClusterMatch::getWeight | ( | ) | const |
Access the weight of this association.
|
inline |
| bool edm4eic::MutableTrackClusterMatch::isAvailable | ( | ) | const |
check whether the object is actually available
|
inline |
|
inline |
|
inline |
| MutableTrackClusterMatch & edm4eic::MutableTrackClusterMatch::operator= | ( | MutableTrackClusterMatch | other | ) | & |
copy-assignment operator
|
delete |
|
inline |
| bool edm4eic::MutableTrackClusterMatch::operator== | ( | const TrackClusterMatch & | other | ) | const |
| void edm4eic::MutableTrackClusterMatch::setCluster | ( | const edm4eic::Cluster & | value | ) |
Set the reference to the cluster.
| void edm4eic::MutableTrackClusterMatch::setTrack | ( | const edm4eic::Track & | value | ) |
Set the reference to the track.
| void edm4eic::MutableTrackClusterMatch::setWeight | ( | const float | weight | ) |
Set the weight of this association.
|
inline |
disconnect from TrackClusterMatchObj instance
| float & edm4eic::MutableTrackClusterMatch::weight | ( | ) |
Get reference to weight of this association.
|
friend |
|
friend |
|
friend |
|
friend |