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

Public Member Functions

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

Detailed Description

Definition at line 78 of file PhysCandUnpacker.cc.

Member Function Documentation

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

Implements l1t::Unpacker.

Definition at line 146 of file PhysCandUnpacker.cc.

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

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