Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

using G4Fcn = G4double (*) (G4double)

Definition at line 36 of file G4Fcn.hh.

Function Documentation

G4double G4FcnIdentity ( G4double  value)
inline

Definition at line 39 of file G4Fcn.hh.

39 { return value; }
const XML_Char int const XML_Char * value
Definition: expat.h:331

Here is the caller graph for this function: