Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FWCore
Framework
interface
stream
EDProducerAdaptorBase.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_stream_EDProducerAdaptorBase_h
2
#define FWCore_Framework_stream_EDProducerAdaptorBase_h
3
// -*- C++ -*-
4
//
5
// Package: FWCore/Framework
6
// Class : EDProducerAdaptorBase
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Fri, 02 Aug 2013 18:09:15 GMT
19
//
20
21
// system include files
22
23
// user include files
24
#include "
FWCore/Framework/interface/stream/ProducingModuleAdaptorBase.h
"
25
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
26
#include "
DataFormats/Provenance/interface/ModuleDescription.h
"
27
#include "
FWCore/ParameterSet/interface/ParameterSetfwd.h
"
28
#include "
FWCore/Utilities/interface/StreamID.h
"
29
#include "
FWCore/Utilities/interface/RunIndex.h
"
30
#include "
FWCore/Utilities/interface/LuminosityBlockIndex.h
"
31
32
33
// forward declarations
34
35
namespace
edm {
36
37
class
ModuleCallingContext;
38
39
namespace
maker
{
40
template
<
typename
T>
class
ModuleHolderT;
41
}
42
43
namespace
stream {
44
class
EDProducerBase
;
45
class
EDProducerAdaptorBase
:
public
ProducingModuleAdaptorBase
<EDProducerBase>
46
{
47
48
public
:
49
template
<
typename
T>
friend
class
edm::maker::ModuleHolderT
;
50
template
<
typename
T>
friend
class
edm::WorkerT
;
51
52
EDProducerAdaptorBase
();
53
54
// ---------- const member functions ---------------------
55
56
// ---------- static member functions --------------------
57
58
// ---------- member functions ---------------------------
59
60
std::string
workerType
()
const
{
return
"WorkerT<EDProducerAdaptorBase>"
;}
61
protected
:
62
using
ProducingModuleAdaptorBase<EDProducerBase>::commit
;
63
64
private
:
65
EDProducerAdaptorBase
(
const
EDProducerAdaptorBase
&) =
delete
;
// stop default
66
67
const
EDProducerAdaptorBase
&
operator=
(
const
EDProducerAdaptorBase
&) =
delete
;
// stop default
68
69
bool
doEvent
(
EventPrincipal
& ep,
EventSetup
const
&
c
,
70
ModuleCallingContext
const
*) ;
71
};
72
}
73
}
74
75
#endif
edm::stream::EDProducerAdaptorBase::EDProducerAdaptorBase
EDProducerAdaptorBase()
Definition:
EDProducerAdaptorBase.cc:43
edm::stream::EDProducerAdaptorBase::doEvent
bool doEvent(EventPrincipal &ep, EventSetup const &c, ModuleCallingContext const *)
Definition:
EDProducerAdaptorBase.cc:48
EDProducerBase
edm::ModuleCallingContext
Definition:
ModuleCallingContext.h:30
edm::EventPrincipal
Definition:
EventPrincipal.h:45
ModuleDescription.h
Frameworkfwd.h
ParameterSetfwd.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
RunIndex.h
edm::serviceregistry::AllArgsMaker
Definition:
ServiceMaker.h:47
edm::maker::ModuleHolderT
Definition:
EDAnalyzer.h:19
edm::stream::ProducingModuleAdaptorBase
Definition:
Event.h:59
edm::stream::EDProducerAdaptorBase::workerType
std::string workerType() const
Definition:
EDProducerAdaptorBase.h:60
StreamID.h
edm::EventSetup
Definition:
EventSetup.h:44
edm::stream::EDProducerAdaptorBase
Definition:
EDProducerAdaptorBase.h:45
edm::WorkerT
Definition:
Frameworkfwd.h:47
trackerHits.c
tuple c
Definition:
trackerHits.py:26
edm::stream::EDProducerAdaptorBase::operator=
const EDProducerAdaptorBase & operator=(const EDProducerAdaptorBase &)=delete
LuminosityBlockIndex.h
ProducingModuleAdaptorBase.h
Generated for CMSSW Reference Manual by
1.8.5