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