Filling the Ntuple with string

Dear All!

When the double quantity is filled in the Ntuple, I write:

analysisManager->FillNtupleDColumn(fNtupleId, 1, totaledep);

What should be written when the string is to be filled in the Ntuple?

analysisManager->FillNtuple?Column(fNtupleId, 1, Process);

Thank you for your attention.

S

https://geant4-userdoc.web.cern.ch/UsersGuides/ForApplicationDeveloper/html/Analysis/managers.html#filling-ntuples

1 Like

Thank you very much @weller