Geant4  10.03
chem4.cc File Reference

Chem4 example. More...

#include "DetectorConstruction.hh"
#include "PhysicsList.hh"
#include "ActionInitialization.hh"
#include "G4RunManager.hh"
#include "G4DNAChemistryManager.hh"
#include "G4UImanager.hh"
#include "G4UIExecutive.hh"
#include "G4VisExecutive.hh"
#include "CommandLineParser.hh"
+ Include dependency graph for chem4.cc:

Go to the source code of this file.

Functions

CommandLineParserparser (0)
 
unsigned int noise ()
 
void SetSeed ()
 
void Parse (int &argc, char **argv)
 
int main (int argc, char **argv)
 
bool IsBracket (char c)
 

Variables

long seed = 0
 

Detailed Description

Chem4 example.

Definition in file chem4.cc.

Function Documentation

bool IsBracket ( char  c)

Definition at line 198 of file chem4.cc.

Referenced by SetSeed().

+ Here is the caller graph for this function:

unsigned int noise ( )

Definition at line 265 of file chem4.cc.

Referenced by SetSeed().

+ Here is the caller graph for this function:

void Parse ( int &  argc,
char **  argv 
)

Definition at line 295 of file chem4.cc.

References G4DNAPARSER::CommandLineParser::AddCommand(), G4DNAPARSER::CommandLineParser::CheckIfNotHandledOptionsExists(), G4DNAPARSER::CommandLineParser::DeleteInstance(), G4DNAPARSER::CommandLineParser::GetParser(), G4DNAPARSER::Command::OptionNotCompulsory, G4DNAPARSER::CommandLineParser::Parse(), parser(), G4DNAPARSER::Command::WithOption, and G4DNAPARSER::Command::WithoutOption.

Referenced by main().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

CommandLineParser* parser ( )

Referenced by main(), Parse(), and SetSeed().

+ Here is the caller graph for this function:

void SetSeed ( )

Definition at line 212 of file chem4.cc.

References buffer, G4cout, G4endl, G4DNAPARSER::CommandLineParser::GetCommandIfActive(), G4DNAPARSER::Command::GetOption(), IsBracket(), noise(), parser(), and seed.

Referenced by main(), and G4MPImessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation