|
Geant4 examples
|
Test program for the detectorConstruction common classes. More...
Go to the source code of this file.
Functions | |
| int | main () |
Test program for the detectorConstruction common classes.
Definition in file testDetectorConstruction.cc.
| int main | ( | ) |
Definition at line 38 of file testDetectorConstruction.cc.
{
// Instantiate all detector construction classes
ExG4DetectorConstruction01* detectorConstruction01
= new ExG4DetectorConstruction01;
ExG4DetectorConstruction02* detectorConstruction02
= new ExG4DetectorConstruction02;
// delete all
delete detectorConstruction01;
delete detectorConstruction02;
return 0;
}
1.7.4