diff options
Diffstat (limited to 'detectors/__init__.py')
-rw-r--r-- | detectors/__init__.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/detectors/__init__.py b/detectors/__init__.py index 2d7f250..18a1400 100644 --- a/detectors/__init__.py +++ b/detectors/__init__.py @@ -8,12 +8,12 @@ sys.path.append(dir + '/..') from view import buildable -# from Water Cherenkov case study -radius = 65.0/2 -height = 80.3 -nstrings = 229 -pmts_per_string = 90 -endcap_spacing = 0.8912 +# from LBNE document #3951 +radius = 63.30/2 +height = 76.60 +nstrings = 230 +pmts_per_string = 88 +endcap_spacing = 0.86 @buildable('lbne') def build_lbne_200kton(): |