]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant4/TG4SpecialCuts.h
added arguments name in method declarations
[u/mrichter/AliRoot.git] / TGeant4 / TG4SpecialCuts.h
index 10ea8e97666fee67fba9ced73f69ddff5f824eaa..ec0ed35f4bb727cacb9fb07f98cc3635815cf660 100644 (file)
@@ -30,7 +30,8 @@ class TG4SpecialCuts: public G4UserSpecialCuts
     virtual G4double PostStepGetPhysicalInteractionLength(
                        const G4Track& track, G4double previousStepSize,
                        G4ForceCondition* condition);
-    virtual G4VParticleChange* PostStepDoIt(const G4Track& , const G4Step&);
+    virtual G4VParticleChange* PostStepDoIt(const G4Track& track, 
+                       const G4Step& step);
                            
   protected:
     TG4SpecialCuts();