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