]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
G4Exception changed to TG4Globals::Exception
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Oct 2001 08:17:32 +0000 (08:17 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Oct 2001 08:17:32 +0000 (08:17 +0000)
TGeant4/TG4SDServices.cxx

index 16f0c3713906e7b5269a96457183655d7d618843..6cf59f062b93cc7ee438e067f36ad53a1bc43f28 100644 (file)
@@ -197,7 +197,7 @@ TG4VSensitiveDetector* TG4SDServices::GetSensitiveDetector(
   TG4VSensitiveDetector* tsd = dynamic_cast<TG4VSensitiveDetector*>(sd);
   
   if (!tsd) {
-    G4Exception(
+    TG4Globals::Exception(
       "TG4SDServices::GetSensitiveDetector: Wrong sensitive detector type.");
     return 0;
   }