summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chroma/camera.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chroma/camera.py b/chroma/camera.py
index 74ac4ad..a7f768b 100644
--- a/chroma/camera.py
+++ b/chroma/camera.py
@@ -683,7 +683,7 @@ class EventViewer(Camera):
self.rr = RootReader(filename)
def render_particle_track(self):
- x = 0.01
+ x = 10.0
h = x*np.sqrt(3)/2
pyramid = make.linear_extrude([-x/2,0,x/2], [-h/2,h/2,-h/2], h,
[0]*3, [0]*3)