]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGeVSimParticle.cxx
Updates to RAW package. Used during the Computing DC.
[u/mrichter/AliRoot.git] / EVGEN / AliGeVSimParticle.cxx
index 6f1e1147df1f1582dbd4deb610e6683cff8f2405..70dd4323acd32e18ba03a44a51aa833c30ad699b 100644 (file)
@@ -1,10 +1,27 @@
-////////////////////////////////////////////////////////////////////////////////
+/**************************************************************************
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+/* $Id$ */
+
+//////////////////////////////////////////////////////////////////////////////
 //
 // AliGeVSimParticle is a helper class for GeVSim (AliGenGeVSim) event generator.
 // An object of this class represents one particle type and contain 
 // information about particle type thermal parameters.
 //
-////////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////
 //
 // For examples, parameters and testing macros refer to:
 // http:/home.cern.ch/radomski
@@ -29,7 +46,7 @@
 #include "TMath.h"
 #include "AliGeVSimParticle.h"
 
-ClassImp(AliGeVSimParticle);
+ClassImp(AliGeVSimParticle)
 
 ////////////////////////////////////////////////////////////////////////////////////////////////////
 
@@ -154,7 +171,8 @@ void AliGeVSimParticle::SetEllipticSimple(Float_t v2) {
 
 ////////////////////////////////////////////////////////////////////////////////////////////////////
 
-Bool_t AliGeVSimParticle::IsFlowSimple() {
+Bool_t AliGeVSimParticle::IsFlowSimple() const
+{
   //
   // Function used by AliGenGeVSim 
   //