]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant4/TG4GeometryOutputManager.h
Changes by Massimo Masera to allow Recpoints and Clusters to be written
[u/mrichter/AliRoot.git] / TGeant4 / TG4GeometryOutputManager.h
index 43d357795f1f5b70ecdefa555d97ac6bc1ef2b1b..f3b3373418cd696f5b69380d3a37346eba367d72 100644 (file)
@@ -1,19 +1,24 @@
 // $Id$
 // Category: geometry
 //
+// Author: I. Hrivnacova
+//
+// Class TG4GeometryOutputManager
+// ------------------------------
 // This class provides methods for writing
 // tokens (ASCII form of Geant3 routines calls)
-// into the specified output file
+// into the specified output file.
 
 #ifndef TG4_GEOMETRY_OUTPUT_MANAGER_H
 #define TG4_GEOMETRY_OUTPUT_MANAGER_H
 
+#include "TG4Verbose.h"
 #include "TG4Globals.h"
 
 #include <globals.hh>
 #include <g4std/fstream>
 
-class TG4GeometryOutputManager
+class TG4GeometryOutputManager : public TG4Verbose
 {
   public:
     TG4GeometryOutputManager();