]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenPythia.h
Dont't stream pointer to AliPythia instance.
[u/mrichter/AliRoot.git] / EVGEN / AliGenPythia.h
index 73b7b4fde357f862a5d4e97cd7d298de4ffd3983..e42908cd4aa4679aceb31b086c1e0163ba219f37 100644 (file)
@@ -52,13 +52,13 @@ class AliGenPythia : public AliGenerator
     TArrayI     fParentSelect;  // Parent particles to be selected 
     TArrayI     fChildSelect;   // Decay products to be selected
     Float_t     fXsection;      // Cross-section
-    AliPythia   *fPythia;       // Pythia 
+    AliPythia   *fPythia;       //! Pythia 
     Float_t     fPtHardMin;     // lower pT-hard cut 
     Float_t     fPtHardMax;     // higher pT-hard cut
     Int_t       fNucA1;         // mass number nucleus side 1
     Int_t       fNucA2;         // mass number nucleus side 2
     
-    AliDecayer  *fDecayer;
+    AliDecayer  *fDecayer;      // ! pointer to the decayer instance
  private:
     // check if particle is selected as parent particle
     Bool_t ParentSelected(Int_t ip);