Skip to content
Snippets Groups Projects
Commit c2c5d3e4 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay Committed by Graeme Stewart
Browse files

Fixing an irreproducibility issue in TrigDecisionAuxInfo and...

Fixing an irreproducibility issue in TrigDecisionAuxInfo and EnergySumRoIAuxInfo (xAODTrigger-00-00-35-01)
parent 0f49f37a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
// $Id: EnergySumRoIAuxInfo_v1.cxx 579914 2014-01-24 10:15:15Z krasznaa $
// $Id: EnergySumRoIAuxInfo_v1.cxx 680153 2015-07-03 13:47:51Z krasznaa $
// Local includes
#include "xAODTrigger/versions/EnergySumRoIAuxInfo_v1.h"
......@@ -10,7 +10,9 @@
namespace xAOD {
EnergySumRoIAuxInfo_v1::EnergySumRoIAuxInfo_v1()
: AuxInfoBase() {
: AuxInfoBase(),
roiWord0( 0 ), roiWord1( 0 ), roiWord2( 0 ),
thrNames(), energyX( 0 ), energyY( 0 ), energyT( 0 ) {
AUX_VARIABLE( roiWord0 );
AUX_VARIABLE( roiWord1 );
......
......@@ -2,7 +2,7 @@
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
// $Id: TrigDecisionAuxInfo_v1.cxx 581968 2014-02-06 16:08:52Z krasznaa $
// $Id: TrigDecisionAuxInfo_v1.cxx 680153 2015-07-03 13:47:51Z krasznaa $
// Local include(s):
#include "xAODTrigger/versions/TrigDecisionAuxInfo_v1.h"
......@@ -10,7 +10,9 @@
namespace xAOD {
TrigDecisionAuxInfo_v1::TrigDecisionAuxInfo_v1()
: AuxInfoBase() {
: AuxInfoBase(),
smk( 0 ), bgCode( 0 ), lvl2ErrorBits( 0 ), efErrorBits( 0 ),
lvl2Truncated( false ), efTruncated( false ) {
AUX_VARIABLE( smk );
......
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