LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Chem5 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"
Go to the source code of this file.
Functions | |
CommandLineParser * | parser (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 |
Chem5 example.
Definition in file chem5.cc.
bool IsBracket | ( | char | c | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 77 of file chem5.cc.
References Parse(), parser(), and SetSeed().
unsigned int noise | ( | ) |
Definition at line 265 of file chem5.cc.
References file, and util::size().
Referenced by SetSeed().
void Parse | ( | int & | argc, |
char ** | argv | ||
) |
void SetSeed | ( | ) |
Definition at line 212 of file chem5.cc.
References IsBracket(), noise(), parser(), and seed.
Referenced by main().