#include <MEtoEDMFormat.h>
Classes | |
struct | MEtoEDMObject |
Public Types | |
typedef std::vector < MEtoEDMObject > | MEtoEdmObjectVector |
typedef std::vector< uint32_t > | TagList |
Public Member Functions | |
const MEtoEdmObjectVector & | getMEtoEdmObject () const |
bool | mergeProduct (const MEtoEDM< T > &newMEtoEDM) |
MEtoEDM () | |
MEtoEDM (size_t reservedSize) | |
void | putMEtoEdmObject (const std::string &name, const TagList &tags, const T &object) |
void | swap (MEtoEDM< T > &iOther) |
virtual | ~MEtoEDM () |
Private Attributes | |
MEtoEdmObjectVector | MEtoEdmObject |
DataFormat class to hold the information from a ME tranformed into ROOT objects as appropriate
Definition at line 66 of file MEtoEDMFormat.h.
typedef std::vector<MEtoEDMObject> MEtoEDM< T >::MEtoEdmObjectVector |
Definition at line 84 of file MEtoEDMFormat.h.
Definition at line 75 of file MEtoEDMFormat.h.
Definition at line 69 of file MEtoEDMFormat.h.
Definition at line 70 of file MEtoEDMFormat.h.
Definition at line 73 of file MEtoEDMFormat.h.
|
inline |
Definition at line 97 of file MEtoEDMFormat.h.
Definition at line 100 of file MEtoEDMFormat.h.
|
inline |
Definition at line 86 of file MEtoEDMFormat.h.
Definition at line 170 of file MEtoEDMFormat.h.
|
private |
Definition at line 175 of file MEtoEDMFormat.h.