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