![]() |
|
|||
File indexing completed on 2024-04-06 12:13:10
0001 // -*- C++ -*- 0002 // 0003 // Package: FWCore/TestProcessor 0004 // Class : ProcessBlock 0005 // 0006 // Implementation: 0007 // [Notes on implementation] 0008 // 0009 // Original Author: W. David Dagenhart 0010 // Created: 28 May 2020 0011 // 0012 0013 #include "FWCore/TestProcessor/interface/ProcessBlock.h" 0014 0015 namespace edm { 0016 namespace test { 0017 0018 ProcessBlock::ProcessBlock(ProcessBlockPrincipal const* iPrincipal, 0019 std::string iModuleLabel, 0020 std::string iProcessName) 0021 : principal_{iPrincipal}, label_{std::move(iModuleLabel)}, processName_{std::move(iProcessName)} {} 0022 0023 } // namespace test 0024 } // namespace edm
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |