From 3c39a0625292704c386a5e0c7b47d6dd52ac5a1a Mon Sep 17 00:00:00 2001 From: Fan <fan_hu@pku.edu.cn> Date: Wed, 5 May 2021 16:52:39 +0800 Subject: [PATCH] rename gamma to photon in newly added test file --- tests/modules/testTracking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/testTracking.cpp b/tests/modules/testTracking.cpp index 73539692b..3c9882f36 100644 --- a/tests/modules/testTracking.cpp +++ b/tests/modules/testTracking.cpp @@ -301,7 +301,7 @@ TEMPLATE_TEST_CASE("TrackingPlane", "plane", tracking_leapfrog_curved::Tracking, const HEPEnergyType P0 = 10_GeV; - auto PID = GENERATE(as<Code>{}, Code::MuPlus, Code::MuPlus, Code::Gamma); + auto PID = GENERATE(as<Code>{}, Code::MuPlus, Code::MuPlus, Code::Photon); // for algorithms that know magnetic deflections choose: +-50uT, 0uT // otherwise just 0uT auto Bfield = GENERATE(filter( -- GitLab