From 93aaadfa854b50a13c8e611a4a6081cb40ded9e1 Mon Sep 17 00:00:00 2001 From: Pascal Raisig <praisig@ikf.uni-frankfurt.de> Date: Fri, 22 Jan 2021 12:22:06 +0100 Subject: [PATCH] Update and adjust path of required geo file Remove the original file, which was outdated Adjust name to match CbmSetup naming scheme Adjust .gitignore to not ignore this explicit .root file --- macro/beamtime/mcbm2020/.gitignore | 1 + ...020_reco.geo.root => mcbm_beam_2020_03.geo.root} | Bin 2 files changed, 1 insertion(+) rename macro/beamtime/mcbm2020/{mcbm2020_reco.geo.root => mcbm_beam_2020_03.geo.root} (100%) diff --git a/macro/beamtime/mcbm2020/.gitignore b/macro/beamtime/mcbm2020/.gitignore index 986ffad5b5..17f70d5858 100644 --- a/macro/beamtime/mcbm2020/.gitignore +++ b/macro/beamtime/mcbm2020/.gitignore @@ -1,2 +1,3 @@ all_*.par *.root +!mcbm_beam_2020_03.geo.root \ No newline at end of file diff --git a/macro/beamtime/mcbm2020/mcbm2020_reco.geo.root b/macro/beamtime/mcbm2020/mcbm_beam_2020_03.geo.root similarity index 100% rename from macro/beamtime/mcbm2020/mcbm2020_reco.geo.root rename to macro/beamtime/mcbm2020/mcbm_beam_2020_03.geo.root -- GitLab