Skip to content

Commit

Permalink
Update AliDecayerPythia8.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobrigk authored Feb 1, 2024
1 parent f593ee4 commit efa2ce4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PYTHIA8/AliPythia8/AliDecayerPythia8.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class AliDecayerPythia8 : public TVirtualMCDecayer {
virtual Int_t ImportParticles(TClonesArray *particles);
virtual void SetForceDecay(Decay_t decay) {fDecay=decay;}
virtual void SetForceDecay(Int_t decay) {SetForceDecay((Decay_t) decay);}
virtual void SetLongLivedDecay(bool val = true) { fEnableLongLivedDecay = val; }
virtual void ForceDecay();
virtual Float_t GetPartialBranchingRatio(Int_t ipart);
virtual void HeavyFlavourOff() {fHeavyFlavour = kFALSE;}
Expand All @@ -46,7 +45,6 @@ class AliDecayerPythia8 : public TVirtualMCDecayer {
Int_t fDebug; // Debug level

Decay_t fDecay; // Forced decay mode
bool fEnableLongLivedDecay; // To enable long lived particle decay
Bool_t fHeavyFlavour; //! Flag for heavy flavors
static Bool_t fgInit; //! initialization flag
ClassDef(AliDecayerPythia8, 3) // Particle Decayer using Pythia8
Expand Down

0 comments on commit efa2ce4

Please sign in to comment.