|
Geant4 examples
|
Test program for the physicsList common classes. More...
#include "ExG4PhysicsList00.hh"Go to the source code of this file.
Functions | |
| int | main () |
Test program for the physicsList common classes.
Definition in file testPhysicsList.cc.
| int main | ( | ) |
Definition at line 37 of file testPhysicsList.cc.
{
// Instantiate all physics list classes
ExG4PhysicsList00* physicsList00 = new ExG4PhysicsList00();
// delete all
delete physicsList00;
return 0;
}
1.7.4