]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDpoints.cxx
Transition to NewIO
[u/mrichter/AliRoot.git] / TRD / AliTRDpoints.cxx
index 459586bafac4e9c36ede5e65f6971a8d4748b2a1..20e4f3c7c3ab290a82da5120718e945b2ce84883 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.1.2.1  2000/09/18 13:44:21  cblume
-New class AliTRDpoints to display the TR photon hits
-
-*/
+/* $Id$ */
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
-//  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)