]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
attribute fSDManager removed; methods CreateSensitiveDetectors/1/2() moved to AliSDCo...
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 9 Aug 2001 12:20:51 +0000 (12:20 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 9 Aug 2001 12:20:51 +0000 (12:20 +0000)
AliGeant4/AliMoreModulesConstruction.h

index e8c986fc4cde8007e361695626e539b5d29c29ad..8100b1330689d9fd833dae5ebb8f70fee28062b4 100644 (file)
@@ -15,7 +15,6 @@
 #include <g4std/vector>
 
 class AliSingleModuleConstruction;
-class AliSDManager;
 class AliFiles;
 
 class AliMoreModulesConstruction
@@ -43,15 +42,9 @@ class AliMoreModulesConstruction
     AliSingleModuleConstruction* GetModuleConstruction(G4int i) const;
         
   private:    
-    // methods
-    void CreateSensitiveDetectors(G4bool allLVSensitive);
-    void CreateSensitiveDetectors1();
-    void CreateSensitiveDetectors2();
-
     // data members
     AliSingleModuleConstructionPtrVector  fModuleConstructionVector; //..
                                 //vector of AliSingleModuleConstruction
-    AliSDManager*  fSDManager;  //AliSDManager                                            
 };                                                
 
 // inline methods