CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::SecondaryEventIDAndFileInfo Class Reference

#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_
 

Detailed Description

Definition at line 8 of file SecondaryEventIDAndFileInfo.h.

Constructor & Destructor Documentation

edm::SecondaryEventIDAndFileInfo::SecondaryEventIDAndFileInfo ( )
inline
edm::SecondaryEventIDAndFileInfo::SecondaryEventIDAndFileInfo ( EventID const &  evID,
size_t  fNameHash 
)
inline

Member Function Documentation

EventID const& edm::SecondaryEventIDAndFileInfo::eventID ( ) const
inline
size_t edm::SecondaryEventIDAndFileInfo::fileNameHash ( ) const
inline

Member Data Documentation

EventID edm::SecondaryEventIDAndFileInfo::eventID_
private

Definition at line 16 of file SecondaryEventIDAndFileInfo.h.

Referenced by eventID().

size_t edm::SecondaryEventIDAndFileInfo::fileNameHash_
private

Definition at line 17 of file SecondaryEventIDAndFileInfo.h.

Referenced by fileNameHash().