]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliStack.cxx
Introducing Header instead of Log
[u/mrichter/AliRoot.git] / STEER / AliStack.cxx
index d2c1e8214169fedfc33636c1edb16015ce64d1e4..6e8227f84c0fdfaf696f75cc462d27628e995160 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.25  2002/10/22 15:21:39  hristov
-New methods for more effective access of particles from TreeK (J.Chudoba)
-
-Revision 1.24  2002/10/22 15:02:15  alibrary
-Introducing Riostream.h
-
-Revision 1.23  2002/10/14 14:57:32  hristov
-Merging the VirtualMC branch to the main development branch (HEAD)
-
-Revision 1.19.4.2  2002/08/28 15:06:52  alibrary
-Updating to v3-09-01
-
-Revision 1.19.4.1  2002/06/10 14:43:06  hristov
-Merged with v3-08-02
-
-Revision 1.21  2002/05/28 14:24:57  hristov
-Correct warning messages
-
-Revision 1.20  2002/04/30 11:47:30  morsch
-KeepPhysics method called by PurifyKine added (N. Carrer, A.M.)
-
-Revision 1.19  2002/03/12 11:06:03  morsch
-Add particle status code to argument list of SetTrack(..).
-
-Revision 1.18  2002/02/20 16:14:41  hristov
-fParticleBuffer points to object which doesn't belong to AliStack, do not delete it (J.Chudoba)
-
-Revision 1.17  2001/12/05 08:51:56  hristov
-The default constructor now creates no objects (thanks to r.Brun). Some corrections required by the previous changes.
-
-Revision 1.16  2001/11/20 09:27:55  hristov
-Possibility to investigate a primary of not yet loaded particle (I.Hrivnacova)
-
-Revision 1.15  2001/09/04 15:10:37  hristov
-Additional protection is included to avoid some problems using Hijing
-
-Revision 1.14  2001/08/30 09:44:06  hristov
-VertexSource_t added to avoid the warnings
-
-Revision 1.13  2001/08/29 13:31:42  morsch
-Protection against (fTreeK == 0) in destructor.
-
-Revision 1.12  2001/07/27 13:03:13  hristov
-Default Branch split level set to 99
-
-Revision 1.11  2001/07/27 12:34:20  jchudoba
-remove the dummy argument in GetEvent method
-
-Revision 1.10  2001/07/20 10:13:54  morsch
-In Particle(Int_t) use GetEntriesFast to speed up the procedure.
-
-Revision 1.9  2001/07/03 08:10:57  hristov
-J.Chudoba's changes merged correctly with the HEAD
-
-Revision 1.6  2001/05/31 06:59:06  fca
-Clean setting and deleting of fParticleBuffer
-
-Revision 1.5  2001/05/30 12:18:46  hristov
-Loop variables declared once
-
-Revision 1.4  2001/05/25 07:25:20  hristov
-AliStack destructor corrected (I.Hrivnacova)
-
-Revision 1.3  2001/05/22 14:33:16  hristov
-Minor changes
-
-Revision 1.2  2001/05/17 05:49:39  fca
-Reset pointers to daughters
-
-Revision 1.1  2001/05/16 14:57:22  alibrary
-New files for folders and Stack
-
-*/
+/* $Header$ */
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
@@ -198,7 +124,7 @@ AliStack::~AliStack()
 //_____________________________________________________________________________
 void AliStack::SetTrack(Int_t done, Int_t parent, Int_t pdg, Float_t *pmom,
                      Float_t *vpos, Float_t *polar, Float_t tof,
-                     AliMCProcess mech, Int_t &ntr, Float_t weight, Int_t is)
+                     TMCProcess mech, Int_t &ntr, Float_t weight, Int_t is)
 { 
   //
   // Load a track on the stack
@@ -242,7 +168,7 @@ void AliStack::SetTrack(Int_t done, Int_t parent, Int_t pdg,
                      Double_t px, Double_t py, Double_t pz, Double_t e,
                      Double_t vx, Double_t vy, Double_t vz, Double_t tof,
                      Double_t polx, Double_t poly, Double_t polz,
-                     AliMCProcess mech, Int_t &ntr, Double_t weight, Int_t is)
+                     TMCProcess mech, Int_t &ntr, Double_t weight, Int_t is)
 { 
   //
   // Load a track on the stack