Geant4_10
Public Member Functions | Static Public Member Functions | List of all members
G4tgrUtils Class Reference

#include <G4tgrUtils.hh>

Public Member Functions

 G4tgrUtils ()
 
 ~G4tgrUtils ()
 

Static Public Member Functions

static G4bool IsSeparator (char)
 
static G4bool IsNumber (const G4String &str)
 
static G4bool IsInteger (const G4double val, const G4double precision=1.e-6)
 
static G4bool IsFunction (const G4String &word)
 
static G4bool WordIsUnit (const G4String &word)
 
static void Dump3v (const G4ThreeVector &vec, const char *msg)
 
static void Dumprm (const G4RotationMatrix &rm, const char *msg)
 
static void DumpVS (const std::vector< G4String > &wl, const char *msg)
 
static void DumpVS (const std::vector< G4String > &wl, const char *msg, std::ostream &outs)
 
static void CheckWLsize (const std::vector< G4String > &wl, unsigned int nWCheck, WLSIZEtype st, const G4String &methodName)
 
static G4bool CheckListSize (unsigned int nWreal, unsigned int nWcheck, WLSIZEtype st, G4String &outstr)
 
static G4String SubColon (const G4String &str)
 
static G4String GetString (const G4String &str)
 
static G4double GetDouble (const G4String &str, G4double unitval=1.)
 
static G4int GetInt (const G4String &str)
 
static G4bool GetBool (const G4String &str)
 
static G4RotationMatrix GetRotationFromDirection (G4ThreeVector dir)
 
static G4bool AreWordsEquivalent (const G4String &word1, const G4String &word2)
 

Detailed Description

Definition at line 54 of file G4tgrUtils.hh.

Constructor & Destructor Documentation

G4tgrUtils::G4tgrUtils ( )

Definition at line 52 of file G4tgrUtils.cc.

G4tgrUtils::~G4tgrUtils ( )

Definition at line 59 of file G4tgrUtils.cc.

Member Function Documentation

G4bool G4tgrUtils::AreWordsEquivalent ( const G4String word1,
const G4String word2 
)
static

Definition at line 672 of file G4tgrUtils.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4tgrUtils::CheckListSize ( unsigned int  nWreal,
unsigned int  nWcheck,
WLSIZEtype  st,
G4String outstr 
)
static

Definition at line 497 of file G4tgrUtils.cc.

Here is the caller graph for this function:

void G4tgrUtils::CheckWLsize ( const std::vector< G4String > &  wl,
unsigned int  nWCheck,
WLSIZEtype  st,
const G4String methodName 
)
static

Definition at line 475 of file G4tgrUtils.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4tgrUtils::Dump3v ( const G4ThreeVector vec,
const char *  msg 
)
static

Definition at line 126 of file G4tgrUtils.cc.

void G4tgrUtils::Dumprm ( const G4RotationMatrix rm,
const char *  msg 
)
static

Definition at line 134 of file G4tgrUtils.cc.

Here is the call graph for this function:

void G4tgrUtils::DumpVS ( const std::vector< G4String > &  wl,
const char *  msg 
)
static

Definition at line 158 of file G4tgrUtils.cc.

Here is the caller graph for this function:

void G4tgrUtils::DumpVS ( const std::vector< G4String > &  wl,
const char *  msg,
std::ostream &  outs 
)
static

Definition at line 144 of file G4tgrUtils.cc.

G4bool G4tgrUtils::GetBool ( const G4String str)
static

Definition at line 448 of file G4tgrUtils.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4tgrUtils::GetDouble ( const G4String str,
G4double  unitval = 1. 
)
static

Definition at line 205 of file G4tgrUtils.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4tgrUtils::GetInt ( const G4String str)
static

Definition at line 430 of file G4tgrUtils.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4RotationMatrix G4tgrUtils::GetRotationFromDirection ( G4ThreeVector  dir)
static

Definition at line 626 of file G4tgrUtils.cc.

Here is the call graph for this function:

G4String G4tgrUtils::GetString ( const G4String str)
static

Definition at line 180 of file G4tgrUtils.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4tgrUtils::IsFunction ( const G4String word)
static

Definition at line 595 of file G4tgrUtils.cc.

Here is the caller graph for this function:

G4bool G4tgrUtils::IsInteger ( const G4double  val,
const G4double  precision = 1.e-6 
)
static

Definition at line 112 of file G4tgrUtils.cc.

Here is the caller graph for this function:

G4bool G4tgrUtils::IsNumber ( const G4String str)
static

Definition at line 81 of file G4tgrUtils.cc.

Here is the caller graph for this function:

G4bool G4tgrUtils::IsSeparator ( char  ch)
static

Definition at line 66 of file G4tgrUtils.cc.

G4String G4tgrUtils::SubColon ( const G4String str)
static

Definition at line 165 of file G4tgrUtils.cc.

Here is the call graph for this function:

G4bool G4tgrUtils::WordIsUnit ( const G4String word)
static

Definition at line 556 of file G4tgrUtils.cc.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files: