EICd
EIC data model
|
#include <ProtoCluster.h>
Public Member Functions | |
ProtoCluster () | |
default constructor More... | |
ProtoCluster (ProtoClusterObj *obj) | |
constructor from existing ProtoClusterObj More... | |
ProtoCluster (const ProtoCluster &other) | |
copy constructor More... | |
ProtoCluster & | operator= (ProtoCluster other) |
copy-assignment operator More... | |
MutableProtoCluster | clone () const |
create a mutable deep-copy of the object with identical relations More... | |
~ProtoCluster () | |
destructor More... | |
unsigned int | hits_size () const |
eicd::CalorimeterHit | getHits (unsigned int) const |
std::vector< eicd::CalorimeterHit >::const_iterator | hits_begin () const |
std::vector< eicd::CalorimeterHit >::const_iterator | hits_end () const |
podio::RelationRange< eicd::CalorimeterHit > | getHits () const |
unsigned int | weights_size () const |
float | getWeights (unsigned int) 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 More... | |
void | unlink () |
disconnect from ProtoClusterObj instance More... | |
bool | operator== (const ProtoCluster &other) const |
bool | operator== (const MutableProtoCluster &other) const |
bool | operator< (const ProtoCluster &other) const |
unsigned int | id () const |
const podio::ObjectID | getObjectID () const |
Friends | |
class | MutableProtoCluster |
class | ProtoClusterCollection |
class | ProtoClusterCollectionIterator |
void | swap (ProtoCluster &a, ProtoCluster &b) |
Collection of hits identified by the clustering algorithm to belong together
eicd::ProtoCluster::ProtoCluster | ( | ) |
default constructor
eicd::ProtoCluster::ProtoCluster | ( | ProtoClusterObj * | obj | ) |
constructor from existing ProtoClusterObj
eicd::ProtoCluster::ProtoCluster | ( | const ProtoCluster & | other | ) |
copy constructor
eicd::ProtoCluster::~ProtoCluster | ( | ) |
destructor
MutableProtoCluster eicd::ProtoCluster::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
podio::RelationRange< eicd::CalorimeterHit > eicd::ProtoCluster::getHits | ( | ) | const |
eicd::CalorimeterHit eicd::ProtoCluster::getHits | ( | unsigned int | index | ) | const |
const podio::ObjectID eicd::ProtoCluster::getObjectID | ( | ) | const |
podio::RelationRange< float > eicd::ProtoCluster::getWeights | ( | ) | const |
float eicd::ProtoCluster::getWeights | ( | unsigned int | index | ) | const |
std::vector< eicd::CalorimeterHit >::const_iterator eicd::ProtoCluster::hits_begin | ( | ) | const |
std::vector< eicd::CalorimeterHit >::const_iterator eicd::ProtoCluster::hits_end | ( | ) | const |
unsigned int eicd::ProtoCluster::hits_size | ( | ) | const |
|
inline |
bool eicd::ProtoCluster::isAvailable | ( | ) | const |
check whether the object is actually available
|
inline |
ProtoCluster & eicd::ProtoCluster::operator= | ( | ProtoCluster | other | ) |
copy-assignment operator
bool eicd::ProtoCluster::operator== | ( | const MutableProtoCluster & | other | ) | const |
|
inline |
|
inline |
disconnect from ProtoClusterObj instance
std::vector< float >::const_iterator eicd::ProtoCluster::weights_begin | ( | ) | const |
std::vector< float >::const_iterator eicd::ProtoCluster::weights_end | ( | ) | const |
unsigned int eicd::ProtoCluster::weights_size | ( | ) | const |
|
friend |
|
friend |
|
friend |
|
friend |