CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
l1t::stage1::CentralJetUnpackerRight Class Reference
Inheritance diagram for l1t::stage1::CentralJetUnpackerRight:
l1t::Unpacker

Public Member Functions

virtual bool unpack (const Block &block, UnpackerCollections *coll) override
 

Detailed Description

Definition at line 118 of file PhysCandUnpacker.cc.

Member Function Documentation

bool l1t::stage1::CentralJetUnpackerRight::unpack ( const Block block,
UnpackerCollections coll 
)
overridevirtual

Implements l1t::Unpacker.

Definition at line 202 of file PhysCandUnpacker.cc.

References coll, j, and LaserDQM_cfg::process.

203  {
204  auto res = static_cast<CaloCollections*>(coll)->getJets();
205  return process(block, res, [](const l1t::Jet& j) { return j; },false,true,false);
206  }
Definition: Jet.h:13
int j
Definition: DBlmapReader.cc:9
JetCorrectorParametersCollection coll
Definition: classes.h:10
tuple process
Definition: LaserDQM_cfg.py:3