]> git.uio.no Git - u/mrichter/AliRoot.git/blob - Flugg/G4FastSimulationManager.hh
Allowing modularity of the MUON geometry during the generation (geant) phase with...
[u/mrichter/AliRoot.git] / Flugg / G4FastSimulationManager.hh
1 //---------------------------------------------------------------
2 //
3 //  dummy G4FastSimulationManager.hh
4 //
5 //---------------------------------------------------------------
6
7
8 #ifndef G4FastSimulationManager_h
9 #define G4FastSimulationManager_h 1
10
11 #include "G4LogicalVolume.hh"
12
13 class G4FastSimulationManager
14 {
15 public:  
16   G4FastSimulationManager(G4LogicalVolume* logVol);
17   ~G4FastSimulationManager();
18 };
19
20 #endif