]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDebugVolume.cxx
Updates by M. Horner and J. Klay
[u/mrichter/AliRoot.git] / STEER / AliDebugVolume.cxx
index c09da92b876be97de608c54013d92c89184c1031..0ead08cbf69b6a7bf012bfd94ac8198c60f6cf57 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.2  2002/10/23 07:43:00  alibrary
-Introducing some effective C++ suggestions
+/* $Id$ */
 
-Revision 1.1  2001/05/11 13:21:16  morsch
-Geom. volume data class. Can be used during lego run for debugging.
+//-----------------------------------------------------------------------
+//    Class to debug entry and exit from a volume
+//    Used by AliLego class
+//    Author: A.Morsch
+//-----------------------------------------------------------------------
 
-*/
 
 #include "AliDebugVolume.h"
 
@@ -68,6 +67,8 @@ Bool_t  AliDebugVolume::IsVEqual(const char* name, const Int_t copy) const
 //_______________________________________________________________________
 char*   AliDebugVolume::Status() const
 {
+  // Returns the status of the particle with respect to 
+  // the current volume (Undefined, Entering, Exiting) 
   char* tmp;
   tmp = "Undefined";
   if (fStatus == 1) tmp = "Entering";