diff options
Diffstat (limited to 'detectors/lbne.py')
-rw-r--r-- | detectors/lbne.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/detectors/lbne.py b/detectors/lbne.py index 7f1bb41..04751e6 100644 --- a/detectors/lbne.py +++ b/detectors/lbne.py @@ -13,16 +13,8 @@ from transform import rotate, make_rotation_matrix from itertools import product import make -endcap_spacing = .485 - -radius = 25.0/10.0 -height = 50.0/10.0 - -nstrings = 324//10 -pmts_per_string = 102//10 - class LBNE(Geometry): - def __init__(self): + def __init__(self, radius, height, nstrings, pmts_per_string, endcap_spacing): super(LBNE, self).__init__() # outer cylinder |