#include "nutools/G4Base/G4Helper.h"
#include "nutools/G4Base/DetectorConstruction.h"
#include "nutools/G4Base/UserActionManager.h"
#include "nusimdata/SimulationBase/MCTruth.h"
#include "Geant4/G4UImanager.hh"
#include "Geant4/G4VUserDetectorConstruction.hh"
#include "Geant4/G4VUserPrimaryGeneratorAction.hh"
#include "Geant4/G4VUserPhysicsList.hh"
#include "Geant4/G4UserLimits.hh"
#include "Geant4/G4UserRunAction.hh"
#include "Geant4/G4UserEventAction.hh"
#include "Geant4/G4UserTrackingAction.hh"
#include "Geant4/G4UserSteppingAction.hh"
#include "Geant4/G4VisExecutive.hh"
#include "Geant4/G4StepLimiterPhysics.hh"
#include "Geant4/G4LogicalVolumeStore.hh"
#include <boost/algorithm/string.hpp>
#include "Geant4/QGSP_BERT.hh"
#include "nutools/G4Base/G4PhysListFactory.hh"
#include "nutools/G4Base/G4PhysicsProcessFactorySingleton.hh"
#include "Geant4/G4VModularPhysicsList.hh"
#include <Rtypes.h>
#include <iostream>
#include <cstring>
#include <sys/stat.h>
#include "messagefacility/MessageLogger/MessageLogger.h"
Go to the source code of this file.
|
| g4b |
| basic interface to Geant4 for ART-based software
|
|
#define TRY_NEW_PL_FACTORY |