]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDebugVolume.cxx
Transition to NewIO
[u/mrichter/AliRoot.git] / STEER / AliDebugVolume.cxx
index 950a0714a5b59f60a2bec606b31b6bf539bc5e2f..3a99a90c93409ce5398553e70cd0aed87be88fa0 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/* $Header$ */
+/* $Id$ */
+
+//-----------------------------------------------------------------------
+//    Class to debug entry and exit from a volume
+//    Used by AliLego class
+//    Author: A.Morsch
+//-----------------------------------------------------------------------
 
 #include "AliDebugVolume.h"
 
@@ -60,6 +66,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";