]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
moved from physics to global; added comment lines separating methods
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 9 Aug 2001 11:09:38 +0000 (11:09 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 9 Aug 2001 11:09:38 +0000 (11:09 +0000)
TGeant4/TG4G3Defaults.cxx

index 874f4803073ca92bfd58c4bd63113f209fbfddb4..9d461371d77bd64b5cec255bacd1cf3d6c6a0dec 100644 (file)
@@ -1,5 +1,5 @@
 // $Id$
-// Category: physics
+// Category: global
 //
 // See the class description in the header file.
 
@@ -39,14 +39,17 @@ const TG4G3ControlValue TG4G3Defaults::fgkDCAY = kActivate;   // 1
 const TG4G3ControlValue TG4G3Defaults::fgkLOSS = kActivate2;  // 2
 const TG4G3ControlValue TG4G3Defaults::fgkMULS = kActivate;   // 1
 
+//_____________________________________________________________________________
 TG4G3Defaults::TG4G3Defaults() {
 //
 }
   
+//_____________________________________________________________________________
 TG4G3Defaults::~TG4G3Defaults() {
 //
 }
 
+//_____________________________________________________________________________
 G4double TG4G3Defaults::CutValue(G4int g3Cut)
 {
 // Returns the G3 default value for the specified cut.
@@ -79,6 +82,7 @@ G4double TG4G3Defaults::CutValue(G4int g3Cut)
   }
 }          
 
+//_____________________________________________________________________________
 TG4G3ControlValue TG4G3Defaults::ControlValue(G4int control)
 {
 // Returns the G3 default value for the specified control.
@@ -116,6 +120,7 @@ TG4G3ControlValue TG4G3Defaults::ControlValue(G4int control)
   }
 }          
 
+//_____________________________________________________________________________
 G4bool TG4G3Defaults::IsDefaultCut(TG4G3Cut cut, G4double value)
 {
 // Tests if the parameter value is equal to the G3 default value.
@@ -127,6 +132,7 @@ G4bool TG4G3Defaults::IsDefaultCut(TG4G3Cut cut, G4double value)
     return true;
 }
 
+//_____________________________________________________________________________
 G4bool TG4G3Defaults::IsDefaultControl(TG4G3Control control,
                                               G4double value)
 {