CMS 3D CMS Logo

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

#include <PhysCandUnpacker.h>

Inheritance diagram for l1t::stage1::CentralJetUnpackerLeft:
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 18 of file PhysCandUnpacker.h.

Member Function Documentation

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

Implements l1t::Unpacker.

Definition at line 93 of file PhysCandUnpacker.cc.

References coll, and process().

94  {
95  auto res = static_cast<CaloCollections*>(coll)->getJets();
96  return process(block, res, [](const l1t::Jet& j) { return j; },true,true,false);
97  }
Definition: Electron.h:6
Definition: Jet.h:21
JetCorrectorParametersCollection coll
Definition: classes.h:10
bool process(const l1t::Block &block, BXVector< T > *coll, F modify, bool isleft, bool isfirst, bool istau)