]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliCollider.h
05-dec-2003 NvE Memberfunction SetStable introduced in AliCollider for the user's...
[u/mrichter/AliRoot.git] / RALICE / AliCollider.h
index 42cd03555039de8491095f3606d358dcffee37d8..968e4e1f9301d32123ddb21c5dfce35cecab2af9 100644 (file)
@@ -3,7 +3,7 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-// $Id: AliCollider.h,v 1.4 2003/08/29 09:05:11 nick Exp $
+// $Id: AliCollider.h,v 1.5 2003/10/26 14:53:44 nick Exp $
 
 #include "TPythia6.h"
 #include "TString.h"
@@ -29,6 +29,7 @@ class AliCollider : public TPythia6
   Int_t GetPrintFreq();                                 // Provide the print frequency
   void Init(char* frame,char* beam,char* target,Float_t win); // Standard Pythia initialisation
   void Init(char* frame,Int_t zp,Int_t ap,Int_t zt,Int_t at,Float_t win); // Nucl-Nucl initialisation
+  void SetStable(Int_t id,Int_t mode=1);                // Declare a certain particle as stable or not
   void MakeEvent(Int_t npt=0,Int_t mlist=-1,Int_t medit=1);// Generate a single event with npt participant nucleons
   void EndRun();                                        // Properly close all buffers and output file
   AliEvent* GetEvent();                                 // Provide pointer to the generated event structure
@@ -58,6 +59,6 @@ class AliCollider : public TPythia6
 
   void GetFractions(Float_t zp,Float_t ap,Float_t zt,Float_t at); // Determine various N-N collision fractions
 
- ClassDef(AliCollider,4) // Pythia based universal physics event generator
+ ClassDef(AliCollider,5) // Pythia based universal physics event generator
 };
 #endif