]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant4/TG4StepManager.h
Coding Rule violations corrected.
[u/mrichter/AliRoot.git] / TGeant4 / TG4StepManager.h
index 7e57aa37987fd9c00c0db16c024d93258ad21cf2..fdd97f266ab85ff975bc324764ecdcf0addebfe7 100644 (file)
@@ -1,9 +1,12 @@
 // $Id$
 // Category: event
 //
-// Geant4 implementation of the MonteCarlo interface methods                    
-// for access to Geant4 at step level
+// Author: I.Hrivnacova
 //
+// Class TG4StepManager
+// --------------------
+// Geant4 implementation of the MonteCarlo interface methods                    
+// for access to Geant4 at step level.
 // The public methods that do not implement AliMC methods
 // are commented as G4 specific
 
@@ -39,9 +42,8 @@ class TG4StepManager
     static TG4StepManager* Instance();
         
     // methods
-    void StopTrack(); //new
-    void StopEvent(); //new
-    void Rndm(Float_t* array, const Int_t size) const;
+    void StopTrack();
+    void StopEvent();
     
     // set methods
     void SetStep(G4Step* step, TG4StepStatus status);    // G4 specific
@@ -64,11 +66,11 @@ class TG4StepManager
     const char* CurrentVolOffName(Int_t off) const;
     Int_t CurrentMaterial(Float_t &a, Float_t &z, Float_t &dens, 
                     Float_t &radl, Float_t &absl) const;
-    void Gmtod(Float_t* xm, Float_t* xd, Int_t iflag);  //new
-    void Gdtom(Float_t* xd, Float_t* xm, Int_t iflag); //new
+    void Gmtod(Float_t* xm, Float_t* xd, Int_t iflag);
+    void Gdtom(Float_t* xd, Float_t* xm, Int_t iflag);
     Float_t MaxStep() const;
     Int_t GetMaxNStep() const;  //??                       
-    Int_t GetMedium() const;  //??
+    Int_t GetMedium() const;
 
         // tracking particle 
         // dynamic properties