Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
EventFilter
L1TRawToDigi
plugins
UnpackerFactory.h
Go to the documentation of this file.
1
#ifndef EventFilter_L1TRawToDigi_UnpackerFactory_h
2
#define EventFilter_L1TRawToDigi_UnpackerFactory_h
3
4
#include "
FWCore/PluginManager/interface/PluginFactory.h
"
5
6
#include "
EventFilter/L1TRawToDigi/interface/Unpacker.h
"
7
8
namespace
l1t
{
9
typedef
Unpacker
*(
unpack_fct
)();
10
typedef
edmplugin::PluginFactory<unpack_fct>
UnpackerFactoryT
;
11
12
class
UnpackerFactory
{
13
public
:
14
inline
static
const
UnpackerFactory
*
get
() {
return
&
instance_
; };
15
std::shared_ptr<Unpacker>
make
(
const
std::string
&)
const
;
16
17
private
:
18
UnpackerFactory
(){};
19
static
const
UnpackerFactory
instance_
;
20
};
21
}
// namespace l1t
22
23
#define DEFINE_L1T_UNPACKER(type) DEFINE_EDM_PLUGIN(l1t::UnpackerFactoryT, type, #type)
24
25
#endif
PluginFactory.h
l1t::UnpackerFactory::instance_
static const UnpackerFactory instance_
Definition:
UnpackerFactory.h:18
l1t::UnpackerFactory::get
static const UnpackerFactory * get()
Definition:
UnpackerFactory.h:14
l1t::Unpacker
Definition:
Unpacker.h:11
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
l1t::UnpackerFactory::UnpackerFactory
UnpackerFactory()
Definition:
UnpackerFactory.h:18
l1t
delete x;
Definition:
CaloConfig.h:22
edmplugin::PluginFactory
Definition:
PluginFactory.h:34
l1t::UnpackerFactoryT
edmplugin::PluginFactory< unpack_fct > UnpackerFactoryT
Definition:
UnpackerFactory.h:10
l1t::UnpackerFactory::make
std::shared_ptr< Unpacker > make(const std::string &) const
Definition:
UnpackerFactory.cc:17
l1t::unpack_fct
Unpacker *() unpack_fct()
Definition:
UnpackerFactory.h:9
Unpacker.h
l1t::UnpackerFactory
Definition:
UnpackerFactory.h:12
Generated for CMSSW Reference Manual by
1.8.16