File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
MC/config/PWGUD/external/generator Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ FairGenerator*
1818 gen -> AddPdg (-15 ,1 );
1919 }
2020 else if (configuration .find ("kDpmjet" ) != std ::string ::npos ){
21- gen -> SetSizePdg (11 );
21+ gen -> SetSizePdg (14 );
2222 gen -> AddPdg ( 411 ,0 );
2323 gen -> AddPdg (-411 ,1 );
2424 gen -> AddPdg ( 421 ,2 );
@@ -30,6 +30,9 @@ FairGenerator*
3030 gen -> AddPdg ( 4122 ,8 );
3131 gen -> AddPdg (-4122 ,9 );
3232 gen -> AddPdg ( 333 ,10 );
33+ gen -> AddPdg (-333 ,11 );
34+ gen -> AddPdg ( 313 ,12 );
35+ gen -> AddPdg (-313 ,13 );
3336 }
3437 else {
3538 gen -> SetPolarization (1 ) ; //Transversal
@@ -38,7 +41,7 @@ FairGenerator*
3841 gen -> AddPdg (100443 ,1 );
3942 gen -> AddPdg (223 ,2 );
4043 }
41-
44+
4245 TString pathO2 = gSystem -> ExpandPathName ("$O2DPG_MC_CONFIG_ROOT/MC/config/PWGUD/external/generator/DecayTablesEvtGen" );
4346 if (configuration .find ("Psi2sToMuPi" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/PSI2S.MUMUPIPI.DEC" ,pathO2 .Data ()));
4447 else if (configuration .find ("Psi2sToElPi" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/PSI2S.EEPIPI.DEC" ,pathO2 .Data ()));
@@ -53,6 +56,6 @@ FairGenerator*
5356 else if (configuration .find ("Jpsi4Prong" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/JPSI.4PRONG.DEC" ,pathO2 .Data ()));
5457 else if (configuration .find ("Jpsi6Prong" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/JPSI.6PRONG.DEC" ,pathO2 .Data ()));
5558 else if (configuration .find ("Dpmjet" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/OPENCHARM.DEC" ,pathO2 .Data ()));
56-
59+
5760 return gen ;
5861}
You can’t perform that action at this time.
0 commit comments