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

Public Member Functions

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

Detailed Description

Definition at line 86 of file LegacyPhysCandUnpacker.cc.

Member Function Documentation

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

Implements l1t::Unpacker.

Definition at line 143 of file LegacyPhysCandUnpacker.cc.

References coll, LaserDQM_cfg::process, and lumiQTWidget::t.

144  {
145  auto res = static_cast<CaloCollections*>(coll)->getIsoTaus();
146  return process(block, res, [](const l1t::Tau& t) { return t; });
147  }
Definition: Tau.h:13
JetCorrectorParametersCollection coll
Definition: classes.h:10
tuple process
Definition: LaserDQM_cfg.py:3