#include <SecondaryEventIDAndFileInfo.h>
Public Member Functions | |
EventID const & | eventID () const |
size_t | fileNameHash () const |
SecondaryEventIDAndFileInfo () | |
SecondaryEventIDAndFileInfo (EventID const &evID, size_t fNameHash) | |
Private Attributes | |
EventID | eventID_ |
size_t | fileNameHash_ |
Definition at line 8 of file SecondaryEventIDAndFileInfo.h.
|
inline |
Definition at line 10 of file SecondaryEventIDAndFileInfo.h.
|
inline |
Definition at line 11 of file SecondaryEventIDAndFileInfo.h.
|
inline |
Definition at line 12 of file SecondaryEventIDAndFileInfo.h.
References eventID_.
Referenced by edm::RootEmbeddedFileSequence::readOneSpecified().
|
inline |
Definition at line 15 of file SecondaryEventIDAndFileInfo.h.
References fileNameHash_.
Referenced by edm::RootEmbeddedFileSequence::readOneSpecified().
|
private |
Definition at line 19 of file SecondaryEventIDAndFileInfo.h.
Referenced by eventID().
|
private |
Definition at line 20 of file SecondaryEventIDAndFileInfo.h.
Referenced by fileNameHash().