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

Public Member Functions

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

Detailed Description

Definition at line 83 of file PhysCandUnpacker.cc.

Member Function Documentation

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

Implements l1t::Unpacker.

Definition at line 153 of file PhysCandUnpacker.cc.

References coll, and LaserDQM_cfg::process.

154  {
155  auto res = static_cast<CaloCollections*>(coll)->getEGammas();
156  return process(block, res, [](const l1t::EGamma& eg) { return eg; },true,false,false);
157  }
JetCorrectorParametersCollection coll
Definition: classes.h:10
tuple process
Definition: LaserDQM_cfg.py:3