]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/icepack/IceEvent.cxx
04-mar-2005 NvE Installation scripts named amdgcclib.sh introduced in all /scripts...
[u/mrichter/AliRoot.git] / RALICE / icepack / IceEvent.cxx
index 79e2f0a6328b8b0e60681d4dc63f6c6a8dc5deb3..a66e609b06a94df6d9e8c9ff494853b18ca63539 100644 (file)
 // Basically this class provides an IceCube tailored user interface
 // to the functionality of the class AliEvent.
 //
+// Notes :
+// ------
+// * In the event structure MC tracks are labeled with a negative track ID,
+//   whereas reconstructed tracks are labeled with a positive track ID.
+//   This allows for a direct selection of either MC or Reco tracks via the
+//   GetIdTrack() facility.
+// * The particle codes used for the various tracks are the PDG ones.
+//   For IceCube specific "particle" types (e.g. deltae) the PDG database
+//   has been extended, as can be seen in the IceF2k class which provides
+//   a conversion facility from the F2K into the Ralice/IcePack format.
+//
 // Examples :
 // ==========
 //