]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - AliGeant4/AliDetConstruction.cxx
comment about deleting det switch objects added
[u/mrichter/AliRoot.git] / AliGeant4 / AliDetConstruction.cxx
index c1b303e6eb7951ed7c94b3e519567628d27998e2..d096573e7c731f1304f18abfd8b255b9db3b58b8 100644 (file)
@@ -13,7 +13,9 @@ AliDetConstruction::AliDetConstruction()
   : fTopVolumeName("ALIC")
 {
   // initialize det switch vector: 
-  // moduleName nofVersions defaultVersion [type isStandalone] 
+  // moduleName nofVersions defaultVersion [type isStandalone]     
+        // det switch objects are deleted in
+       // tbe base class (AliModulesCompositions) destructor
 
   AliDetSwitch* detSwitch;
   detSwitch = new AliDetSwitch("ABSO",   1, 0, kStructure);