Skip to content

Commit

Permalink
added HFe decay option for trig
Browse files Browse the repository at this point in the history
  • Loading branch information
sashingo authored and fprino committed Aug 12, 2021
1 parent fc9b60b commit 0687f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/CustomGenerators/PWGHF/Hijing_HF002.C
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GeneratorCustom(TString opt = "")
}
//
Int_t process[2] = {kPythia6HeavyProcess_Charm, kPythia6HeavyProcess_Beauty};
Int_t decay[3] = {kPythia6HeavyDecay_Hadrons, kPythia6HeavyDecay_HadronsWithV0, kPythia6HeavyDecay_Electron};
Int_t decay[4] = {kPythia6HeavyDecay_Hadrons, kPythia6HeavyDecay_HadronsWithV0, kPythia6HeavyDecay_Electron, kPythia6HeavyDecay_Electron};

const Char_t *label[2][4] = {
"chadr PYTHIA", "chadr PYTHIA", "cele PYTHIA", "cele PYTHIA eleTrig",
Expand Down

0 comments on commit 0687f64

Please sign in to comment.