PODIO v00-16-03
An Event-Data-Model Toolkit for High Energy Physics Experiments
|
#include <IMetaDataProvider.h>
Public Member Functions | |
virtual | ~IMetaDataProvider ()=default |
destructor | |
virtual GenericParameters & | getEventMetaData ()=0 |
return the event meta data for the current event | |
virtual GenericParameters & | getRunMetaData (int runID)=0 |
return the run meta data for the given runID | |
virtual GenericParameters & | getCollectionMetaData (int colID)=0 |
return the collection meta data for the given colID | |
Inteface to access meta data for runs, events and collections.
Definition at line 13 of file IMetaDataProvider.h.
|
virtualdefault |
destructor
|
pure virtual |
return the collection meta data for the given colID
Implemented in podio::EventStore.
|
pure virtual |
return the event meta data for the current event
Implemented in podio::EventStore.
|
pure virtual |
return the run meta data for the given runID
Implemented in podio::EventStore.