From 49e0aece756e8cf96974d73a332d3787ed4e6dd0 Mon Sep 17 00:00:00 2001 From: Rob Kutschke Date: Thu, 13 Jan 2022 16:14:51 -0600 Subject: [PATCH] First version of a standard no field geometry. --- Mu2eG4/geom/geom_common_no_field.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Mu2eG4/geom/geom_common_no_field.txt diff --git a/Mu2eG4/geom/geom_common_no_field.txt b/Mu2eG4/geom/geom_common_no_field.txt new file mode 100644 index 0000000000..26b16877a1 --- /dev/null +++ b/Mu2eG4/geom/geom_common_no_field.txt @@ -0,0 +1,11 @@ +// +// Variant on geom_common.txt with all magnetic fields turned off. +// + +#include "Offline/Mu2eG4/geom/geom_common.txt" +#include "Offline/Mu2eG4/geom/bfgeom_no_field.txt" + +// This tells emacs to view this file in c++ mode. +// Local Variables: +// mode:c++ +// End: