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
=== modified file 'README'
--- README 2018-01-13 16:41:50 +0000
+++ README 2018-01-22 09:26:24 +0000
@@ -1,4 +1,4 @@
1MAUS release version 3.1.01MAUS release version 3.1.1
22
31. Introduction31. Introduction
44
55
=== modified file 'RELEASENOTES'
--- RELEASENOTES 2018-01-13 16:41:50 +0000
+++ RELEASENOTES 2018-01-22 09:26:24 +0000
@@ -5,6 +5,9 @@
55
6Release Notes6Release Notes
7=============7=============
8MAUS-v3.1.1
9 This is a patch for 3.1.0
10 - Geometry: added support for extra virtual planes
8MAUS-v3.1.011MAUS-v3.1.0
9 The following changes were made:12 The following changes were made:
10 - EMR: reconstruction improvements and bug fixes13 - EMR: reconstruction improvements and bug fixes
1114
=== modified file 'src/common_cpp/Utils/VersionNumber.hh'
--- src/common_cpp/Utils/VersionNumber.hh 2018-01-13 16:41:50 +0000
+++ src/common_cpp/Utils/VersionNumber.hh 2018-01-22 09:26:24 +0000
@@ -24,7 +24,7 @@
24#ifndef MAUS_VERSION_NUMBER24#ifndef MAUS_VERSION_NUMBER
25#define MAUS_VERSION_NUMBER_X 325#define MAUS_VERSION_NUMBER_X 3
26#define MAUS_VERSION_NUMBER_Y 126#define MAUS_VERSION_NUMBER_Y 1
27#define MAUS_VERSION_NUMBER_Z 027#define MAUS_VERSION_NUMBER_Z 1
28#define MAUS_VERSION_NUMBER() \28#define MAUS_VERSION_NUMBER() \
29 (MAUS_VERSION_NUMBER_X*1000+\29 (MAUS_VERSION_NUMBER_X*1000+\
30 MAUS_VERSION_NUMBER_Y*100+\30 MAUS_VERSION_NUMBER_Y*100+\
3131
=== modified file 'src/common_py/geometry/GDMLtoMAUSModule.py'
--- src/common_py/geometry/GDMLtoMAUSModule.py 2017-12-14 18:46:57 +0000
+++ src/common_py/geometry/GDMLtoMAUSModule.py 2018-01-22 09:26:24 +0000
@@ -41,7 +41,7 @@
41 'iris1_closed.gdml', 'iris2_open.gdml', 'iris3_open.gdml',\41 'iris1_closed.gdml', 'iris2_open.gdml', 'iris3_open.gdml',\
42 'iris3_closed.gdml', 'iris4_open.gdml',\42 'iris3_closed.gdml', 'iris4_open.gdml',\
43 'iris2_closed.gdml', 'iris1_open.gdml',\43 'iris2_closed.gdml', 'iris1_open.gdml',\
44 'iris4_closed.gdml']44 'iris4_closed.gdml', 'ssu_virtuals.gdml', 'ssd_virtuals.gdml']
4545
46class GDMLtomaus(): #pylint: disable = R0902, R090346class GDMLtomaus(): #pylint: disable = R0902, R0903
47 """47 """
4848
=== modified file 'src/common_py/geometry/xsltScripts/ParentFileCreation.xsl'
--- src/common_py/geometry/xsltScripts/ParentFileCreation.xsl 2018-01-11 12:06:56 +0000
+++ src/common_py/geometry/xsltScripts/ParentFileCreation.xsl 2018-01-22 09:26:24 +0000
@@ -313,6 +313,35 @@
313 PropertyBool RepeatModule2 True313 PropertyBool RepeatModule2 True
314 PropertyInt NumberOfRepeats 48314 PropertyInt NumberOfRepeats 48
315 }315 }
316
317 Module Virtual
318 {
319 Volume None
320 Position 0.0 0.0 13205.0 mm
321 PropertyString SensitiveDetector Virtual
322 }
323
324 Module Virtual
325 {
326 Volume None
327 Position 0.0 0.0 13305.0 mm
328 PropertyString SensitiveDetector Virtual
329 }
330
331 Module Virtual
332 {
333 Volume None
334 Position 0.0 0.0 16445.0 mm
335 PropertyString SensitiveDetector Virtual
336 }
337
338 Module Virtual
339 {
340 Volume None
341 Position 0.0 0.0 20447.0 mm
342 PropertyString SensitiveDetector Virtual
343 }
344
316 345
317 // Detectors346 // Detectors
318 <xsl:for-each select="MICE_Information/Detector_Information/*/*/physvol">347 <xsl:for-each select="MICE_Information/Detector_Information/*/*/physvol">

Subscribers

People subscribed via source and target branches