Skip to content

Commit 02a3be8

Browse files
authored
Merge pull request #1604 from brownd1978/MDC2025
add legacy MDC2020 geometry
2 parents c949696 + 9213aa6 commit 02a3be8

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

Mu2eG4/geom/geom_common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// The file that is included will be time dependent.
44
//
55

6-
#include "Offline/Mu2eG4/geom/geom_2021_PhaseI_v03.txt"
6+
#include "Offline/Mu2eG4/geom/geom_common_MDC2020.txt"
77

88
// This tells emacs to view this file in c++ mode.
99
// Local Variables:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
//
2+
// Geometry used for MDC2020 simulations
3+
//
4+
#include "Offline/Mu2eG4/geom/geom_2021_PhaseI_v03.txt"

Mu2eG4/geom/geom_common_current.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// and features that will eventually become default -
33
// the latest for testing..
44

5-
#include "Offline/Mu2eG4/geom/geom_2021_PhaseI_v03.txt"
5+
#include "Offline/Mu2eG4/geom/geom_common.txt"
66

77
// This tells emacs to view this file in c++ mode.
88
// Local Variables:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
//Extracted position for the detector KPP - original/old v01 version
2-
#include "Offline/Mu2eG4/geom/geom_common_extracted_v01.txt"
1+
//Extracted position for the detector KPP
2+
#include "Offline/Mu2eG4/geom/geom_common_extracted_MDC2020.txt"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
//
2+
// Extracted position used for MDC2020 simulations
3+
//
4+
#include "Offline/Mu2eG4/geom/geom_common_extracted_v01.txt"

0 commit comments

Comments
 (0)