In geant4 version 10.00.b01 running TestEm8 testPAI.mac, in G4PhysicsVector.icc:85 in operator() and executing "return dataVector[binNumber]" the index binNumber is 91 and is larger than dataVector.size() (or equal) thus accessing storage beyond the one allocated to dataVector. You may double check with an assert(binNumber < dataVector.size()); just before the return statement. operator() is called from G4PAIModel.cc:942 iTransfer too large?
Hello, Thanks for pointing out to the bug. Bug has been fixed and included into reference version of Geant4. VI