Main Page
Namespaces
Classes
Package Documentation
FWCore
Framework
interface
limited
OutputModule.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_limited_OutputModule_h
2
#define FWCore_Framework_limited_OutputModule_h
3
// -*- C++ -*-
4
//
5
// Package: FWCore/Framework
6
// Class : edm::limited::OutputModule
7
//
16
//
17
//
18
19
// system include files
20
21
// user include files
22
#include "
FWCore/Framework/interface/limited/outputmoduleAbilityToImplementor.h
"
23
24
// forward declarations
25
namespace
edm
{
26
namespace
limited
{
27
template
<
typename
...
T
>
28
class
OutputModule
:
public
virtual
OutputModuleBase
,
29
public
outputmodule::AbilityToImplementor
<T>
::Type
...
30
{
31
32
public
:
33
OutputModule
(
edm::ParameterSet
const
& iPSet):
OutputModuleBase
(iPSet),
34
outputmodule
::AbilityToImplementor<
T
>::
Type
(iPSet)...
35
{}
36
// Required to work around ICC bug, but possible source of bloat in gcc.
37
// We do this only in the case of the intel compiler as this might end up
38
// creating a lot of code bloat due to inline symbols being generated in
39
// each DSO which uses this header.
40
#ifdef __INTEL_COMPILER
41
virtual
~
OutputModule
() =
default
;
42
#endif
43
44
// ---------- const member functions ---------------------
45
bool
wantsStreamRuns
() const final {
46
return
WantsStreamRunTransitions
<
T
...>
::value
;
47
}
48
bool
wantsStreamLuminosityBlocks
() const final {
49
return
WantsStreamLuminosityBlockTransitions
<
T
...>
::value
;
50
}
51
52
// ---------- static member functions --------------------
53
54
// ---------- member functions ---------------------------
55
56
private
:
57
OutputModule
(
const
OutputModule
&) =
delete
;
// stop default
58
59
const
OutputModule
&
operator=
(
const
OutputModule
&) =
delete
;
// stop default
60
61
// ---------- member data --------------------------------
62
63
};
64
}
65
}
66
67
#endif
edm::limited::OutputModule::wantsStreamRuns
bool wantsStreamRuns() const final
Definition:
OutputModule.h:45
edm::limited::OutputModule::operator=
const OutputModule & operator=(const OutputModule &)=delete
limited
edm::limited::OutputModule::OutputModule
OutputModule(edm::ParameterSet const &iPSet)
Definition:
OutputModule.h:33
edm::WantsStreamRunTransitions
Definition:
moduleAbilities.h:141
susybsm::HSCParticleType::Type
Type
Definition:
HSCParticle.h:20
outputmoduleAbilityToImplementor.h
outputmodule
relativeConstraints.value
value
Definition:
relativeConstraints.py:52
edm::limited::OutputModule
Definition:
OutputModule.h:28
edm::limited::outputmodule::AbilityToImplementor
Definition:
outputmoduleAbilityToImplementor.h:101
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::WantsStreamLuminosityBlockTransitions
Definition:
moduleAbilities.h:147
edm::limited::OutputModule::wantsStreamLuminosityBlocks
bool wantsStreamLuminosityBlocks() const final
Definition:
OutputModule.h:48
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::limited::OutputModuleBase
Definition:
OutputModuleBase.h:62
T
long double T
Definition:
Basic3DVectorLD.h:66
Generated for CMSSW Reference Manual by
1.8.11