3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
8 ///////////////////////////////////////////////////////////////////////////////
11 // FLUKA implementation of the AliMC Interface //
14 ///////////////////////////////////////////////////////////////////////////////
19 class AliFluka : public TFluka
22 AliFluka(const char *name, const char *title)
23 {TFluka(name, title);}
25 virtual ~AliFluka() {;}
26 virtual void ProcessRun(Int_t nevent);
27 virtual void ProcessEvent();
29 AliFluka(const AliFluka &) {}
30 AliFluka & operator=(const AliFluka &) {return (*this);}
32 ClassDef(AliFluka,1) //Fluka implementation of AliMC including Fluka specific methods