diff --git a/Simulation/FastShower/FastCaloSim/src/FastShowerCellBuilderTool.cxx b/Simulation/FastShower/FastCaloSim/src/FastShowerCellBuilderTool.cxx index 15d5479fc7652597130c065b2bea3c624a9a9570..6807a7257de59bd67f4697963a0fcba920321a4c 100755 --- a/Simulation/FastShower/FastCaloSim/src/FastShowerCellBuilderTool.cxx +++ b/Simulation/FastShower/FastCaloSim/src/FastShowerCellBuilderTool.cxx @@ -1467,7 +1467,7 @@ FastShowerCellBuilderTool::process_particle(CaloCellContainer* theCellContainer, // a relatively small weight. ERatioThresh = 4; } - if(p.E>=ERatioThresh && p.E*Ein>2000) { + if(p.E>=ERatioThresh && p.E*Ein>2500) { ATH_MSG_WARNING("particle energy/truth="<<p.E); ATH_MSG_WARNING(" - "<<particle_info_str.str()); ATH_MSG_WARNING(" parametrization : "<< Epara->GetTitle());