Skip to content
Snippets Groups Projects
Commit d9ae440c authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

HltAsyncEventLoopMgr: set the default of `HltAsyncEventLoopMgr.setMagFieldFromPtree` to `true`

Backport of commit 145e0240 to HltAsyncEventLoopMgr.
parent 95063613
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
#ifndef TRIGSERVICES_HLTASYNCEVENTLOOPMGR_H
......@@ -293,7 +293,7 @@ private:
this, "execAtStart", {}, "List of algorithms/sequences to execute during prepareForRun"};
Gaudi::Property<bool> m_setMagFieldFromPtree{
this, "setMagFieldFromPtree", false, "Read magnet currents from ptree"};
this, "setMagFieldFromPtree", true, "Read magnet currents from ptree"};
Gaudi::Property<unsigned int> m_forceRunNumber{
this, "forceRunNumber", 0, "Override run number"};
......
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