Main Page
Namespaces
Classes
Package Documentation
FWCore
TestProcessor
src
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
16
#include "
FWCore/TestProcessor/interface/Event.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
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)},
36
modulePassed_
(
modulePassed
) {}
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
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::test::Event::Event
Event(EventPrincipal const &iPrincipal, std::string iModuleLabel, std::string iProcessName, bool modulePassed)
Definition:
Event.cc:32
test
Definition:
SmallWORMDict.h:13
edm::EventPrincipal
Definition:
EventPrincipal.h:46
edm::test::Event::label_
std::string label_
Definition:
Event.h:68
edm
HLT enums.
Definition:
AlignableModifier.h:17
Event.h
edm::test::Event::modulePassed
bool modulePassed() const
Definition:
Event.h:60
edm::test::Event::processName_
std::string processName_
Definition:
Event.h:69
eostools.move
def move(src, dest)
Definition:
eostools.py:511
edm::test::Event::modulePassed_
bool modulePassed_
Definition:
Event.h:70
Generated for CMSSW Reference Manual by
1.8.11