1 #ifndef ALISLOWNUCLEONMODEL_H
2 #define ALISLOWNUCLEONMODEL_H
3 /* Copyright(c) 198-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
9 class AliCollisionGeometry;
11 class AliSlowNucleonModel : public TObject
14 AliSlowNucleonModel() {;}
15 virtual ~AliSlowNucleonModel(){;}
16 virtual void GetNumberOfSlowNucleons(AliCollisionGeometry* /*geo*/,
17 Int_t& /*ngp*/, Int_t& /*ngn*/,
18 Int_t& /*nbp*/, Int_t& /*nbn*/) const {;}
19 virtual void GetNumberOfSlowNucleons2(AliCollisionGeometry* /*geo*/,
20 Int_t& /*ngp*/, Int_t& /*ngn*/,
21 Int_t& /*nbp*/, Int_t& /*nbn*/) const {;}
22 virtual void GetNumberOfSlowNucleons2s(AliCollisionGeometry* /*geo*/,
23 Int_t& /*ngp*/, Int_t& /*ngn*/,
24 Int_t& /*nbp*/, Int_t& /*nbn*/) const {;}
27 ClassDef(AliSlowNucleonModel,1) // Gray Particle Model