CMS 3D CMS Logo

Run.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: FWCore/TestProcessor
4 // Class : Run
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  Run::Run(std::shared_ptr<RunPrincipal const> iPrincipal, std::string iModuleLabel, std::string iProcessName)
33  : principal_{std::move(iPrincipal)}, label_{std::move(iModuleLabel)}, processName_{std::move(iProcessName)} {}
34 
35  //
36  // member functions
37  //
38 
39  //
40  // const member functions
41  //
42 
43  //
44  // static member functions
45  //
46 
47  } // namespace test
48 } // namespace edm
std::string label_
Definition: Run.h:66
Run(std::shared_ptr< RunPrincipal const > iPrincipal, std::string iModuleLabel, std::string iProcessName)
Definition: Run.cc:32
std::string processName_
Definition: Run.h:67
HLT enums.
def move(src, dest)
Definition: eostools.py:511