|
EDM4eic
EIC data model
|
#include <ProtoClusterObj.h>
Public Member Functions | |
| ProtoClusterObj () | |
| constructor | |
| ProtoClusterObj (const ProtoClusterObj &) | |
| copy constructor (does a deep-copy of relation containers) | |
| ProtoClusterObj (const podio::ObjectID &id, const ProtoClusterData &data) | |
| ProtoClusterObj & | operator= (const ProtoClusterObj &)=delete |
| No assignment operator. | |
| virtual | ~ProtoClusterObj () |
Public Attributes | |
| podio::ObjectID | id {} |
| ProtoClusterData | data |
| std::vector< edm4eic::CalorimeterHit > * | m_hits {nullptr} |
| std::vector< float > * | m_weights {nullptr} |
| edm4eic::ProtoClusterObj::ProtoClusterObj | ( | ) |
constructor
| edm4eic::ProtoClusterObj::ProtoClusterObj | ( | const ProtoClusterObj & | other | ) |
copy constructor (does a deep-copy of relation containers)
| edm4eic::ProtoClusterObj::ProtoClusterObj | ( | const podio::ObjectID & | id, |
| const ProtoClusterData & | data ) |
constructor from ObjectID and ProtoClusterData does not initialize the internal relation containers
|
virtual |
|
delete |
No assignment operator.
| ProtoClusterData edm4eic::ProtoClusterObj::data |
| podio::ObjectID edm4eic::ProtoClusterObj::id {} |
| std::vector<edm4eic::CalorimeterHit>* edm4eic::ProtoClusterObj::m_hits {nullptr} |
| std::vector<float>* edm4eic::ProtoClusterObj::m_weights {nullptr} |