Skip to content
Snippets Groups Projects
Commit e53b7f0c authored by Marco Cattaneo's avatar Marco Cattaneo
Browse files

Merge branch 'fix-compilation-warning-S21f' into 'stripping21-firstpass-patches'

fix spurious maybe-uninitialised compilation warnings in debug build

See merge request !968
parents 23fb304a 4340d7dc
No related branches found
No related tags found
1 merge request!968fix spurious maybe-uninitialised compilation warnings in debug build
Pipeline #5310765 passed
/*****************************************************************************\
* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration *
* (c) Copyright 2000-2023 CERN for the benefit of the LHCb Collaboration *
* *
* This software is distributed under the terms of the GNU General Public *
* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". *
......@@ -625,9 +625,7 @@ void TeslaReportAlgo::fillParticleInfo(std::vector<ContainedObject*> vec_obj, co
lTrackTX = Track_info["14#Track.lastState.tx"];
lTrackTY = Track_info["15#Track.lastState.ty"];
lTrackQOP = Track_info["16#Track.lastState.qOverP"];
}
//
if( m_ReportVersion == 2 ){
debug() << "Track extra for Rep v2, adding last state" << endmsg;
track->setNDoF( (int)TrackDoF );
track->setGhostProbability( TrackGhostProb );
......
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