EventFilter
L1TRawToDigi
plugins
implementations_stage2
JetUnpacker.h
Go to the documentation of this file.
1
#ifndef L1T_PACKER_STAGE2_JETUNPACKER_H
2
#define L1T_PACKER_STAGE2_JETUNPACKER_H
3
4
#include "
EventFilter/L1TRawToDigi/interface/Unpacker.h
"
5
6
namespace
l1t
{
7
namespace
stage2
{
8
class
JetUnpacker
:
public
Unpacker
{
9
public
:
10
JetUnpacker
();
11
~JetUnpacker
()
override
{};
12
13
bool
unpack
(
const
Block
&
block
,
UnpackerCollections
* coll)
override
;
14
15
inline
void
setJetCopy
(
const
unsigned
int
copy
) {
JetCopy_
=
copy
; };
16
17
private
:
18
unsigned
int
JetCopy_
;
19
};
20
}
// namespace stage2
21
}
// namespace l1t
22
23
#endif
l1t::stage2::JetUnpacker
Definition:
JetUnpacker.h:8
l1t::stage2::JetUnpacker::JetUnpacker
JetUnpacker()
Definition:
JetUnpacker.cc:13
filterCSVwithJSON.copy
copy
Definition:
filterCSVwithJSON.py:36
l1t::stage2::JetUnpacker::~JetUnpacker
~JetUnpacker() override
Definition:
JetUnpacker.h:11
l1t::stage2::JetUnpacker::unpack
bool unpack(const Block &block, UnpackerCollections *coll) override
Definition:
JetUnpacker.cc:15
l1t::stage2::JetUnpacker::setJetCopy
void setJetCopy(const unsigned int copy)
Definition:
JetUnpacker.h:15
l1t::Unpacker
Definition:
Unpacker.h:11
l1t
delete x;
Definition:
CaloConfig.h:22
groupFilesInBlocks.block
block
Definition:
groupFilesInBlocks.py:150
SiStripSourceConfigTier0_cff.stage2
stage2
Definition:
SiStripSourceConfigTier0_cff.py:71
Unpacker.h
l1t::UnpackerCollections
Definition:
UnpackerCollections.h:9
l1t::Block
Definition:
Block.h:70
l1t::stage2::JetUnpacker::JetCopy_
unsigned int JetCopy_
Definition:
JetUnpacker.h:15
Generated for CMSSW Reference Manual by
1.8.16