Skip to content
Snippets Groups Projects

PixelDigitization+FPGATrackSimLRT: Fix compilation with dev3lcg.

Merged Scott Snyder requested to merge ssnyder/athena:dev3lcg.PixelDigitization-20240301 into main
3 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline
Files
3
/*
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
#include "RadDamageUtil.h"
@@ -270,7 +270,7 @@ StatusCode RadDamageUtil::generateEfieldMap(TH1F*& eFieldMap, InDetDD::PixelModu
dirname.ReplaceAll(".", "-");
dirname = predirname + dirname;
dirname += (".root");
eFieldMap->SaveAs(dirname.Data());
eFieldMap->SaveAs(dirname.Data(), "");
return StatusCode::SUCCESS;
}
Loading