//--------------------------------------------------------------- // // dummy G4FastSimulationManager.cc // //--------------------------------------------------------------- #include "G4FastSimulationManager.hh" #include "G4LogicalVolume.hh" G4FastSimulationManager::G4FastSimulationManager(G4LogicalVolume* logVol) {;} G4FastSimulationManager::~G4FastSimulationManager() {;}