]> git.uio.no Git - u/mrichter/AliRoot.git/blob - Flugg/G4SDManager.hh
Trigger board name according to PRR
[u/mrichter/AliRoot.git] / Flugg / G4SDManager.hh
1 // This code implementation is the intellectual property of
2 // the GEANT4 collaboration.
3 //
4 // By copying, distributing or modifying the Program (or any work
5 // based on the Program) you indicate your acceptance of this statement,
6 // and all its terms.
7 //
8
9 // GEANT4 tag 
10 //
11
12 #ifndef G4SDManager_h
13 #define G4SDManager_h 1
14
15 class G4SDManager 
16 {
17   protected:
18       G4SDManager();
19
20   public:
21       ~G4SDManager();
22
23 };
24
25
26
27
28 #endif
29