]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - AliGeant4/AliSDConstruction.h
added inheritance from AliVerbose;
[u/mrichter/AliRoot.git] / AliGeant4 / AliSDConstruction.h
index b02df7bdd9b4340f525a36bd102b9ebdfc612e7a..8babdcab6528aec243b1d02e9f6c132cc0b9e334 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef ALI_SD_CONSTRUCTION_H
 #define ALI_SD_CONSTRUCTION_H
 
+#include "AliVerbose.h"
+
 #include "TG4VSDConstruction.h"
 
 #include <globals.hh>
@@ -23,7 +25,8 @@ class AliModule;
 class G4VPhysicalVolume;
 class G4LogicalVolume;
 
-class AliSDConstruction : public TG4VSDConstruction 
+class AliSDConstruction : public TG4VSDConstruction,
+                          public AliVerbose
 {  
   public:
     AliSDConstruction();