Skip to content
Snippets Groups Projects
Commit 2ffbd676 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'summary.InDetGlobalMonitoringRun3Test-20200708' into 'master'

InDetGlobalMonitoringRun3Test: createSummary -> summary

See merge request atlas/athena!34566
parents 72dcdb26 d00ad5e9
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ StatusCode InDetGlobalTrackMonAlg::fillHistograms( const EventContext& ctx ) con
continue;
// Create a new summary or get copy of the cached one
std::unique_ptr<const Trk::TrackSummary> summary(m_trkSummaryTool->createSummary( * track ) );
std::unique_ptr<const Trk::TrackSummary> summary(m_trkSummaryTool->summary( * track ) );
if ( !summary )
{
......
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