]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Reset implemented (Yu.Belikov)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Apr 2005 09:49:32 +0000 (09:49 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Apr 2005 09:49:32 +0000 (09:49 +0000)
STEER/AliESD.h

index 2c2fe42e0ddbb1608fb161a248326d64c1acc91c..2982d33b7fd6b262c285f7ea0aec85129ed0b20b 100644 (file)
@@ -144,7 +144,9 @@ public:
    {fZDCNEnergy=nEnergy; fZDCPEnergy=pEnergy; fZDCEMEnergy=emEnergy;
     fZDCParticipants=participants;}
 
-  void  Reset();
+  void ResetV0s() { fV0s.Clear(); }
+  void ResetCascades() { fCascades.Clear(); }
+  void Reset();
 
   void  Print(Option_t *option="") const;