Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
EventFilter
L1TRawToDigi
plugins
implementations_stage2
EMTFBlockME.h
Go to the documentation of this file.
1
#ifndef L1T_PACKER_STAGE2_EMTFBLOCKMEUNPACKER_H
2
#define L1T_PACKER_STAGE2_EMTFBLOCKMEUNPACKER_H
3
4
#include "
EventFilter/L1TRawToDigi/interface/Unpacker.h
"
5
6
namespace
l1t {
7
namespace
stage2 {
8
namespace
emtf {
9
10
class
MEBlockUnpacker
:
public
Unpacker
{
// "MEBlockUnpacker" inherits from "Unpacker"
11
public
:
12
virtual
int
checkFormat
(
const
Block
&
block
);
13
virtual
bool
unpack
(
const
Block
& block,
UnpackerCollections
*
coll
)
override
;
// Apparently it's always good to use override in C++
14
// virtual bool packBlock(const Block& block, UnpackerCollections *coll) override;
15
};
16
17
// class MEBlockPacker : public Packer { // "MEBlockPacker" inherits from "Packer"
18
// public:
19
// virtual bool unpack(const Block& block, UnpackerCollections *coll) override; // Apparently it's always good to use override in C++
20
// };
21
22
}
23
}
24
}
25
26
#endif
l1t::stage2::emtf::MEBlockUnpacker
Definition:
EMTFBlockME.h:10
Unpacker.h
l1t::Unpacker
Definition:
Unpacker.h:11
createPayload.block
list block
Definition:
createPayload.py:219
l1t::UnpackerCollections
Definition:
UnpackerCollections.h:9
l1t::stage2::emtf::MEBlockUnpacker::checkFormat
virtual int checkFormat(const Block &block)
Definition:
EMTFBlockME.cc:11
l1t::stage2::emtf::MEBlockUnpacker::unpack
virtual bool unpack(const Block &block, UnpackerCollections *coll) override
Definition:
EMTFBlockME.cc:63
coll
JetCorrectorParametersCollection coll
Definition:
classes.h:10
l1t::Block
Definition:
Block.h:45
Generated for CMSSW Reference Manual by
1.8.5