|
EDM4eic
EIC data model
|
#include <IrtRadiatorInfoObj.h>
Public Member Functions | |
| IrtRadiatorInfoObj () | |
| constructor | |
| IrtRadiatorInfoObj (const IrtRadiatorInfoObj &) | |
| copy constructor (does a deep-copy of relation containers) | |
| IrtRadiatorInfoObj (const podio::ObjectID &id, const IrtRadiatorInfoData &data) | |
| IrtRadiatorInfoObj & | operator= (const IrtRadiatorInfoObj &)=delete |
| No assignment operator. | |
| virtual | ~IrtRadiatorInfoObj ()=default |
Public Attributes | |
| podio::ObjectID | id {} |
| IrtRadiatorInfoData | data |
| edm4eic::IrtRadiatorInfoObj::IrtRadiatorInfoObj | ( | ) |
constructor
| edm4eic::IrtRadiatorInfoObj::IrtRadiatorInfoObj | ( | const IrtRadiatorInfoObj & | other | ) |
copy constructor (does a deep-copy of relation containers)
| edm4eic::IrtRadiatorInfoObj::IrtRadiatorInfoObj | ( | const podio::ObjectID & | id, |
| const IrtRadiatorInfoData & | data ) |
constructor from ObjectID and IrtRadiatorInfoData does not initialize the internal relation containers
|
virtualdefault |
|
delete |
No assignment operator.
| IrtRadiatorInfoData edm4eic::IrtRadiatorInfoObj::data |
| podio::ObjectID edm4eic::IrtRadiatorInfoObj::id {} |