ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4tgrEvaluator.cc File Reference
#include "G4tgrEvaluator.hh"
#include <cmath>
+ Include dependency graph for G4tgrEvaluator.cc:

Go to the source code of this file.

Functions

G4double fsin (G4double arg)
 
G4double fcos (G4double arg)
 
G4double ftan (G4double arg)
 
G4double fasin (G4double arg)
 
G4double facos (G4double arg)
 
G4double fatan (G4double arg)
 
G4double fatan2 (G4double arg1, G4double arg2)
 
G4double fsinh (G4double arg)
 
G4double fcosh (G4double arg)
 
G4double ftanh (G4double arg)
 
G4double fsqrt (G4double arg)
 
G4double fexp (G4double arg)
 
G4double flog (G4double arg)
 
G4double flog10 (G4double arg)
 
G4double fpow (G4double arg1, G4double arg2)
 

Function Documentation

G4double facos ( G4double  arg)

Definition at line 70 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 70 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions().

+ Here is the caller graph for this function:

G4double fasin ( G4double  arg)

Definition at line 69 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 69 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions().

+ Here is the caller graph for this function:

G4double fatan ( G4double  arg)

Definition at line 71 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 71 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions().

+ Here is the caller graph for this function:

G4double fatan2 ( G4double  arg1,
G4double  arg2 
)

Definition at line 72 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 72 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions().

+ Here is the caller graph for this function:

G4double fcos ( G4double  arg)

Definition at line 67 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 67 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions(), and G4SynchrotronRadiationInMat::PostStepDoIt().

+ Here is the caller graph for this function:

G4double fcosh ( G4double  arg)

Definition at line 74 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 74 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions().

+ Here is the caller graph for this function:

G4double fexp ( G4double  arg)

Definition at line 80 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 80 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions(), and pyzdis().

+ Here is the caller graph for this function:

G4double flog ( G4double  arg)

Definition at line 81 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 81 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions(), and PgPostBankBackupManager::CleanTable().

+ Here is the caller graph for this function:

G4double flog10 ( G4double  arg)

Definition at line 82 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 82 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions().

+ Here is the caller graph for this function:

G4double fpow ( G4double  arg1,
G4double  arg2 
)

Definition at line 83 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 83 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions().

+ Here is the caller graph for this function:

G4double fsin ( G4double  arg)

Definition at line 66 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 66 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions().

+ Here is the caller graph for this function:

G4double fsinh ( G4double  arg)

Definition at line 73 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 73 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions().

+ Here is the caller graph for this function:

G4double fsqrt ( G4double  arg)

Definition at line 79 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 79 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions().

+ Here is the caller graph for this function:

G4double ftan ( G4double  arg)

Definition at line 68 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 68 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions().

+ Here is the caller graph for this function:

G4double ftanh ( G4double  arg)

Definition at line 75 of file G4tgrEvaluator.cc.

View newest version in sPHENIX GitHub at line 75 of file G4tgrEvaluator.cc

Referenced by G4tgrEvaluator::AddCommonFunctions().

+ Here is the caller graph for this function: