Default for decays is kAll.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 28 Aug 2001 15:41:14 +0000 (15:41 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 28 Aug 2001 15:41:14 +0000 (15:41 +0000)
EVGEN/AliGenMC.h

index ea77e1b3b9b1380ff56d8739c853f0e2d2499000..28dd0d7b0b54972f190692d9a024681b88dfc0b7 100644 (file)
@@ -20,7 +20,7 @@ class AliGenMC : public AliGenerator
     AliGenMC(const AliGenMC &MC);
     virtual ~AliGenMC();
     void Init();
-    virtual void SetForceDecay(Decay_t decay = kDiMuon) {fForceDecay = decay;}
+    virtual void SetForceDecay(Decay_t decay = kAll) {fForceDecay = decay;}
     AliGenMC & operator=(const AliGenMC & rhs);
         virtual void SetCutOnChild(Int_t flag = 0) {fCutOnChild = flag;}
     virtual void SetChildMomentumRange(Float_t pmin = 0, Float_t pmax = 1.e10)