#include <DataFormats/Provenance/interface/EventAux.h>
Public Member Functions | |
EventAux () | |
~EventAux () | |
Public Attributes | |
EventID | id_ |
LuminosityBlockNumber_t | luminosityBlockID_ |
ProcessHistoryID | processHistoryID_ |
Timestamp | time_ |
Definition at line 16 of file EventAux.h.
edm::EventAux::EventAux | ( | ) | [inline] |
Definition at line 17 of file EventAux.h.
00017 : processHistoryID_(), id_(), time_(), luminosityBlockID_() {}
edm::EventAux::~EventAux | ( | ) | [inline] |