]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenGeVSim.h
readers updated (mini header -> data header)
[u/mrichter/AliRoot.git] / EVGEN / AliGenGeVSim.h
index 6a02c587b910a58957de349ed86a0a4a2b022eb1..1eda6ba960a079d67d73f0b55a036eeb1236f049 100644 (file)
@@ -1,5 +1,9 @@
 #ifndef ALIGENGEVSIM_H
 #define ALIGENGEVSIM_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
 
 ////////////////////////////////////////////////////////////////////////////////
 //
@@ -89,7 +93,7 @@ class AliGenGeVSim : public AliGenerator {
 
   TF1 *fPtFormula;           //! Pt formula for model (1)
   TF1 *fYFormula;            //! Y formula for model (1)
-  TF2 *fPtYFormula[3];       //! Pt,Y formulae for model (2)-(4)
+  TF2 *fPtYFormula[4];       //! Pt,Y formulae for model (2)-(4)
   TF1 *fPhiFormula;          //! phi formula 
   
   TFormula *fCurrentForm;    //! currently used formula
@@ -106,14 +110,13 @@ class AliGenGeVSim : public AliGenerator {
 
   Float_t GetdNdYToTotal();
   
-  Bool_t CheckPtYPhi(Float_t pt, Float_t y, Float_t phi);  // for histograms only
+  Bool_t CheckPtYPhi(Float_t pt, Float_t y, Float_t phi) const;  // for histograms only
   Bool_t CheckAcceptance(Float_t p[3]);
   
   Float_t FindScaler(Int_t paramId, Int_t pdg);
   
   /////////////////////////////////////////////////////////////////
 
- public:
 
   ClassDef(AliGenGeVSim, 2)