DataFormats
Common
interface
SecondaryEventIDAndFileInfo.h
Go to the documentation of this file.
1
#ifndef DataFormats_Common_SecondaryEventIDAndFileInfo_h
2
#define DataFormats_Common_SecondaryEventIDAndFileInfo_h
3
4
#include "
DataFormats/Provenance/interface/EventID.h
"
5
6
// forward declarations
7
namespace
edm
{
8
class
SecondaryEventIDAndFileInfo
{
9
public
:
10
SecondaryEventIDAndFileInfo
() :
eventID_
(),
fileNameHash_
(0
U
) {}
11
SecondaryEventIDAndFileInfo
(
EventID
const
& evID,
size_t
fNameHash) :
eventID_
(evID),
fileNameHash_
(fNameHash) {}
12
EventID
const
&
eventID
()
const
{
return
eventID_
; }
13
size_t
fileNameHash
()
const
{
return
fileNameHash_
; }
14
15
private
:
16
EventID
eventID_
;
17
size_t
fileNameHash_
;
18
};
19
}
// namespace edm
20
#endif
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::SecondaryEventIDAndFileInfo
Definition:
SecondaryEventIDAndFileInfo.h:8
EventID.h
mitigatedMETSequence_cff.U
U
Definition:
mitigatedMETSequence_cff.py:36
edm::SecondaryEventIDAndFileInfo::SecondaryEventIDAndFileInfo
SecondaryEventIDAndFileInfo()
Definition:
SecondaryEventIDAndFileInfo.h:10
edm::SecondaryEventIDAndFileInfo::eventID
EventID const & eventID() const
Definition:
SecondaryEventIDAndFileInfo.h:12
edm::SecondaryEventIDAndFileInfo::eventID_
EventID eventID_
Definition:
SecondaryEventIDAndFileInfo.h:16
edm::SecondaryEventIDAndFileInfo::fileNameHash
size_t fileNameHash() const
Definition:
SecondaryEventIDAndFileInfo.h:13
edm::SecondaryEventIDAndFileInfo::fileNameHash_
size_t fileNameHash_
Definition:
SecondaryEventIDAndFileInfo.h:17
edm::SecondaryEventIDAndFileInfo::SecondaryEventIDAndFileInfo
SecondaryEventIDAndFileInfo(EventID const &evID, size_t fNameHash)
Definition:
SecondaryEventIDAndFileInfo.h:11
edm::EventID
Definition:
EventID.h:31
Generated for CMSSW Reference Manual by
1.8.16