vtkGeantEvent
This commit is contained in:
@@ -8,10 +8,8 @@ using namespace uLib;
|
||||
|
||||
int main() {
|
||||
|
||||
uLib::ContainerBox world_box(Vector3f(100, 100, 100));
|
||||
uLib::Geant::Scene scene;
|
||||
|
||||
scene.ConstructWorldBox(&world_box, "G4_AIR");
|
||||
scene.ConstructWorldBox(Vector3f(100, 100, 100), "G4_AIR");
|
||||
scene.Initialize();
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user