// This code implementation is the intellectual property of // the GEANT4 collaboration. // // By copying, distributing or modifying the Program (or any work // based on the Program) you indicate your acceptance of this statement, // and all its terms. // // GEANT4 tag // #ifndef G4SDManager_h #define G4SDManager_h 1 class G4SDManager { protected: G4SDManager(); public: ~G4SDManager(); }; #endif