From e8f5ab185be9040494544068aa655204004be87b Mon Sep 17 00:00:00 2001 From: richterm Date: Thu, 5 Jan 2012 08:03:28 +0000 Subject: [PATCH] removing unnecessary include files, update of description --- HLT/TPCLib/AliHLTTPCTrackMCMarkerComponent.cxx | 16 ++++++++-------- HLT/TPCLib/AliHLTTPCTrackMCMarkerComponent.h | 13 +++++++------ 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/HLT/TPCLib/AliHLTTPCTrackMCMarkerComponent.cxx b/HLT/TPCLib/AliHLTTPCTrackMCMarkerComponent.cxx index 8eb48ed931b..5ccf942921f 100644 --- a/HLT/TPCLib/AliHLTTPCTrackMCMarkerComponent.cxx +++ b/HLT/TPCLib/AliHLTTPCTrackMCMarkerComponent.cxx @@ -1,3 +1,5 @@ +// $Id$ + // ************************************************************************** // This file is property of and copyright by the ALICE HLT Project * // ALICE Experiment at CERN, All rights reserved. * @@ -15,16 +17,14 @@ // * //*************************************************************************** - -#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 #include #include - +#include // ROOT macro for the implementation of ROOT specific class methods ClassImp( AliHLTTPCTrackMCMarkerComponent ) diff --git a/HLT/TPCLib/AliHLTTPCTrackMCMarkerComponent.h b/HLT/TPCLib/AliHLTTPCTrackMCMarkerComponent.h index bbf3400bfd2..3984c009392 100644 --- a/HLT/TPCLib/AliHLTTPCTrackMCMarkerComponent.h +++ b/HLT/TPCLib/AliHLTTPCTrackMCMarkerComponent.h @@ -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; -- 2.43.0