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