Geant4_10
Functions | Variables
G4Analysis Namespace Reference

Functions

G4bool CheckNbins (G4int nbins)
 
G4bool CheckMinMax (G4double xmin, G4double xmax, const G4String &binSchemeName)
 
G4bool CheckEdges (const std::vector< G4double > &edges)
 
G4double GetUnitValue (const G4String &unit)
 
void UpdateTitle (G4String &title, const G4String &unitName, const G4String &fcnName)
 
G4BinScheme GetBinScheme (const G4String &binSchemeName)
 
void ComputeEdges (G4int nbins, G4double xmin, G4double xmax, G4Fcn fcn, G4BinScheme, std::vector< G4double > &edges)
 
void ComputeEdges (const std::vector< G4double > &edges, G4Fcn fcn, std::vector< G4double > &newEdges)
 
G4Fcn GetFunction (const G4String &fcnName)
 

Variables

const G4int kInvalidId = -1
 

Function Documentation

G4bool G4Analysis::CheckEdges ( const std::vector< G4double > &  edges)

Definition at line 82 of file G4AnalysisUtilities.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4Analysis::CheckMinMax ( G4double  xmin,
G4double  xmax,
const G4String binSchemeName 
)

Definition at line 54 of file G4AnalysisUtilities.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4Analysis::CheckNbins ( G4int  nbins)

Definition at line 38 of file G4AnalysisUtilities.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4Analysis::ComputeEdges ( G4int  nbins,
G4double  xmin,
G4double  xmax,
G4Fcn  fcn,
G4BinScheme  binScheme,
std::vector< G4double > &  edges 
)

Definition at line 56 of file G4BinScheme.cc.

Here is the call graph for this function:

void G4Analysis::ComputeEdges ( const std::vector< G4double > &  edges,
G4Fcn  fcn,
std::vector< G4double > &  newEdges 
)

Definition at line 93 of file G4BinScheme.cc.

G4BinScheme G4Analysis::GetBinScheme ( const G4String binSchemeName)

Definition at line 36 of file G4BinScheme.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4Fcn G4Analysis::GetFunction ( const G4String fcnName)

Definition at line 36 of file G4Fcn.cc.

Here is the call graph for this function:

G4double G4Analysis::GetUnitValue ( const G4String unit)

Definition at line 98 of file G4AnalysisUtilities.cc.

Here is the call graph for this function:

void G4Analysis::UpdateTitle ( G4String title,
const G4String unitName,
const G4String fcnName 
)

Definition at line 109 of file G4AnalysisUtilities.cc.

Variable Documentation

const G4int G4Analysis::kInvalidId = -1

Definition at line 41 of file G4AnalysisUtilities.hh.