CMS 3D CMS Logo

List of all members | Public Member Functions
l1t::stage1::NonIsoEGammaUnpackerLeft Class Reference

#include <PhysCandUnpacker.h>

Inheritance diagram for l1t::stage1::NonIsoEGammaUnpackerLeft:
l1t::Unpacker

Public Member Functions

bool unpack (const Block &block, UnpackerCollections *coll) override
 
- Public Member Functions inherited from l1t::Unpacker
unsigned int getAlgoVersion ()
 
void setAlgoVersion (const unsigned int version)
 
 Unpacker ()
 
virtual ~Unpacker ()=default
 

Detailed Description

Definition at line 13 of file PhysCandUnpacker.h.

Member Function Documentation

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

Implements l1t::Unpacker.

Definition at line 86 of file PhysCandUnpacker.cc.

References coll, and process().

87  {
88  auto res = static_cast<CaloCollections*>(coll)->getEGammas();
89  return process(block, res, [](const l1t::EGamma& eg) { return eg; },true,false,false);
90  }
Definition: Electron.h:6
JetCorrectorParametersCollection coll
Definition: classes.h:10
bool process(const l1t::Block &block, BXVector< T > *coll, F modify, bool isleft, bool isfirst, bool istau)