EDM4eic
EIC data model
|
#include <ProtoCluster.h>
Public Types | |
using | mutable_type = MutableProtoCluster |
using | collection_type = ProtoClusterCollection |
Public Member Functions | |
ProtoCluster () | |
default constructor | |
ProtoCluster (const ProtoCluster &other)=default | |
copy constructor | |
ProtoCluster & | operator= (ProtoCluster other) |
copy-assignment operator | |
MutableProtoCluster | clone () const |
create a mutable deep-copy of the object with identical relations | |
~ProtoCluster ()=default | |
destructor | |
std::size_t | hits_size () const |
edm4eic::CalorimeterHit | getHits (std::size_t) const |
std::vector< edm4eic::CalorimeterHit >::const_iterator | hits_begin () const |
std::vector< edm4eic::CalorimeterHit >::const_iterator | hits_end () const |
podio::RelationRange< edm4eic::CalorimeterHit > | getHits () const |
std::size_t | weights_size () const |
float | getWeights (std::size_t) const |
std::vector< float >::const_iterator | weights_begin () const |
std::vector< float >::const_iterator | weights_end () const |
podio::RelationRange< float > | getWeights () const |
bool | isAvailable () const |
check whether the object is actually available | |
void | unlink () |
disconnect from ProtoClusterObj instance | |
bool | operator== (const ProtoCluster &other) const |
bool | operator== (const MutableProtoCluster &other) const |
bool | operator< (const ProtoCluster &other) const |
podio::ObjectID | id () const |
const podio::ObjectID | getObjectID () const |
Static Public Member Functions | |
static ProtoCluster | makeEmpty () |
Friends | |
class | MutableProtoCluster |
class | ProtoClusterCollection |
class | edm4eic::ProtoClusterCollectionData |
class | ProtoClusterCollectionIterator |
void | swap (ProtoCluster &a, ProtoCluster &b) |
Collection of hits identified by the clustering algorithm to belong together
edm4eic::ProtoCluster::ProtoCluster | ( | ) |
default constructor
|
default |
copy constructor
|
default |
destructor
MutableProtoCluster edm4eic::ProtoCluster::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
podio::RelationRange< edm4eic::CalorimeterHit > edm4eic::ProtoCluster::getHits | ( | ) | const |
edm4eic::CalorimeterHit edm4eic::ProtoCluster::getHits | ( | std::size_t | index | ) | const |
const podio::ObjectID edm4eic::ProtoCluster::getObjectID | ( | ) | const |
podio::RelationRange< float > edm4eic::ProtoCluster::getWeights | ( | ) | const |
float edm4eic::ProtoCluster::getWeights | ( | std::size_t | index | ) | const |
std::vector< edm4eic::CalorimeterHit >::const_iterator edm4eic::ProtoCluster::hits_begin | ( | ) | const |
std::vector< edm4eic::CalorimeterHit >::const_iterator edm4eic::ProtoCluster::hits_end | ( | ) | const |
std::size_t edm4eic::ProtoCluster::hits_size | ( | ) | const |
|
inline |
bool edm4eic::ProtoCluster::isAvailable | ( | ) | const |
check whether the object is actually available
|
static |
|
inline |
ProtoCluster & edm4eic::ProtoCluster::operator= | ( | ProtoCluster | other | ) |
copy-assignment operator
bool edm4eic::ProtoCluster::operator== | ( | const MutableProtoCluster & | other | ) | const |
|
inline |
|
inline |
disconnect from ProtoClusterObj instance
std::vector< float >::const_iterator edm4eic::ProtoCluster::weights_begin | ( | ) | const |
std::vector< float >::const_iterator edm4eic::ProtoCluster::weights_end | ( | ) | const |
std::size_t edm4eic::ProtoCluster::weights_size | ( | ) | const |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |