CMS 3D CMS Logo

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