]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removing unnecessary include files, update of description
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Jan 2012 08:03:28 +0000 (08:03 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Jan 2012 08:03:28 +0000 (08:03 +0000)
HLT/TPCLib/AliHLTTPCTrackMCMarkerComponent.cxx
HLT/TPCLib/AliHLTTPCTrackMCMarkerComponent.h

index 8eb48ed931b1e44c6969b841e98e83ba0112c4b5..5ccf942921f0cb9abec2ab40abefab3bc4e5ed5c 100644 (file)
@@ -1,3 +1,5 @@
+// $Id$
+
 // **************************************************************************
 // This file is property of and copyright by the ALICE HLT Project          *
 // ALICE Experiment at CERN, All rights reserved.                           *
 //                                                                          *
 //***************************************************************************
 
-
-#if __GNUC__>= 3
-using namespace std;
-#endif
+/// @file   AliHLTTPCTrackMCMarkerComponent.cxx
+/// @author Matthias Kretz
+/// @date
+/// @brief  Marker component for TPC cluster mc labels.
+///
 
 #include "AliHLTTPCTrackMCMarkerComponent.h"
 #include "AliHLTTPCTransform.h"
-#include "AliHLTTPCTrackSegmentData.h"
-#include "AliHLTTPCTrack.h"
-#include "AliHLTTPCTrackArray.h"
 #include "AliHLTTPCTrackletDataFormat.h"
 #include "AliHLTTPCCADef.h"
 #include "AliHLTTPCDefinitions.h"
@@ -40,7 +40,7 @@ using namespace std;
 #include <climits>
 #include <cstdlib>
 #include <cerrno>
-
+#include <algorithm>
 
 // ROOT macro for the implementation of ROOT specific class methods
 ClassImp( AliHLTTPCTrackMCMarkerComponent )
index bbf3400bfd2e4e1fc6df88a7898b0d46acbc92c3..3984c00939227e121551fa6aeba0af27f8dddc14 100644 (file)
@@ -1,3 +1,5 @@
+//-*- Mode: C++ -*-
+// $Id$
 // ************************************************************************
 // This file is property of and copyright by the ALICE HLT Project        *
 // ALICE Experiment at CERN, All rights reserved.                         *
@@ -5,15 +7,14 @@
 //                                                                        *
 //*************************************************************************
 
-
 #ifndef ALIHLTTPTRACKMCMARKERCOMPONENT_H
 #define ALIHLTTPTRACKMCMARKERCOMPONENT_H
 
-/** @file   AliHLTTPCTrackMCMarkerComponent.h
-    @author Matthias Kretz
-    @date
-    @brief  HLT TPC CA global merger component.
-*/
+/// @file   AliHLTTPCTrackMCMarkerComponent.h
+/// @author Matthias Kretz
+/// @date
+/// @brief  Marker component for TPC cluster mc labels.
+///
 
 #include "AliHLTProcessor.h"
 class AliHLTTPCClusterMCData;