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::CentralJetUnpackerLeft Class Reference
Inheritance diagram for l1t::stage1::CentralJetUnpackerLeft:
l1t::Unpacker

Public Member Functions

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

Detailed Description

Definition at line 88 of file PhysCandUnpacker.cc.

Member Function Documentation

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

Implements l1t::Unpacker.

Definition at line 160 of file PhysCandUnpacker.cc.

References coll, j, and LaserDQM_cfg::process.

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