Skip to content

Commit

Permalink
TString -> Char_t* for string assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jezwilkinson authored Aug 5, 2019
1 parent 94f3250 commit 6c27c7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"}};

Expand Down

0 comments on commit 6c27c7d

Please sign in to comment.