add run_pbwo4 C++ executable; fix missing std headers for Geant4 11.4

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-10 09:19:55 +02:00
parent 18de7dd3db
commit 01df646aa9
4 changed files with 42 additions and 0 deletions
+2
View File
@@ -32,6 +32,8 @@
#include "G4VUserPrimaryGeneratorAction.hh"
#include "globals.hh"
#include <vector>
#include <string>
class G4ParticleGun;
class G4Event;
+1
View File
@@ -32,6 +32,7 @@
#include "G4UserRunAction.hh"
#include "globals.hh"
#include <vector>
class G4Run;