From 274d0e75662fd7e10ff2ba05170858b61dd89fcc Mon Sep 17 00:00:00 2001 From: cheynis Date: Thu, 3 Jun 2004 07:17:55 +0000 Subject: [PATCH] Particle history saved --- VZERO/AliVZERO.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VZERO/AliVZERO.cxx b/VZERO/AliVZERO.cxx index 51c1a2e7d96..99d80508304 100755 --- a/VZERO/AliVZERO.cxx +++ b/VZERO/AliVZERO.cxx @@ -51,7 +51,7 @@ AliVZERO::AliVZERO(const char *name, const char *title) // Standard constructor for VZERO Detector // - fIshunt = 1; // All hits are associated with primary particles +// fIshunt = 1; // All hits are associated with primary particles fHits = new TClonesArray("AliVZEROhit", 400); fDigits = new TClonesArray("AliVZEROdigit",400); -- 2.39.3