Skip to content

Commit

Permalink
SetSeed added
Browse files Browse the repository at this point in the history
  • Loading branch information
amorsch committed Dec 24, 2014
1 parent 189d47b commit ef8bafa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions THerwig/AliGenHerwig.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class AliGenHerwig : public AliGenMC
virtual void SetPtRMS(Double_t pt) {fPtRMS=pt;}
virtual void SetMaxPr(Int_t i) {fMaxPr=i;}
virtual void SetMaxErrors(Int_t i) {fMaxErrors=i;}
virtual void SetSeed(UInt_t seed) {GetRandom()->SetSeed(seed);}
virtual void FinishRun();
virtual void FinishRunJimmy();
virtual void SetEnSoft(Double_t e) {fEnSoft=e;}
Expand Down

0 comments on commit ef8bafa

Please sign in to comment.