From 6c27c7d9c9eb431b4f2a8ad04317608c3dc33b43 Mon Sep 17 00:00:00 2001 From: Jeremy Wilkinson Date: Mon, 5 Aug 2019 20:40:31 +0200 Subject: [PATCH] TString -> Char_t* for string assignment --- MC/CustomGenerators/PWGHF/Pythia6_Perugia2011_D2Hdedicated.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MC/CustomGenerators/PWGHF/Pythia6_Perugia2011_D2Hdedicated.C b/MC/CustomGenerators/PWGHF/Pythia6_Perugia2011_D2Hdedicated.C index 197edb6d..1ab57aed 100644 --- a/MC/CustomGenerators/PWGHF/Pythia6_Perugia2011_D2Hdedicated.C +++ b/MC/CustomGenerators/PWGHF/Pythia6_Perugia2011_D2Hdedicated.C @@ -4,7 +4,7 @@ AliGenerator *GeneratorCustom(TString opt = "") Decay_t decay[4] = {AliDecayer::kLcpKpi, AliDecayer::kLcpK0S, AliDecayer::kLcpK0SBDTsig, AliDecayer::kHadronicDWithV0}; Int_t triggerParticle[4] = {4122, 4122, 4122, 431}; - TString optList[3][4] = {{"LcpKpi","LcpK0S", "LcpK0SBDTsig","DsDedicated"}, + Char_t* optList[3][4] = {{"LcpKpi","LcpK0S", "LcpK0SBDTsig","DsDedicated"}, {"LcpKpiHMSPD","LcpK0SHMSPD","LcpK0SBDTsigHMSPD","DsDedicatedHMSPD"}, {"LcpKpiV0HM", "LcpK0SV0HM" ,"LcpK0SBDTsigV0HM" ,"DsDedicatedV0HM"}};