]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TDPMjet/TDPMjet.h
Fixed typo and pid cut (Neelima)
[u/mrichter/AliRoot.git] / TDPMjet / TDPMjet.h
index ac03d9aeabac9280b7f1e9c51f49a16774897fe2..c0199ebaa755beb820e1b8255faee712e03025fb 100644 (file)
@@ -73,6 +73,8 @@ public:
    virtual void  SetPi0Decay(Int_t iPi0)    {fPi0Decay = iPi0;}
    virtual void  SetDecayAll(Int_t iDecAll) {fDecayAll = iDecAll;}
    
+   virtual void  SetFragmentProd(Bool_t val) {fFragmentation = val;}
+   
    // Access to DPMJET common blocks:
    virtual Int_t    GetEvNum() const;            
    virtual Int_t    GetEntriesNum() const;               
@@ -103,7 +105,7 @@ public:
    virtual Int_t NHEP()                   const;
    virtual Int_t ISTHEP(Int_t i)          const;
    virtual Int_t IDHEP(Int_t i)           const;
-   virtual Int_t PHEP(Int_t i, Int_t j)   const;
+   virtual Double_t PHEP(Int_t i, Int_t j)   const;
    
       
           
@@ -142,8 +144,10 @@ protected:
    Int_t        fPi0Decay;// Flag for pi0 decays
    Int_t        fDecayAll;// Flag to decay also long-lived particles
    DpmProcess_t fProcess; // Process type
+   //
+   Bool_t       fFragmentation; // Allows evaporation and fragments production
    
-   ClassDef(TDPMjet,2)  //Interface to DPMJET Event Generator
+   ClassDef(TDPMjet,3)  //Interface to DPMJET Event Generator
 };
 
 #endif