Geant4  10.02.p03
G4Fcn.hh File Reference
#include "globals.hh"
Include dependency graph for G4Fcn.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 G4Analysis
 

Typedefs

using G4Fcn = G4double(*)(G4double)
 

Functions

G4double G4FcnIdentity (G4double value)
 
G4Fcn G4Analysis::GetFunction (const G4String &fcnName)
 

Typedef Documentation

◆ G4Fcn

using G4Fcn = G4double (*) (G4double)

Definition at line 36 of file G4Fcn.hh.

Function Documentation

◆ G4FcnIdentity()

G4double G4FcnIdentity ( G4double  value)
inline

Definition at line 39 of file G4Fcn.hh.

39 { return value; }
Here is the call graph for this function:
Here is the caller graph for this function: