Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4FFGDebuggingMacros.hh File Reference
#include "globals.hh"
#include "G4FFGEnumerations.hh"
#include "G4FFGVerboseMacros.hh"
Include dependency graph for G4FFGDebuggingMacros.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define G4FFG_FUNCTION_SIGNATURE__   "a function"
 
#define G4FFG_FUNCTIONENTER__   G4FFG_DEPTH++;
 
#define G4FFG_SAMPLING_FUNCTIONENTER__
 
#define G4FFG_RECURSIVE_FUNCTIONENTER__
 
#define G4FFG_DATA_FUNCTIONENTER__
 
#define G4FFG_FUNCTIONLEAVE__   G4FFG_DEPTH--;
 
#define G4FFG_SAMPLING_FUNCTIONLEAVE__
 
#define G4FFG_RECURSIVE_FUNCTIONLEAVE__
 
#define G4FFG_DATA_FUNCTIONLEAVE__
 

Macro Definition Documentation

#define G4FFG_DATA_FUNCTIONENTER__

Definition at line 218 of file G4FFGDebuggingMacros.hh.

#define G4FFG_DATA_FUNCTIONLEAVE__

Definition at line 222 of file G4FFGDebuggingMacros.hh.

#define G4FFG_FUNCTION_SIGNATURE__   "a function"

Definition at line 48 of file G4FFGDebuggingMacros.hh.

#define G4FFG_FUNCTIONENTER__   G4FFG_DEPTH++;

Definition at line 215 of file G4FFGDebuggingMacros.hh.

#define G4FFG_FUNCTIONLEAVE__   G4FFG_DEPTH--;

Definition at line 219 of file G4FFGDebuggingMacros.hh.

#define G4FFG_RECURSIVE_FUNCTIONENTER__

Definition at line 217 of file G4FFGDebuggingMacros.hh.

#define G4FFG_RECURSIVE_FUNCTIONLEAVE__

Definition at line 221 of file G4FFGDebuggingMacros.hh.

#define G4FFG_SAMPLING_FUNCTIONENTER__

Definition at line 216 of file G4FFGDebuggingMacros.hh.

#define G4FFG_SAMPLING_FUNCTIONLEAVE__

Definition at line 220 of file G4FFGDebuggingMacros.hh.