]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant4/TG4Polycone.cxx
added comment lines separating methods
[u/mrichter/AliRoot.git] / TGeant4 / TG4Polycone.cxx
index c6151c4c874c797b5949273163ab3129bdc9619a..d4c213ac3438b306fae0dd8f6dab6f0c17d2cea4 100644 (file)
@@ -7,16 +7,20 @@
 #include "TG4Polycone.h"
 #include "TG4Globals.h"
 
+//_____________________________________________________________________________
 TG4Polycone::TG4Polycone(const G4Polycone& rhs) 
   : G4Polycone(rhs) {
 //
 }
 
+//_____________________________________________________________________________
 TG4Polycone::~TG4Polycone() {
 //
 }
 
 // private methods
+
+//_____________________________________________________________________________
 void TG4Polycone::CheckOrigin() 
 {
 // Checks if polycone was created in a "historical way"
@@ -33,6 +37,7 @@ void TG4Polycone::CheckOrigin()
 
 // public methods
 
+//_____________________________________________________________________________
 G4int TG4Polycone::GetNofZPlanes()
 {
 // Returns nof z planes.
@@ -43,7 +48,7 @@ G4int TG4Polycone::GetNofZPlanes()
   return original_parameters->Num_z_planes;
 }  
 
-
+//_____________________________________________________________________________
 G4double* TG4Polycone::GetRmin()
 {
 // Returns array of rmin parameters of the planes.
@@ -54,6 +59,7 @@ G4double* TG4Polycone::GetRmin()
   return original_parameters->Rmin;
 }  
 
+//_____________________________________________________________________________
 G4double* TG4Polycone::GetRmax()
 {
 // Returns array of rmax parameters of the planes.
@@ -64,6 +70,7 @@ G4double* TG4Polycone::GetRmax()
   return original_parameters->Rmax;
 }  
 
+//_____________________________________________________________________________
 G4double* TG4Polycone::GetZ()
 {
 // Returns array of z parameters of the planes.