|
EDM4eic
EIC data model
|
#include <MutableTrackProtoClusterMatch.h>
Public Types | |
| using | object_type = TrackProtoClusterMatch |
| using | collection_type = TrackProtoClusterMatchCollection |
Public Member Functions | |
| MutableTrackProtoClusterMatch ()=default | |
| default constructor | |
| MutableTrackProtoClusterMatch (const float weight) | |
| Constructor initializing all members. | |
| MutableTrackProtoClusterMatch (const MutableTrackProtoClusterMatch &other)=default | |
| copy constructor | |
| MutableTrackProtoClusterMatch & | operator= (MutableTrackProtoClusterMatch other) & |
| copy-assignment operator | |
| MutableTrackProtoClusterMatch & | operator= (MutableTrackProtoClusterMatch other) &&=delete |
| MutableTrackProtoClusterMatch | clone (bool cloneRelations=true) const |
| ~MutableTrackProtoClusterMatch ()=default | |
| destructor | |
| float | getWeight () const |
| Access the weight of this association. | |
| const edm4eic::Track | getFrom () const |
| Access the reference to the track. | |
| const edm4eic::ProtoCluster | getTo () const |
| Access the reference to the protocluster. | |
| 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 | setFrom (const edm4eic::Track &value) |
| Set the reference to the track. | |
| void | setTo (const edm4eic::ProtoCluster &value) |
| Set the reference to the protocluster. | |
| bool | isAvailable () const |
| check whether the object is actually available | |
| void | unlink () |
| disconnect from TrackProtoClusterMatchObj instance | |
| bool | operator== (const MutableTrackProtoClusterMatch &other) const |
| bool | operator== (const TrackProtoClusterMatch &other) const |
| bool | operator!= (const MutableTrackProtoClusterMatch &other) const |
| bool | operator!= (const TrackProtoClusterMatch &other) const |
| bool | operator< (const MutableTrackProtoClusterMatch &other) const |
| podio::ObjectID | id () const |
| const podio::ObjectID | getObjectID () const |
Friends | |
| class | TrackProtoClusterMatchCollection |
| class | TrackProtoClusterMatchMutableCollectionIterator |
| class | TrackProtoClusterMatch |
| void | swap (MutableTrackProtoClusterMatch &a, MutableTrackProtoClusterMatch &b) |
Match between a ProtoCluster and a Track
|
default |
default constructor
| edm4eic::MutableTrackProtoClusterMatch::MutableTrackProtoClusterMatch | ( | const float | weight | ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
| MutableTrackProtoClusterMatch edm4eic::MutableTrackProtoClusterMatch::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::Track edm4eic::MutableTrackProtoClusterMatch::getFrom | ( | ) | const |
Access the reference to the track.
| const podio::ObjectID edm4eic::MutableTrackProtoClusterMatch::getObjectID | ( | ) | const |
| const edm4eic::ProtoCluster edm4eic::MutableTrackProtoClusterMatch::getTo | ( | ) | const |
Access the reference to the protocluster.
| float & edm4eic::MutableTrackProtoClusterMatch::getWeight | ( | ) |
Get mutable reference to weight of this association.
| float edm4eic::MutableTrackProtoClusterMatch::getWeight | ( | ) | const |
Access the weight of this association.
|
inline |
| bool edm4eic::MutableTrackProtoClusterMatch::isAvailable | ( | ) | const |
check whether the object is actually available
|
inline |
|
inline |
|
inline |
| MutableTrackProtoClusterMatch & edm4eic::MutableTrackProtoClusterMatch::operator= | ( | MutableTrackProtoClusterMatch | other | ) | & |
copy-assignment operator
|
delete |
|
inline |
| bool edm4eic::MutableTrackProtoClusterMatch::operator== | ( | const TrackProtoClusterMatch & | other | ) | const |
| void edm4eic::MutableTrackProtoClusterMatch::setFrom | ( | const edm4eic::Track & | value | ) |
Set the reference to the track.
| void edm4eic::MutableTrackProtoClusterMatch::setTo | ( | const edm4eic::ProtoCluster & | value | ) |
Set the reference to the protocluster.
| void edm4eic::MutableTrackProtoClusterMatch::setWeight | ( | const float | weight | ) |
Set the weight of this association.
|
inline |
disconnect from TrackProtoClusterMatchObj instance
| float & edm4eic::MutableTrackProtoClusterMatch::weight | ( | ) |
Get reference to weight of this association.
|
friend |
|
friend |
|
friend |
|
friend |