]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCTrackHistoComponent.cxx
removing unnecessary include files; updating class description
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCTrackHistoComponent.cxx
index b59214d3739e68d5188b5beb63f27f33330696c7..4514ff2a32558487d8431490fb1da4b84583ecf2 100644 (file)
 //* provided "as is" without express or implied warranty.                  *
 //**************************************************************************
 
-/** @file   AliHLTTPCTrackHistoComponent.cxx
-    @author Gaute Ovrebekk, Matthias Richter, Kalliopi Kanaki
-    @date   
-    @brief  A histogram component with track and associated cluster properties 
-*/
-
-#if __GNUC__>= 3
-using namespace std;
-#endif
+/// @file   AliHLTTPCTrackHistoComponent.cxx
+/// @author Gaute Ovrebekk, Matthias Richter, Kalliopi Kanaki
+/// @date   
+/// @brief  A histogram component with track and associated cluster properties 
+///
 
 #include "AliHLTTPCTrackHistoComponent.h"
 #include "AliHLTTPCTransform.h"
@@ -44,10 +40,6 @@ using namespace std;
 #include "TObjString.h"
 #include "TObjArray.h"
 
-
-#include "AliHLTTPCTrack.h"
-
-
 /** ROOT macro for the implementation of ROOT specific class methods */
 ClassImp(AliHLTTPCTrackHistoComponent)