CMS 3D CMS Logo

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

#include <PhysCandUnpacker.h>

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

Member Function Documentation

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

Implements l1t::Unpacker.

Definition at line 114 of file PhysCandUnpacker.cc.

References coll, process(), and protons_cff::t.

115  {
116  auto res = static_cast<CaloCollections*>(coll)->getIsoTaus();
117  return process(block, res, [](const l1t::Tau& t) { return t; },true,true,true);
118  }
Definition: Tau.h:21
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)