10 #ifndef GGSSAVETGEO_H_ 
   11 #define GGSSAVETGEO_H_ 
void EndOfRunAction(const G4Run *run)
Actions executed at end of run. 
 
Mother class for user actions in GGS. 
 
GGSSaveTGeoAction()
Constructor. 
 
void SetOutputFileBase(const std::string &outFileBase)
Sets the output file base name. 
 
void BeginOfRunAction(const G4Run *run)
Actions executed at beginning of run. 
 
~GGSSaveTGeoAction()=default
Destructor.