Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Fcn.hh File Reference
#include "globals.hh"

Go to the source code of this file.

Typedefs

typedef G4double(* G4Fcn) (G4double)
 

Functions

G4double G4FcnIdentity (G4double value)
 

Typedef Documentation

◆ G4Fcn

typedef G4double(* G4Fcn) (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; }

Referenced by G4VAnalysisManager::GetFunction().