]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Add setter and getter for external decayer.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Sep 2000 14:37:28 +0000 (14:37 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Sep 2000 14:37:28 +0000 (14:37 +0000)
STEER/AliMC.h

index 0559a7f0d91e4d0c874d3293b04265d33a7b4b98..4de033072cb0d0224ba25924313d2c8a82b5333a 100644 (file)
@@ -17,6 +17,8 @@
 #include <TLorentzVector.h>
 
 class AliMC;
+class AliDecayer;
+
 
 R__EXTERN AliMC *gMC;
 
@@ -193,6 +195,9 @@ class AliMC : public TNamed
   virtual void BuildPhysics() = 0;
   virtual void ProcessEvent() = 0;
   virtual void ProcessRun(Int_t nevent) = 0;
+  // External Decayer
+  virtual void SetExternalDecayer(AliDecayer* decayer) =0;
+  virtual AliDecayer* Decayer() const =0;
 
   private:
   static AliMC*  fgMC;    // Pointer to the virtual MonteCarlo object