]> git.uio.no Git - u/mrichter/AliRoot.git/blame - Flugg/G4FastSimulationManager.hh
Forward declarations of TTree and TBranch
[u/mrichter/AliRoot.git] / Flugg / G4FastSimulationManager.hh
CommitLineData
26911512 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
13class G4FastSimulationManager
14{
15public:
16 G4FastSimulationManager(G4LogicalVolume* logVol);
17 ~G4FastSimulationManager();
18};
19
20#endif