]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coding violations...
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Mar 2005 13:11:58 +0000 (13:11 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Mar 2005 13:11:58 +0000 (13:11 +0000)
HLT/hough/AliL3HoughBaseTransformer.cxx
HLT/hough/AliL3HoughBaseTransformer.h

index c296560249867e5c1098227e1f1786ef83b65e35..9b9aff2d2f7b9a6b2c28f6c0d719c753fdf97dbb 100644 (file)
@@ -2,13 +2,15 @@
 
 // Author: Anders Vestbo <mailto:vestbo@fi.uib.no>
 //*-- Copyright &copy ALICE HLT Group
+//-------------------------------------------------------------------------
+//          Implementation of the AliL3HoughBaseTransformer class
+//  that is the base class for AliL3HoughTransformer,
+//  AliL3HoughTransformerVhdl, AliL3HoughTransformerGlobal,
+//  AliL3HoughTransformerRow    
+//-------------------------------------------------------------------------
 
 #include "AliL3StandardIncludes.h"
 
-#include "AliL3Logging.h"
-#include "AliL3MemHandler.h"
-#include "AliL3DigitData.h"
-#include "AliL3Histogram.h"
 #include "AliL3HoughBaseTransformer.h"
 
 /** \class AliL3HoughBaseTransformer
index c36d1d5e0463e515db41817ed840bfe657c0fb4a..4437611b55b76bce80d479681afd3fe59b79390e 100644 (file)
@@ -3,6 +3,12 @@
 #ifndef ALIL3HOUGHBASETRANSFORMER_H
 #define ALIL3HOUGHBASETRANSFORMER_H
 
+//-------------------------------------------------------------------------
+//                Class AliL3HoughBaseTransformer
+//   This is the base class for all the Hough Transformer tracking
+//   algorithms for HLT. 
+//-------------------------------------------------------------------------
+
 #include "AliL3RootTypes.h"
 
 #ifdef do_mc
@@ -18,7 +24,7 @@ typedef struct AliL3TrackIndex AliL3TrackIndex;
 class AliL3DigitRowData;
 class AliL3Histogram;
 
-#include "../RAW/AliTPCRawStream.h"
+#include "AliTPCRawStream.h"
 
 class AliL3HoughBaseTransformer {