@@ -229,9 +229,9 @@ BOOST_AUTO_TEST_CASE(ParameterGEM_test1)
229229 BOOST_CHECK_CLOSE (ParameterGEM::Instance ().AbsoluteGain [1 ], 8 .f , 1e-3 );
230230 BOOST_CHECK_CLOSE (ParameterGEM::Instance ().AbsoluteGain [2 ], 53 .f , 1e-3 );
231231 BOOST_CHECK_CLOSE (ParameterGEM::Instance ().AbsoluteGain [3 ], 240 .f , 1e-3 );
232- BOOST_CHECK_CLOSE (ParameterGEM::Instance ().TotalGainStack , 1644 .f , 1e-3 );
233- BOOST_CHECK_CLOSE (ParameterGEM::Instance ().KappaStack , 1 .2295f , 1e-3 );
234- BOOST_CHECK_CLOSE (ParameterGEM::Instance ().EfficiencyStack , 0 .473805f , 1e-3 );
232+ BOOST_CHECK_CLOSE (ParameterGEM::Instance ().TotalGainStack , 2000 .f , 1e-3 );
233+ BOOST_CHECK_CLOSE (ParameterGEM::Instance ().KappaStack , 1 .205f , 1e-3 );
234+ BOOST_CHECK_CLOSE (ParameterGEM::Instance ().EfficiencyStack , 0 .528f , 1e-3 );
235235 BOOST_CHECK (ParameterGEM::Instance ().AmplMode == AmplificationMode::EffectiveMode);
236236
237237 BOOST_CHECK (o2::conf::ConfigurableParam::getValueAs<int >(" TPCGEMParam.Geometry[0]" ) == 0 );
@@ -256,9 +256,9 @@ BOOST_AUTO_TEST_CASE(ParameterGEM_test1)
256256 BOOST_CHECK_CLOSE (o2::conf::ConfigurableParam::getValueAs<float >(" TPCGEMParam.AbsoluteGain[1]" ), 8 .f , 1e-3 );
257257 BOOST_CHECK_CLOSE (o2::conf::ConfigurableParam::getValueAs<float >(" TPCGEMParam.AbsoluteGain[2]" ), 53 .f , 1e-3 );
258258 BOOST_CHECK_CLOSE (o2::conf::ConfigurableParam::getValueAs<float >(" TPCGEMParam.AbsoluteGain[3]" ), 240 .f , 1e-3 );
259- BOOST_CHECK_CLOSE (o2::conf::ConfigurableParam::getValueAs<float >(" TPCGEMParam.TotalGainStack" ), 1644 .f , 1e-3 );
260- BOOST_CHECK_CLOSE (o2::conf::ConfigurableParam::getValueAs<float >(" TPCGEMParam.KappaStack" ), 1 .2295f , 1e-3 );
261- BOOST_CHECK_CLOSE (o2::conf::ConfigurableParam::getValueAs<float >(" TPCGEMParam.EfficiencyStack" ), 0 .473805f , 1e-3 );
259+ BOOST_CHECK_CLOSE (o2::conf::ConfigurableParam::getValueAs<float >(" TPCGEMParam.TotalGainStack" ), 2000 .f , 1e-3 );
260+ BOOST_CHECK_CLOSE (o2::conf::ConfigurableParam::getValueAs<float >(" TPCGEMParam.KappaStack" ), 1 .205f , 1e-3 );
261+ BOOST_CHECK_CLOSE (o2::conf::ConfigurableParam::getValueAs<float >(" TPCGEMParam.EfficiencyStack" ), 0 .528f , 1e-3 );
262262
263263 // For fixed values
264264 BOOST_CHECK_CLOSE (ParameterGEM::Instance ().CollectionEfficiency [0 ], 1 .f , 1e-3 );
0 commit comments