]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TUHKMgen/UHKM/InitialStateHydjet.h
Fixed warnings, coding conventions, updates (Ionut, Ludmila)
[u/mrichter/AliRoot.git] / TUHKMgen / UHKM / InitialStateHydjet.h
index 5fc6d0972e3cbd360c3bd729997d87d0ffc0b524..897ab7e635c103e45025ae2649eba1469923543a 100644 (file)
@@ -53,7 +53,7 @@ struct InitialParamsHydjet_t {
    Double_t fEpsilon;     //coordinate asymmetry parameter
   
    Int_t fDecay;    // flag to switch on/off hadron decays<0: decays off,>=0: decays on, (default: 0)
-   Int_t fWeakDecay;    //flag to switch on/off weak hadron decays <0: decays off, >0: decays on, (default: 0)
+   Double_t fWeakDecay;    //flag to switch on/off weak hadron decays <0: decays off, >0: decays on, (default: 0)
    Int_t fPythDecay;    //Flag to choose how to decay resonances in high-pt part, fPythDecay: 0 by PYTHIA decayer, 
                                      //1 by FASTMC decayer(mstj(21)=0)  
   
@@ -104,6 +104,7 @@ struct InitialParamsHydjet_t {
 
 };
 
+
 class InitialStateHydjet : public InitialState {
  public:
   InitialStateHydjet() : fParams(), fVolEff(0){};