]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
updated to AliMC changes - Gsckov() renamed to SetCerenkov()
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Dec 2000 18:12:54 +0000 (18:12 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Dec 2000 18:12:54 +0000 (18:12 +0000)
TGeant4/TG4GeometryManager.cxx
TGeant4/TG4GeometryManager.h

index 0b3d1bb8f3926d28ffe9d503dd92f1f4802f4856..97d32b5451e9115789758a513657db6ccf70984d 100644 (file)
@@ -460,8 +460,9 @@ void  TG4GeometryManager::Gstpar(Int_t itmed, const char *param,
 } 
  
  
-void  TG4GeometryManager::Gsckov(Int_t itmed, Int_t npckov, Float_t* ppckov,
-                        Float_t* absco, Float_t* effic, Float_t* rindex)
+void  TG4GeometryManager::SetCerenkov(Int_t itmed, Int_t npckov, 
+                             Float_t* ppckov, Float_t* absco, Float_t* effic, 
+                            Float_t* rindex)
 {
 //
 //  Geant3 desription:
@@ -506,7 +507,7 @@ void  TG4GeometryManager::Gsckov(Int_t itmed, Int_t npckov, Float_t* ppckov,
   // get material of medium from table
   G3MedTableEntry* medium = G3Med.get(itmed);
   if (!medium) {
-    G4String text = "TG4GeometryManager::Gsckov: \n";
+    G4String text = "TG4GeometryManager::SetCerenkov: \n";
     text = text + "    Medium not found."; 
     G4Exception(text);
   }  
index 753f906a2a862d3b9b03118d30aff83ecbe56db7..9cd8fd73c76fc7a75904e9620b207564f80eb58b 100644 (file)
@@ -65,7 +65,7 @@ class TG4GeometryManager
                         Float_t &dens, Float_t &radl, Float_t &absl,
                         Float_t* ubuf, Int_t& nbuf); 
     void  Gstpar(Int_t itmed, const char *param, Float_t parval); 
-    void  Gsckov(Int_t itmed, Int_t npckov, Float_t *ppckov,
+    void  SetCerenkov(Int_t itmed, Int_t npckov, Float_t *ppckov,
                         Float_t *absco, Float_t *effic, Float_t *rindex); 
 
     // functions from GGEOM