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

Definition at line 10 of file SecondaryEventIDAndFileInfo.h.

10 : eventID_(), fileNameHash_(0U) {}

◆ SecondaryEventIDAndFileInfo() [2/2]

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

Definition at line 11 of file SecondaryEventIDAndFileInfo.h.

11 : eventID_(evID), fileNameHash_(fNameHash) {}

Member Function Documentation

◆ eventID()

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

Definition at line 12 of file SecondaryEventIDAndFileInfo.h.

12 { return eventID_; }

References eventID_.

◆ fileNameHash()

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

Definition at line 13 of file SecondaryEventIDAndFileInfo.h.

13 { return fileNameHash_; }

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().

mitigatedMETSequence_cff.U
U
Definition: mitigatedMETSequence_cff.py:36
edm::SecondaryEventIDAndFileInfo::eventID_
EventID eventID_
Definition: SecondaryEventIDAndFileInfo.h:16
edm::SecondaryEventIDAndFileInfo::fileNameHash_
size_t fileNameHash_
Definition: SecondaryEventIDAndFileInfo.h:17