Is there anything in the physical list about the muon capture reaction?

Hi,
Is there anything in the physical list about the muon capture reaction? Are there any relevant examples for reference? What should be done when identifying whether it is the capture reaction of the muon by G4step.
G4SteppingManager* steppingManager = fpSteppingManager;
fSecondary = steppingManager → GetfSecondary();
G4String processName = fSecondary-> GetCreatorProcess()-> GetProcessName();
if( processName == xxx ?)
{
}
Many thanks.

Hello,

each reference Physics List has G4StoppingPhysics, whihc includes muon capture.

VI