]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
moved from geometry to digits+hits; comment lines separating methods
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 9 Aug 2001 12:16:45 +0000 (12:16 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 9 Aug 2001 12:16:45 +0000 (12:16 +0000)
AliGeant4/AliLegoSensitiveDetector.cxx

index 5d950b1c4d6ef94a53bc2866043085325c820417..5e83d7c56f74bd8e0dd8f048100bfc67ce97a551 100644 (file)
@@ -1,11 +1,12 @@
 // $Id$ //
-// Category: geometry
+// Category: digits+hits
 //
 // See the class description in the header file.
 
 #include "AliLegoSensitiveDetector.h"
 #include "AliLego.h"
 
+//_____________________________________________________________________________
 AliLegoSensitiveDetector::AliLegoSensitiveDetector(
                              G4String name, AliLego* lego, 
                             G4VSensitiveDetector* standardSD)
@@ -16,6 +17,7 @@ AliLegoSensitiveDetector::AliLegoSensitiveDetector(
 //
 }
 
+//_____________________________________________________________________________
 AliLegoSensitiveDetector::AliLegoSensitiveDetector(
                                  const AliLegoSensitiveDetector& right)
   : TG4VSensitiveDetector(right)                            
@@ -25,16 +27,19 @@ AliLegoSensitiveDetector::AliLegoSensitiveDetector(
   *this = right;
 }
 
+//_____________________________________________________________________________
 AliLegoSensitiveDetector::AliLegoSensitiveDetector() {
 //
 }
 
+//_____________________________________________________________________________
 AliLegoSensitiveDetector::~AliLegoSensitiveDetector() {
 //
 }
 
 // operators
 
+//_____________________________________________________________________________
 AliLegoSensitiveDetector& 
 AliLegoSensitiveDetector::operator=(const AliLegoSensitiveDetector &right)
 {
@@ -52,6 +57,7 @@ AliLegoSensitiveDetector::operator=(const AliLegoSensitiveDetector &right)
 
 // public methods
 
+//_____________________________________________________________________________
 void AliLegoSensitiveDetector::UserProcessHits(const G4Track* track,
                                                const G4Step* step)
 {