CMS 3D CMS Logo

RunForOutput.cc
Go to the documentation of this file.
2 
6 
7 namespace edm {
8 
10  ModuleCallingContext const* moduleCallingContext, bool isAtEnd,
11  MergeableRunProductMetadata const* mrpm) :
12  OccurrenceForOutput(rp, md, moduleCallingContext, isAtEnd),
13  aux_(rp.aux()),
14  mergeableRunProductMetadata_(mrpm) {
15  }
16 
18  }
19 
20  RunPrincipal const&
22  return dynamic_cast<RunPrincipal const&>(principal());
23  }
24 }
RunPrincipal const & runPrincipal() const
Definition: RunForOutput.cc:21
RunForOutput(RunPrincipal const &rp, ModuleDescription const &md, ModuleCallingContext const *, bool isAtEnd, MergeableRunProductMetadata const *=0)
Definition: RunForOutput.cc:9
HLT enums.
~RunForOutput() override
Definition: RunForOutput.cc:17
Principal const & principal() const