Skip to content
Snippets Groups Projects

Update GroupData for timing simulation 2024

Merged Soshi Tsuno requested to merge stsuno/athena:atlasrects-7995 into 24.0
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -172,7 +172,7 @@ class PixelConfigCondAlg : public AthReentrantAlgorithm {
{this, "PixelParameterConditionsFolder", "PixelConditionsAlgorithms/v1/", "Folder name for pixel parameter conditions"};
Gaudi::Property<std::string> m_conditionsFileName
{this, "PixelParameterConditionsFile", "PixelParametersList-02.dat", "File name for pixel parameter conditions"};
{this, "PixelParameterConditionsFile", "PixelParametersList-03.dat", "File name for pixel parameter conditions"};
Gaudi::Property<std::string> m_usePrivateFileName
{this, "UsePrivateFileName", "", "File name for private pixel settings (default:empty)"};
Loading