Merge lp:~maus-mlcr/maus/maus-patch into lp:maus

Proposed by Durga Rajaram
Status: Merged
Merged at revision: 734
Proposed branch: lp:~maus-mlcr/maus/maus-patch
Merge into: lp:maus
Diff against target: 89 lines (+35/-3)
5 files modified
README (+1/-1)
RELEASENOTES (+3/-0)
src/common_cpp/Utils/VersionNumber.hh (+1/-1)
src/common_py/geometry/GDMLtoMAUSModule.py (+1/-1)
src/common_py/geometry/xsltScripts/ParentFileCreation.xsl (+29/-0)
To merge this branch: bzr merge lp:~maus-mlcr/maus/maus-patch
Reviewer Review Type Date Requested Status
MAUS release managers Pending
Review via email: mp+336418@code.launchpad.net

Description of the change

Patch release with geometry download/mangling scripts modified for supporting extra virtual planes in gdml

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README'
2--- README 2018-01-13 16:41:50 +0000
3+++ README 2018-01-22 09:26:24 +0000
4@@ -1,4 +1,4 @@
5-MAUS release version 3.1.0
6+MAUS release version 3.1.1
7
8 1. Introduction
9
10
11=== modified file 'RELEASENOTES'
12--- RELEASENOTES 2018-01-13 16:41:50 +0000
13+++ RELEASENOTES 2018-01-22 09:26:24 +0000
14@@ -5,6 +5,9 @@
15
16 Release Notes
17 =============
18+MAUS-v3.1.1
19+ This is a patch for 3.1.0
20+ - Geometry: added support for extra virtual planes
21 MAUS-v3.1.0
22 The following changes were made:
23 - EMR: reconstruction improvements and bug fixes
24
25=== modified file 'src/common_cpp/Utils/VersionNumber.hh'
26--- src/common_cpp/Utils/VersionNumber.hh 2018-01-13 16:41:50 +0000
27+++ src/common_cpp/Utils/VersionNumber.hh 2018-01-22 09:26:24 +0000
28@@ -24,7 +24,7 @@
29 #ifndef MAUS_VERSION_NUMBER
30 #define MAUS_VERSION_NUMBER_X 3
31 #define MAUS_VERSION_NUMBER_Y 1
32-#define MAUS_VERSION_NUMBER_Z 0
33+#define MAUS_VERSION_NUMBER_Z 1
34 #define MAUS_VERSION_NUMBER() \
35 (MAUS_VERSION_NUMBER_X*1000+\
36 MAUS_VERSION_NUMBER_Y*100+\
37
38=== modified file 'src/common_py/geometry/GDMLtoMAUSModule.py'
39--- src/common_py/geometry/GDMLtoMAUSModule.py 2017-12-14 18:46:57 +0000
40+++ src/common_py/geometry/GDMLtoMAUSModule.py 2018-01-22 09:26:24 +0000
41@@ -41,7 +41,7 @@
42 'iris1_closed.gdml', 'iris2_open.gdml', 'iris3_open.gdml',\
43 'iris3_closed.gdml', 'iris4_open.gdml',\
44 'iris2_closed.gdml', 'iris1_open.gdml',\
45- 'iris4_closed.gdml']
46+ 'iris4_closed.gdml', 'ssu_virtuals.gdml', 'ssd_virtuals.gdml']
47
48 class GDMLtomaus(): #pylint: disable = R0902, R0903
49 """
50
51=== modified file 'src/common_py/geometry/xsltScripts/ParentFileCreation.xsl'
52--- src/common_py/geometry/xsltScripts/ParentFileCreation.xsl 2018-01-11 12:06:56 +0000
53+++ src/common_py/geometry/xsltScripts/ParentFileCreation.xsl 2018-01-22 09:26:24 +0000
54@@ -313,6 +313,35 @@
55 PropertyBool RepeatModule2 True
56 PropertyInt NumberOfRepeats 48
57 }
58+
59+ Module Virtual
60+ {
61+ Volume None
62+ Position 0.0 0.0 13205.0 mm
63+ PropertyString SensitiveDetector Virtual
64+ }
65+
66+ Module Virtual
67+ {
68+ Volume None
69+ Position 0.0 0.0 13305.0 mm
70+ PropertyString SensitiveDetector Virtual
71+ }
72+
73+ Module Virtual
74+ {
75+ Volume None
76+ Position 0.0 0.0 16445.0 mm
77+ PropertyString SensitiveDetector Virtual
78+ }
79+
80+ Module Virtual
81+ {
82+ Volume None
83+ Position 0.0 0.0 20447.0 mm
84+ PropertyString SensitiveDetector Virtual
85+ }
86+
87
88 // Detectors
89 <xsl:for-each select="MICE_Information/Detector_Information/*/*/physvol">

Subscribers

People subscribed via source and target branches