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 ()=default |
Public Attributes | |
RawCalorimeterHitData | data |
eicd::RawCalorimeterHitObj::RawCalorimeterHitObj | ( | ) |
constructor
eicd::RawCalorimeterHitObj::RawCalorimeterHitObj | ( | const RawCalorimeterHitObj & | other | ) |
copy constructor (does a deep-copy of relation containers)
eicd::RawCalorimeterHitObj::RawCalorimeterHitObj | ( | const podio::ObjectID | id, |
RawCalorimeterHitData | data | ||
) |
constructor from ObjectID and RawCalorimeterHitData does not initialize the internal relation containers
|
virtualdefault |
|
delete |
No assignment operator.
RawCalorimeterHitData eicd::RawCalorimeterHitObj::data |