CMS 3D CMS Logo

LuminosityBlock.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: FWCore/TestProcessor
4 // Class : LuminosityBlock
5 //
6 // Implementation:
7 // [Notes on implementation]
8 //
9 // Original Author: Chris Jones
10 // Created: Mon, 30 Apr 2018 18:51:33 GMT
11 //
12 
13 // system include files
14 
15 // user include files
17 
18 namespace edm {
19  namespace test {
20 
21  //
22  // constants, enums and typedefs
23  //
24 
25  //
26  // static data member definitions
27  //
28 
29  //
30  // constructors and destructor
31  //
32  LuminosityBlock::LuminosityBlock(std::shared_ptr<LuminosityBlockPrincipal const> iPrincipal,
33  std::string iModuleLabel,
34  std::string iProcessName)
35  : principal_{std::move(iPrincipal)}, label_{std::move(iModuleLabel)}, processName_{std::move(iProcessName)} {}
36 
37  //
38  // member functions
39  //
40 
41  //
42  // const member functions
43  //
44 
45  //
46  // static member functions
47  //
48 
49  } // namespace test
50 } // namespace edm
LuminosityBlock(std::shared_ptr< LuminosityBlockPrincipal const > iPrincipal, std::string iModuleLabel, std::string iProcessName)
HLT enums.
def move(src, dest)
Definition: eostools.py:511