Skip to content
Snippets Groups Projects

Update deprecated syntax in Generators package (ATEAM-1020)

Merged John Derek Chapman requested to merge jchapman/athena:GeneratorsDeprecatedSyntax_main into main
2 files
+ 19
23
Compare changes
  • Side-by-side
  • Inline
Files
2
/*
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
#ifndef BEAMHALOGENERATORALG_H
@@ -72,7 +72,7 @@ private:
BooleanProperty m_doMonitoringPlots{this, "doMonitoringPlots", false};
/** A pointer to the THist service for validation plots. */
ITHistSvc *m_tHistSvc{};
ServiceHandle<ITHistSvc> m_tHistSvc{this, "THistSvc", "THistSvc"};
/** Name of the random number stream */
StringProperty m_randomStream{this, "randomStream", "BeamHalo"};
Loading