]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
A comment explaining the meaning of the negative values of returned MC labels.
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 18 Jul 2008 09:50:16 +0000 (09:50 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 18 Jul 2008 09:50:16 +0000 (09:50 +0000)
STEER/AliESDtrack.h

index 2bdf7081d21e792ca1f02f6dc5785a4eb4dd7572..e2667f8c0c12920fdf28f5edb0b413df46c2c2e6 100644 (file)
  *      external param2:   local sine of the track momentum azimuthal angle  *
  *      external param3:   tangent of the track momentum dip angle           *
  *      external param4:   1/pt (1/(GeV/c))                                  *
+ *                                                                           *
+ * The Get*Label() getters return the label of the associated MC particle.   *
+ * The absolute value of this label is the index of the particle within the  *
+ * MC stack. If the label is negative, this track was assigned a certain     *
+ * number of clusters that did not in fact belong to this track.             *
  *****************************************************************************/
 
 #include <TBits.h>