EDM4eic
EIC data model
|
#include <TrackClusterMatch.h>
Public Types | |
using | mutable_type = MutableTrackClusterMatch |
using | collection_type = TrackClusterMatchCollection |
Public Member Functions | |
TrackClusterMatch () | |
default constructor | |
TrackClusterMatch (float weight) | |
Constructor initializing all members. | |
TrackClusterMatch (const TrackClusterMatch &other)=default | |
copy constructor | |
TrackClusterMatch & | operator= (TrackClusterMatch other) |
copy-assignment operator | |
MutableTrackClusterMatch | clone () const |
create a mutable deep-copy of the object with identical relations | |
~TrackClusterMatch ()=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. | |
bool | isAvailable () const |
check whether the object is actually available | |
void | unlink () |
disconnect from TrackClusterMatchObj instance | |
bool | operator== (const TrackClusterMatch &other) const |
bool | operator== (const MutableTrackClusterMatch &other) const |
bool | operator< (const TrackClusterMatch &other) const |
podio::ObjectID | id () const |
const podio::ObjectID | getObjectID () const |
Static Public Member Functions | |
static TrackClusterMatch | makeEmpty () |
Friends | |
class | MutableTrackClusterMatch |
class | TrackClusterMatchCollection |
class | edm4eic::TrackClusterMatchCollectionData |
class | TrackClusterMatchCollectionIterator |
void | swap (TrackClusterMatch &a, TrackClusterMatch &b) |
edm4eic::TrackClusterMatch::TrackClusterMatch | ( | ) |
default constructor
edm4eic::TrackClusterMatch::TrackClusterMatch | ( | float | weight | ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
MutableTrackClusterMatch edm4eic::TrackClusterMatch::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
const edm4eic::Cluster edm4eic::TrackClusterMatch::getCluster | ( | ) | const |
Access the reference to the cluster.
const podio::ObjectID edm4eic::TrackClusterMatch::getObjectID | ( | ) | const |
const edm4eic::Track edm4eic::TrackClusterMatch::getTrack | ( | ) | const |
Access the reference to the track.
float edm4eic::TrackClusterMatch::getWeight | ( | ) | const |
Access the weight of this association.
|
inline |
bool edm4eic::TrackClusterMatch::isAvailable | ( | ) | const |
check whether the object is actually available
|
static |
|
inline |
TrackClusterMatch & edm4eic::TrackClusterMatch::operator= | ( | TrackClusterMatch | other | ) |
copy-assignment operator
bool edm4eic::TrackClusterMatch::operator== | ( | const MutableTrackClusterMatch & | other | ) | const |
|
inline |
|
inline |
disconnect from TrackClusterMatchObj instance
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |