EICd
EIC data model
|
#include <RawCalorimeterHitObj.h>
Public Member Functions | |
RawCalorimeterHitObj () | |
constructor More... | |
RawCalorimeterHitObj (const RawCalorimeterHitObj &) | |
copy constructor (does a deep-copy of relation containers) More... | |
RawCalorimeterHitObj (const podio::ObjectID id, RawCalorimeterHitData data) | |
RawCalorimeterHitObj & | operator= (const RawCalorimeterHitObj &)=delete |
No assignment operator. More... | |
virtual | ~RawCalorimeterHitObj () |
Public Attributes | |
RawCalorimeterHitData | data |
eic::RawCalorimeterHitObj::RawCalorimeterHitObj | ( | ) |
constructor
eic::RawCalorimeterHitObj::RawCalorimeterHitObj | ( | const RawCalorimeterHitObj & | other | ) |
copy constructor (does a deep-copy of relation containers)
eic::RawCalorimeterHitObj::RawCalorimeterHitObj | ( | const podio::ObjectID | id, |
RawCalorimeterHitData | data | ||
) |
constructor from ObjectID and RawCalorimeterHitData does not initialize the internal relation containers
|
virtual |
|
delete |
No assignment operator.
RawCalorimeterHitData eic::RawCalorimeterHitObj::data |