Can more special cross section be accessed in Geant4?

Four main cross sections can be accessed according the example “/path/examples/extended/hadronic/hadr00”.
Can more special cross section like (p,n) reaction be accessed?

_Geant4 Version:_11.01
_Operating System:_Ubuntu 20.04
_Compiler/Version:_GCC 9.4.0
_CMake Version:_3.16


By the way, when using G4HadronicProcessStore class pointer to get the capture cross section of Isotopes, all capture cross section values are zero. the key codes are:
G4HadronicProcessStore* store = G4HadronicProcessStore::Instance();
xs = store->GetCaptureCrossSectionPerIsotope(particle,e,79,197);