Main Page
Namespaces
Classes
Package Documentation
FWCore
TestProcessor
src
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
16
#include "
FWCore/TestProcessor/interface/Run.h
"
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
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
test
Definition:
SmallWORMDict.h:13
edm::test::Run::label_
std::string label_
Definition:
Run.h:66
edm::test::Run::Run
Run(std::shared_ptr< RunPrincipal const > iPrincipal, std::string iModuleLabel, std::string iProcessName)
Definition:
Run.cc:32
edm::test::Run::processName_
std::string processName_
Definition:
Run.h:67
Run.h
edm
HLT enums.
Definition:
AlignableModifier.h:17
eostools.move
def move(src, dest)
Definition:
eostools.py:511
Generated for CMSSW Reference Manual by
1.8.11