]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA6/AliPythiaBase.cxx
Correct handling of seeds for MC on the fly trains
[u/mrichter/AliRoot.git] / PYTHIA6 / AliPythiaBase.cxx
CommitLineData
39d810c8 1
2/**************************************************************************
3 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * *
5 * Author: The ALICE Off-line Project. *
6 * Contributors are mentioned in the code where appropriate. *
7 * *
8 * Permission to use, copy, modify and distribute this software and its *
9 * documentation strictly for non-commercial purposes is hereby granted *
10 * without fee, provided that the above copyright notice appears in all *
11 * copies and that both the copyright notice and this permission notice *
12 * appear in the supporting documentation. The authors make no claims *
13 * about the suitability of this software for any purpose. It is *
14 * provided "as is" without express or implied warranty. *
15 **************************************************************************/
16
17/* $Id$ */
18
19#include "AliPythiaBase.h"
1f6c58c1 20#include <cstdlib>
39d810c8 21
22ClassImp(AliPythiaBase)
23
24AliPythiaBase::AliPythiaBase()
25{
26 // Default constructor
27}
28
1f6c58c1 29void AliPythiaBase::SetSeed(UInt_t)
30{
31 Printf("FATAL -> SetSeed not implemented");
32 ::abort();
33}
39d810c8 34
35