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

◆ SecondaryEventIDAndFileInfo() [1/2]

edm::SecondaryEventIDAndFileInfo::SecondaryEventIDAndFileInfo ( )
inline

◆ SecondaryEventIDAndFileInfo() [2/2]

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

Member Function Documentation

◆ eventID()

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

Definition at line 12 of file SecondaryEventIDAndFileInfo.h.

References eventID_.

◆ fileNameHash()

size_t edm::SecondaryEventIDAndFileInfo::fileNameHash ( ) const
inline

Definition at line 13 of file SecondaryEventIDAndFileInfo.h.

References fileNameHash_.

Member Data Documentation

◆ eventID_

EventID edm::SecondaryEventIDAndFileInfo::eventID_
private

Definition at line 16 of file SecondaryEventIDAndFileInfo.h.

Referenced by eventID().

◆ fileNameHash_

size_t edm::SecondaryEventIDAndFileInfo::fileNameHash_
private

Definition at line 17 of file SecondaryEventIDAndFileInfo.h.

Referenced by fileNameHash().