]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDpoints.cxx
Comments updated and merge problems solved.
[u/mrichter/AliRoot.git] / TRD / AliTRDpoints.cxx
index 459586bafac4e9c36ede5e65f6971a8d4748b2a1..cbdde16eb259bb40a8b3f597360cfd6a65e68035 100644 (file)
 
 /*
 $Log$
+Revision 1.3  2000/10/15 23:40:01  cblume
+Remove AliTRDconst
+
+Revision 1.2  2000/10/06 16:49:46  cblume
+Made Getters const
+
 Revision 1.1.2.1  2000/09/18 13:44:21  cblume
 New class AliTRDpoints to display the TR photon hits
 
@@ -22,15 +28,18 @@ New class AliTRDpoints to display the TR photon hits
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
-//  This class contains the TRD points for the ALICE event display           //
+//  This class contains the TRD points for the ALICE event display.          //
+//  Used to seperately display dEdx and TR photon hits.                      //
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
-#include "AliTRDpoints.h"
+#include <TPad.h>
+#include <TView.h>
+
 #include "AliRun.h"
 #include "AliDetector.h"
-#include "TPad.h"
-#include "TView.h"
+
+#include "AliTRDpoints.h"
  
 ClassImp(AliTRDpoints)