Skip to content
Snippets Groups Projects
Commit cb177cfb authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'dev3_20210910' into 'master'

LArG4ShowerLib: Fix a dev3LCG nightly compilation problem of GetEntry(..)

See merge request atlas/athena!46428
parents bccb14dd 2dd46067
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
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
*/
......@@ -27,7 +27,7 @@ namespace ShowerLib {
source->SetBranchAddress("geantVersion",&geant);
source->SetBranchAddress("physicsList",&physics);
source->SetBranchAddress("comment",&comment);
source->GetEntry();
source->GetEntry(0);
m_detector = detector;
m_release = release;
m_geometry = geometry;
......
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