]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCCFComparisonComponent.cxx
code cleanup, removing unused functionality; fully implemented in the AliHLTTPCDataCo...
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCCFComparisonComponent.cxx
index 027be6e16354fd3c8e0e75b253eac2ce85178741..c4eced46eb554f75c15cdf5bc00b45dfa62f09f6 100644 (file)
 //* provided "as is" without express or implied warranty.                  *
 //**************************************************************************
 
-/** @file   AliHLTTPCCFComparisonComponent.cxx
-    @author Kalliopi Kanaki
-    @date   
-    @brief  A comparison component for FCF and SCF properties
-*/
-
-#if __GNUC__>= 3
-using namespace std;
-#endif
+/// @file   AliHLTTPCCFComparisonComponent.cxx
+/// @author Kalliopi Kanaki
+/// @date   
+/// @brief  A comparison component for FCF and SCF properties
+///
 
 #include "AliHLTTPCCFComparisonComponent.h"
 #include "AliHLTTPCTransform.h"
@@ -43,9 +39,6 @@ using namespace std;
 #include "TObjString.h"
 #include "TObjArray.h"
 
-#include "AliHLTTPCTrack.h"
-
-
 /** ROOT macro for the implementation of ROOT specific class methods */
 ClassImp(AliHLTTPCCFComparisonComponent)