|
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 | |
| ProtoCluster & | operator= (ProtoCluster other) &&=delete |
| MutableProtoCluster | clone (bool cloneRelations=true) const |
| ~ProtoCluster ()=default | |
| destructor | |
| ProtoCluster (const MutableProtoCluster &other) | |
| converting constructor from mutable object | |
| 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 |
| 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 () |
Static Public Attributes | |
| static constexpr std::string_view | typeName = "edm4eic::ProtoCluster" |
Friends | |
| class | MutableProtoCluster |
| class | ProtoClusterCollection |
| class | edm4eic::ProtoClusterCollectionData |
| class | ProtoClusterCollectionIterator |
| podio::detail::OrderKey | podio::detail::getOrderKey (const ProtoCluster &obj) |
| 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
| edm4eic::ProtoCluster::ProtoCluster | ( | const MutableProtoCluster & | other | ) |
converting constructor from mutable object
| MutableProtoCluster edm4eic::ProtoCluster::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
| 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 |
|
inline |
|
inline |
| ProtoCluster & edm4eic::ProtoCluster::operator= | ( | ProtoCluster | other | ) | & |
copy-assignment operator
|
delete |
| 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 |
|
friend |
|
staticconstexpr |