DataFormats
Provenance
src
EventAux.cc
Go to the documentation of this file.
1
#include "
DataFormats/Provenance/interface/EventAux.h
"
2
#include "
DataFormats/Provenance/interface/EventAuxiliary.h
"
3
4
/*----------------------------------------------------------------------
5
6
----------------------------------------------------------------------*/
7
8
namespace
edm
{
9
void
conversion
(
EventAux
const
& from,
EventAuxiliary
&
to
) {
10
to
.processHistoryID_ = from.
processHistoryID_
;
11
to
.id_ = from.
id_
;
12
to
.time_ = from.
time_
;
13
to
.luminosityBlock_ = from.
luminosityBlockID_
;
14
}
15
}
// namespace edm
edm::conversion
void conversion(EventAux const &from, EventAuxiliary &to)
Definition:
EventAux.cc:9
edm
HLT enums.
Definition:
AlignableModifier.h:19
to
edm::EventAux::luminosityBlockID_
LuminosityBlockNumber_t luminosityBlockID_
Definition:
EventAux.h:22
edm::EventAux
Definition:
EventAux.h:15
edm::EventAuxiliary
Definition:
EventAuxiliary.h:14
edm::EventAux::processHistoryID_
ProcessHistoryID processHistoryID_
Definition:
EventAux.h:19
EventAuxiliary.h
edm::EventAux::time_
Timestamp time_
Definition:
EventAux.h:21
EventAux.h
edm::EventAux::id_
EventID id_
Definition:
EventAux.h:20
Generated for CMSSW Reference Manual by
1.8.16