1 #ifndef ALIGENBEAMGAS_H
2 #define ALIGENBEAMGAS_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
9 // Generator to simulate beam gas interactions.
10 // At present single interactions are read from an external file.
11 // Author: andreas.morsch@cern.ch
13 #include "AliGenExtFile.h"
15 class AliGenBeamGas : public AliGenExtFile
19 virtual ~AliGenBeamGas();
21 virtual void SetNumberOfInteractions(Int_t n)
26 virtual void Generate();
28 Int_t fInteractions; // Number of interactions
30 AliGenBeamGas(const AliGenBeamGas &beamgas);
31 AliGenBeamGas & operator=(const AliGenBeamGas &beamgas);
33 ClassDef(AliGenBeamGas,1) //Generator for beam gas interactions