Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
Framework
interface
one
OutputModule.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_one_OutputModule_h
2
#define FWCore_Framework_one_OutputModule_h
3
// -*- C++ -*-
4
//
5
// Package: FWCore/Framework
6
// Class : edm::one::OutputModule
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Wed, 31 Jul 2013 18:21:29 GMT
19
//
20
21
// system include files
22
23
// user include files
24
#include "
FWCore/Framework/interface/one/outputmoduleAbilityToImplementor.h
"
25
26
// forward declarations
27
namespace
edm {
28
namespace
one {
29
template
<
typename
...
T
>
30
class
OutputModule
:
public
outputmodule::AbilityToImplementor
<T>
::Type
...,
31
public
virtual
OutputModuleBase
32
{
33
34
public
:
35
OutputModule
(
edm::ParameterSet
const
& iPSet):
OutputModuleBase
(iPSet),
36
outputmodule::AbilityToImplementor<
T
>::
Type
(iPSet)...
37
{}
38
//virtual ~OutputModule();
39
40
// ---------- const member functions ---------------------
41
42
// ---------- static member functions --------------------
43
44
// ---------- member functions ---------------------------
45
46
private
:
47
OutputModule
(
const
OutputModule
&) =
delete
;
// stop default
48
49
const
OutputModule
&
operator=
(
const
OutputModule
&) =
delete
;
// stop default
50
51
// ---------- member data --------------------------------
52
53
};
54
}
55
}
56
57
#endif
edm::one::OutputModule::operator=
const OutputModule & operator=(const OutputModule &)=delete
susybsm::HSCParticleType::Type
Type
Definition:
HSCParticle.h:20
edm::one::OutputModuleBase
Definition:
OutputModuleBase.h:62
edm::one::outputmodule::AbilityToImplementor
Definition:
outputmoduleAbilityToImplementor.h:80
outputmoduleAbilityToImplementor.h
edm::one::OutputModule
Definition:
OutputModule.h:30
edm::ParameterSet
Definition:
ParameterSet.h:35
T
long double T
Definition:
Basic3DVectorLD.h:57
edm::one::OutputModule::OutputModule
OutputModule(edm::ParameterSet const &iPSet)
Definition:
OutputModule.h:35
Generated for CMSSW Reference Manual by
1.8.5