CMS 3D CMS Logo

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