Skip to content

Commit

Permalink
Add pythia6 chain option.
Browse files Browse the repository at this point in the history
  • Loading branch information
klendathu2k committed Sep 13, 2024
1 parent 16cc33b commit 029e112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions StRoot/StBFChain/BigFullChain.h
Original file line number Diff line number Diff line change
Expand Up @@ -1303,6 +1303,7 @@ Bfc_st BFC[] = { // standard chains
#else
{"stargen", "","", "gen_T,sim_T"/*+++*/, "", "libVMC.so,libfastjet.so,libStarGeneratorUtil.so,libStarGeneratorEvent.so,libStarGeneratorBase.so,libStarGeneratorFilt.so,libMathMore.so","STAR Generator BASE",false},
#endif
{"pythia6.4.28","","","stargen", "", "Pythia6_4_28.so", "Load Pythia 6.4.28 generator", false },
{"pythia8.1.86","","","stargen", "", "Pythia8_1_86.so", "Load Pythia 8.1.86 generator", false },
{"pythia8.2.35","","","stargen", "", "Pythia8_2_35.so", "Load Pythia 8.1.86 generator", false },
{"hijing1.383" ,"","","stargen", "", "Hijing1_383.so", "Load Hijing 1.383 generator", false },
Expand Down

0 comments on commit 029e112

Please sign in to comment.