File tree Expand file tree Collapse file tree
MC/config/PWGUD/external/generator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ FairGenerator*
5050 else if (configuration .find ("JpsiToElRad" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/JPSI.EE.DEC" ,pathO2 .Data ()));
5151 else if (configuration .find ("ToL+3Pi" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/TAUTAU.LP3PI.DEC" ,pathO2 .Data ()));
5252 else if (configuration .find ("ToL-3Pi" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/TAUTAU.LN3PI.DEC" ,pathO2 .Data ()));
53- else if (configuration .find ("ToPi+3Pi" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/TAUTAU.LP3PI .DEC" ,pathO2 .Data ()));
54- else if (configuration .find ("ToPi-3Pi" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/TAUTAU.LN3PI .DEC" ,pathO2 .Data ()));
53+ else if (configuration .find ("ToPi+3Pi" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/TAUTAU.PP3PI .DEC" ,pathO2 .Data ()));
54+ else if (configuration .find ("ToPi-3Pi" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/TAUTAU.PN3PI .DEC" ,pathO2 .Data ()));
5555 else if (configuration .find ("To6Pi" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/TAUTAU.6PI.DEC" ,pathO2 .Data ()));
5656 else if (configuration .find ("ToElMu" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/TAUTAU.ELMU.DEC" ,pathO2 .Data ()));
5757 else if (configuration .find ("ToElPiPi0" ) != std ::string ::npos ) gen -> SetDecayTable (Form ("%s/TAUTAU.ELPI.DEC" ,pathO2 .Data ()));
You can’t perform that action at this time.
0 commit comments