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

Public Member Functions

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

Detailed Description

Definition at line 108 of file PhysCandUnpacker.cc.

Member Function Documentation

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

Implements l1t::Unpacker.

Definition at line 188 of file PhysCandUnpacker.cc.

References coll, LaserDQM_cfg::process, and l1t::L1Candidate::setHwIso().

189  {
190  auto res = static_cast<CaloCollections*>(coll)->getEGammas();
191  return process(block, res, [](l1t::EGamma eg) { eg.setHwIso(1); return eg; },false,true,false);
192  }
void setHwIso(int iso)
Definition: L1Candidate.cc:59
JetCorrectorParametersCollection coll
Definition: classes.h:10
tuple process
Definition: LaserDQM_cfg.py:3