From 33711a3451d45195bb26dd6dc43eb5982efc2e08 Mon Sep 17 00:00:00 2001 From: Leonard Apanasevich Date: Wed, 24 Oct 2018 18:17:09 +0200 Subject: [PATCH] Update uGT unpacker to pick up new HI centrality values --- .../L1TRawToDigi/plugins/implementations_stage2/GTSetup.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/EventFilter/L1TRawToDigi/plugins/implementations_stage2/GTSetup.cc b/EventFilter/L1TRawToDigi/plugins/implementations_stage2/GTSetup.cc index f499ab651408b..4fdad8e63a0f9 100644 --- a/EventFilter/L1TRawToDigi/plugins/implementations_stage2/GTSetup.cc +++ b/EventFilter/L1TRawToDigi/plugins/implementations_stage2/GTSetup.cc @@ -92,6 +92,10 @@ namespace l1t { auto jet_unp = static_pointer_cast(UnpackerFactory::get()->make("stage2::JetUnpacker")); auto tau_unp = static_pointer_cast(UnpackerFactory::get()->make("stage2::TauUnpacker")); + if (fw >=0x10f2) { + etsum_unp = static_pointer_cast(UnpackerFactory::get()->make("stage2::EtSumUnpacker_0x10010057")); + } + auto alg_unp = UnpackerFactory::get()->make("stage2::GlobalAlgBlkUnpacker"); auto ext_unp = UnpackerFactory::get()->make("stage2::GlobalExtBlkUnpacker");