EICd
EIC data model
eic::EventInfoObj Class Reference

#include <EventInfoObj.h>

Inheritance diagram for eic::EventInfoObj:

Public Member Functions

 EventInfoObj ()
 constructor More...
 
 EventInfoObj (const EventInfoObj &)
 copy constructor (does a deep-copy of relation containers) More...
 
 EventInfoObj (const podio::ObjectID id, EventInfoData data)
 
EventInfoObjoperator= (const EventInfoObj &)=delete
 No assignment operator. More...
 
virtual ~EventInfoObj ()
 

Public Attributes

EventInfoData data
 

Constructor & Destructor Documentation

◆ EventInfoObj() [1/3]

eic::EventInfoObj::EventInfoObj ( )

constructor

◆ EventInfoObj() [2/3]

eic::EventInfoObj::EventInfoObj ( const EventInfoObj other)

copy constructor (does a deep-copy of relation containers)

◆ EventInfoObj() [3/3]

eic::EventInfoObj::EventInfoObj ( const podio::ObjectID  id,
EventInfoData  data 
)

constructor from ObjectID and EventInfoData does not initialize the internal relation containers

◆ ~EventInfoObj()

eic::EventInfoObj::~EventInfoObj ( )
virtual

Member Function Documentation

◆ operator=()

EventInfoObj& eic::EventInfoObj::operator= ( const EventInfoObj )
delete

No assignment operator.

Member Data Documentation

◆ data

EventInfoData eic::EventInfoObj::data

The documentation for this class was generated from the following files: