Skip to content
Snippets Groups Projects
Commit 31f71e1e authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

More xAOD::TrigDecision fixes. (TriggerD3PDMaker-00-04-09)

parent f126243c
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# $Id: TrigNavSlimming.py 657471 2015-03-27 22:40:36Z ssnyder $
# $Id: TrigNavSlimming.py 657472 2015-03-27 22:40:44Z ssnyder $
#
# The singleton in this module can be used to slim the trigger navigation
# in jobs running on MC AODs. MC AODs of the future (R18) will have their
......@@ -50,8 +50,8 @@ def singleton( cls ):
#
# @author Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
#
# $Revision: 657471 $
# $Date: 2015-03-27 23:40:36 +0100 (Fri, 27 Mar 2015) $
# $Revision: 657472 $
# $Date: 2015-03-27 23:40:44 +0100 (Fri, 27 Mar 2015) $
@singleton
class TrigNavSlimming( Configured ):
......
......@@ -2,7 +2,7 @@
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
// $Id: TrigConfMetadataTool.cxx 727271 2016-03-02 16:02:45Z tamartin $
// $Id: TrigConfMetadataTool.cxx 626801 2014-11-07 06:28:07Z ssnyder $
// Athena/Gaudi include(s):
#include "AthenaKernel/errorcheck.h"
......@@ -583,8 +583,8 @@ namespace D3PD {
m_trigConfSvc->ctpConfig()->menu().items().begin();
TrigConf::ItemContainer::const_iterator item_end =
m_trigConfSvc->ctpConfig()->menu().items().end();
std::vector< float > prescales =
m_trigConfSvc->ctpConfig()->prescaleSet().prescales_float();
std::vector< int > prescales =
m_trigConfSvc->ctpConfig()->prescaleSet().prescales();
for( ; item_itr != item_end; ++item_itr ) {
( *m_lvl1ConfigNameMap )[ ( *item_itr )->name() ] = ( *item_itr )->ctpId();
( *m_lvl1ConfigPSKMap )[ ( *item_itr )->name() ] =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment