EDM4eic
EIC data model
|
#include <MutableTrackClusterMatch.h>
Public Types | |
using | object_type = TrackClusterMatch |
using | collection_type = TrackClusterMatchCollection |
Public Member Functions | |
MutableTrackClusterMatch () | |
default constructor | |
MutableTrackClusterMatch (float weight) | |
Constructor initializing all members. | |
MutableTrackClusterMatch (const MutableTrackClusterMatch &other)=default | |
copy constructor | |
MutableTrackClusterMatch & | operator= (MutableTrackClusterMatch other) |
copy-assignment operator | |
MutableTrackClusterMatch | clone () const |
create a mutable deep-copy of the object with identical relations | |
~MutableTrackClusterMatch ()=default | |
destructor | |
operator TrackClusterMatch () const | |
conversion to const object | |
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 (float value) |
Set the weight of this association. | |
void | setCluster (edm4eic::Cluster value) |
Set the reference to the cluster. | |
void | setTrack (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 |
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 | ( | float | weight | ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
MutableTrackClusterMatch edm4eic::MutableTrackClusterMatch::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
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 | ( | ) | const |
Access the weight of this association.
|
inline |
bool edm4eic::MutableTrackClusterMatch::isAvailable | ( | ) | const |
check whether the object is actually available
edm4eic::MutableTrackClusterMatch::operator TrackClusterMatch | ( | ) | const |
conversion to const object
|
inline |
MutableTrackClusterMatch & edm4eic::MutableTrackClusterMatch::operator= | ( | MutableTrackClusterMatch | other | ) |
copy-assignment operator
|
inline |
bool edm4eic::MutableTrackClusterMatch::operator== | ( | const TrackClusterMatch & | other | ) | const |
void edm4eic::MutableTrackClusterMatch::setCluster | ( | edm4eic::Cluster | value | ) |
Set the reference to the cluster.
void edm4eic::MutableTrackClusterMatch::setTrack | ( | edm4eic::Track | value | ) |
Set the reference to the track.
void edm4eic::MutableTrackClusterMatch::setWeight | ( | float | value | ) |
Set the weight of this association.
|
inline |
disconnect from TrackClusterMatchObj instance
|
friend |
|
friend |
|
friend |
|
friend |