Go to the documentation of this file.
   33 #ifndef G4FFGVERBOSEMACROS_HH 
   34 #define G4FFGVERBOSEMACROS_HH 
   44 #define G4FFG_LOCATION__ \ 
   45 G4String debugOutput(__FILE__); \ 
   46 debugOutput = debugOutput.substr(debugOutput.find_last_of('/') + 1); \ 
   47 G4cout << G4FFG_FUNCTION_SIGNATURE__ << " at " << debugOutput << ":" << __LINE__; 
   50 #define G4FFG_SPACING__ \ 
   51 for(G4int depth = 0; depth < G4FFG_DEPTH; depth++) \