X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MFT%2FrunReconstruction.C;h=eae76dc9b166f8832dd8be513cadb435d51a32b9;hb=22120c988b36d3f1890be3f6640c19a39d8c17f1;hp=e56113dfb2cec65c31107d183163543d6822b6b9;hpb=ad597c71c00afa63063d624530e9e2a8b2402e6f;p=u%2Fmrichter%2FAliRoot.git diff --git a/MFT/runReconstruction.C b/MFT/runReconstruction.C index e56113dfb2c..eae76dc9b16 100644 --- a/MFT/runReconstruction.C +++ b/MFT/runReconstruction.C @@ -1,6 +1,8 @@ -void runReconstruction(Int_t seed, - const Char_t *recOptions) { +void runReconstruction(const Char_t *recOptions) { + TDatime dt; + UInt_t seed = dt.Get(); + gRandom->SetSeed(seed); AliReconstruction *reco = new AliReconstruction("galice.root");