From 7e914051ff1d676b40ba74d2a75b929f040432f3 Mon Sep 17 00:00:00 2001 From: richterm Date: Tue, 29 Jan 2008 09:52:37 +0000 Subject: [PATCH] documentation and keyword substitution fixed --- HLT/BASE/AliHLTMisc.h | 2 +- HLT/TPCLib/AliHLTTPCDigitReaderDecoder.cxx | 2 +- HLT/TPCLib/AliHLTTPCDigitReaderDecoder.h | 2 +- HLT/TPCLib/AliHLTTPCMapping.cxx | 3 ++- HLT/TPCLib/AliHLTTPCMapping.h | 2 +- HLT/TPCLib/comp/AliHLTTPCCompDataCompressorHelper.cxx | 6 +++++- HLT/TPCLib/comp/AliHLTTPCCompDataCompressorHelper.h | 5 +++-- HLT/TPCLib/comp/AliHLTTPCCompDumpComponent.cxx | 2 +- HLT/TPCLib/comp/AliHLTTPCCompDumpComponent.h | 4 ++-- HLT/TPCLib/comp/AliHLTTPCCompModelAnalysis.cxx | 2 +- HLT/TPCLib/comp/AliHLTTPCCompModelAnalysis.h | 8 ++++---- HLT/TPCLib/comp/AliHLTTPCCompModelConverter.cxx | 2 +- HLT/TPCLib/comp/AliHLTTPCCompModelConverter.h | 2 +- HLT/TPCLib/comp/AliHLTTPCCompModelConverterComponent.cxx | 2 +- HLT/TPCLib/comp/AliHLTTPCCompModelConverterComponent.h | 4 ++-- HLT/TPCLib/comp/AliHLTTPCCompModelDeconverter.cxx | 2 +- HLT/TPCLib/comp/AliHLTTPCCompModelDeconverter.h | 2 +- .../comp/AliHLTTPCCompModelDeconverterComponent.cxx | 2 +- HLT/TPCLib/comp/AliHLTTPCCompModelDeconverterComponent.h | 4 ++-- HLT/TPCLib/comp/AliHLTTPCCompModelDeflater.cxx | 2 +- HLT/TPCLib/comp/AliHLTTPCCompModelDeflater.h | 2 +- HLT/TPCLib/comp/AliHLTTPCCompModelDeflaterComponent.cxx | 2 +- HLT/TPCLib/comp/AliHLTTPCCompModelDeflaterComponent.h | 4 ++-- HLT/TPCLib/comp/AliHLTTPCCompModelInflater.cxx | 2 +- HLT/TPCLib/comp/AliHLTTPCCompModelInflater.h | 2 +- HLT/TPCLib/comp/AliHLTTPCCompModelInflaterComponent.cxx | 2 +- HLT/TPCLib/comp/AliHLTTPCCompModelInflaterComponent.h | 4 ++-- HLT/TPCLib/tracking/AliHLTTPCHistogram.cxx | 2 +- HLT/TPCLib/tracking/AliHLTTPCHistogram.h | 2 +- HLT/TPCLib/tracking/AliHLTTPCHistogramAdaptive.cxx | 2 +- HLT/rec/AliHLTMisc.cxx | 2 +- HLT/rec/AliRawReaderHLT.cxx | 2 +- HLT/rec/AliRawReaderHLT.h | 2 +- 33 files changed, 48 insertions(+), 42 deletions(-) diff --git a/HLT/BASE/AliHLTMisc.h b/HLT/BASE/AliHLTMisc.h index fb6fdc5da3e..2c259799bed 100644 --- a/HLT/BASE/AliHLTMisc.h +++ b/HLT/BASE/AliHLTMisc.h @@ -37,7 +37,7 @@ extern "C" { /** * Init the Run no for the CDB access. - * @param cdbpath path to the CDB + * @param runNo the run no * @return neg. error code if failed * @note function implemented in libHLTrec */ diff --git a/HLT/TPCLib/AliHLTTPCDigitReaderDecoder.cxx b/HLT/TPCLib/AliHLTTPCDigitReaderDecoder.cxx index cc7ba4b5f5a..5779cdad32d 100644 --- a/HLT/TPCLib/AliHLTTPCDigitReaderDecoder.cxx +++ b/HLT/TPCLib/AliHLTTPCDigitReaderDecoder.cxx @@ -1,4 +1,4 @@ -// $Id: AliHLTTPCDigitReaderDecoder.cxx,v 1.18 2007/11/26 23:19:47 richterm Exp $ +// $Id$ //************************************************************************** //* This file is property of and copyright by the ALICE HLT Project * diff --git a/HLT/TPCLib/AliHLTTPCDigitReaderDecoder.h b/HLT/TPCLib/AliHLTTPCDigitReaderDecoder.h index 18c63b4db1a..76acb0b6f03 100644 --- a/HLT/TPCLib/AliHLTTPCDigitReaderDecoder.h +++ b/HLT/TPCLib/AliHLTTPCDigitReaderDecoder.h @@ -1,5 +1,5 @@ // XEmacs -*-C++-*- -// @(#) $Id: AliHLTTPCDigitReaderDecoder.h,v 1.9 2007/11/28 21:29:24 richterm Exp $ +// $Id$ #ifndef ALIHLTTPCDIGITREADERDECODER_H #define ALIHLTTPCDIGITREADERDECODER_H diff --git a/HLT/TPCLib/AliHLTTPCMapping.cxx b/HLT/TPCLib/AliHLTTPCMapping.cxx index 05c319c6da4..e479aa420bd 100644 --- a/HLT/TPCLib/AliHLTTPCMapping.cxx +++ b/HLT/TPCLib/AliHLTTPCMapping.cxx @@ -1,4 +1,5 @@ -// $Id: AliHLTTPCDigitReaderRaw.cxx 22518 2007-11-26 23:19:47Z richterm $ +// $Id$ + /************************************************************************** * This file is property of and copyright by the ALICE HLT Project * * ALICE Experiment at CERN, All rights reserved. * diff --git a/HLT/TPCLib/AliHLTTPCMapping.h b/HLT/TPCLib/AliHLTTPCMapping.h index 73dd78318b7..4399265d89f 100644 --- a/HLT/TPCLib/AliHLTTPCMapping.h +++ b/HLT/TPCLib/AliHLTTPCMapping.h @@ -1,5 +1,5 @@ // -*- Mode: C++ -*- -// $Id: AliHLTTPCDigitReaderRaw.cxx 22518 2007-11-26 23:19:47Z richterm $ +// $Id$ #ifndef ALIHLTTPCMAPPING_H #define ALIHLTTPCMAPPING_H diff --git a/HLT/TPCLib/comp/AliHLTTPCCompDataCompressorHelper.cxx b/HLT/TPCLib/comp/AliHLTTPCCompDataCompressorHelper.cxx index e697bbb0fcb..3d205eaf558 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompDataCompressorHelper.cxx +++ b/HLT/TPCLib/comp/AliHLTTPCCompDataCompressorHelper.cxx @@ -1,4 +1,4 @@ -// @(#) $Id: AliHLTTPCCompDataCompressorHelper.cxx,v 1.1 2006/11/30 17:45:41 hristov Exp $ +// $Id$ /************************************************************************** * TPCCompModelAnalysisright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * @@ -41,6 +41,10 @@ using namespace std; ClassImp(AliHLTTPCCompDataCompressorHelper) +AliHLTTPCCompDataCompressorHelper::AliHLTTPCCompDataCompressorHelper() +{ +} + // see header file for more documentation // used variables for compression Int_t AliHLTTPCCompDataCompressorHelper::fgNumTimeBits = 12; diff --git a/HLT/TPCLib/comp/AliHLTTPCCompDataCompressorHelper.h b/HLT/TPCLib/comp/AliHLTTPCCompDataCompressorHelper.h index 797f6b162ca..e66add4287e 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompDataCompressorHelper.h +++ b/HLT/TPCLib/comp/AliHLTTPCCompDataCompressorHelper.h @@ -1,4 +1,5 @@ -// @(#) $Id: AliHLTTPCCompDataCompressorHelper.h,v 1.1 2006/11/30 17:45:41 hristov Exp $ +// XEmacs -*-C++-*- +// $Id$ /************************************************************************** * TPCCompModelAnalysisright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * @@ -161,7 +162,7 @@ class AliHLTTPCCompDataCompressorHelper { private: /** standard constructor */ - AliHLTTPCCompDataCompressorHelper() {}; + AliHLTTPCCompDataCompressorHelper(); /** standard destructor */ virtual ~AliHLTTPCCompDataCompressorHelper() {}; diff --git a/HLT/TPCLib/comp/AliHLTTPCCompDumpComponent.cxx b/HLT/TPCLib/comp/AliHLTTPCCompDumpComponent.cxx index 137cca2d8be..deb16b5ddb6 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompDumpComponent.cxx +++ b/HLT/TPCLib/comp/AliHLTTPCCompDumpComponent.cxx @@ -1,4 +1,4 @@ -// $Id: AliHLTTPCCompDumpComponent.cxx,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ /************************************************************************** * TPCCompDumpright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * diff --git a/HLT/TPCLib/comp/AliHLTTPCCompDumpComponent.h b/HLT/TPCLib/comp/AliHLTTPCCompDumpComponent.h index fde96789a38..694f69cc0ca 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompDumpComponent.h +++ b/HLT/TPCLib/comp/AliHLTTPCCompDumpComponent.h @@ -1,5 +1,5 @@ // XEmacs -*-C++-*- -// $Id: AliHLTTPCCompDumpComponent.h,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ #ifndef ALIHLTTPCCOMPDUMPCOMPONENT_H #define ALIHLTTPCCOMPDUMPCOMPONENT_H @@ -81,7 +81,7 @@ class AliHLTTPCCompDumpComponent : public AliHLTProcessor int DoDeinit(); /** do event function - * @param evt Data const AliHLTComponent_EventData& to event data + * @param evtData const AliHLTComponent_EventData& to event data * @param blocks const AliHLTComponent_BlockData* to blocks of event data * @param trigData AliHLTComponent_TriggerData& of trigger data * @param outputPtr AliHLTUInt8_t* pointer to output data diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelAnalysis.cxx b/HLT/TPCLib/comp/AliHLTTPCCompModelAnalysis.cxx index 00363d1de13..c0765602ad1 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelAnalysis.cxx +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelAnalysis.cxx @@ -1,4 +1,4 @@ -// $Id: AliHLTTPCCompModelAnalysis.cxx,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ /************************************************************************** * TPCCompModelAnalysisright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelAnalysis.h b/HLT/TPCLib/comp/AliHLTTPCCompModelAnalysis.h index 8885d712816..b3186138329 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelAnalysis.h +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelAnalysis.h @@ -1,5 +1,5 @@ // XEmacs -*-C++-*- -// $Id: AliHLTTPCCompModelAnalysis.h,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ #ifndef ALIHLTTPCCOMPMODELANALYSIS_H #define ALIHLTTPCCOMPMODELANALYSIS_H @@ -72,7 +72,7 @@ public: Bool_t GetfTrackAnalysis() {return fTrackAnalysis;}; /** fill track arrays with track data from original and secondary tracking - * @param firsttracklets pointer to track array to be filled + * @param tracklets pointer to track array to be filled * @param fillingfirsttracks boolean to decide which track array is to be filled (1 for first, 0 for second) * @return 0 upon success */ @@ -129,7 +129,7 @@ private: Bool_t GetTrashTrackPythiaInfo(AliHLTTPCTrack* discardedtrack); /** compare information of a cluster not assigned to any track with its Pythia information - * @param discarded cluster pointer to discarded cluster + * @param discardedcluster pointer to discarded cluster * @return 0 upon correct decision (cluster not assigned to any track is true in Pythia, i.e. cluster = noise cluster) * @return 1 upon wrong decision (cluster wrongly discarded, i.e. it belongs to a valuable track according to Pythia) */ @@ -149,7 +149,7 @@ private: */ Int_t ComparePythiaTrackInfo(AliHLTTPCTrackList* firsttracklistelement, AliHLTTPCTrackList* secondtracklistelement); - /** if -graphfile .root is given as input parameter, histrograms are created + /** if -graphfile 'filename'.root is given as input parameter, histrograms are created * @param relativedifferences boolean to decide whether to plot histograms * with relative differences in track paramters (1) or not (0), 1 by default * @return 0 upon success diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelConverter.cxx b/HLT/TPCLib/comp/AliHLTTPCCompModelConverter.cxx index a30fefec560..09a5f5cb585 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelConverter.cxx +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelConverter.cxx @@ -1,4 +1,4 @@ -// $Id: AliHLTTPCCompModelConverter.cxx,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ /************************************************************************** * TPCCompModelConverterright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelConverter.h b/HLT/TPCLib/comp/AliHLTTPCCompModelConverter.h index b8555b5f5b0..6b961080127 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelConverter.h +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelConverter.h @@ -1,5 +1,5 @@ // XEmacs -*-C++-*- -// $Id: AliHLTTPCCompModelConverter.h,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ #ifndef ALIHLTTPCCOMPMODELCONVERTER_H #define ALIHLTTPCCOMPMODELCONVERTER_H diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelConverterComponent.cxx b/HLT/TPCLib/comp/AliHLTTPCCompModelConverterComponent.cxx index 497ca90887b..9c7dea42823 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelConverterComponent.cxx +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelConverterComponent.cxx @@ -1,4 +1,4 @@ -// $Id: AliHLTTPCCompModelConverterComponent.cxx,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ /************************************************************************** * TPCCompModelConverterright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelConverterComponent.h b/HLT/TPCLib/comp/AliHLTTPCCompModelConverterComponent.h index d9da56f5d37..b32a430bfb0 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelConverterComponent.h +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelConverterComponent.h @@ -1,5 +1,5 @@ // XEmacs -*-C++-*- -// $Id: AliHLTTPCCompModelConverterComponent.h,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ #ifndef ALIHLTTPCCOMPMODELCONVERTERCOMPONENT_H #define ALIHLTTPCCOMPMODELCONVERTERCOMPONENT_H @@ -81,7 +81,7 @@ protected: int DoDeinit(); /** do event function - * @param evt Data const AliHLTComponent_EventData& to event data + * @param evtData const AliHLTComponent_EventData& to event data * @param blocks const AliHLTComponent_BlockData* to blocks of event data * @param trigData AliHLTComponent_TriggerData& of trigger data * @param outputPtr AliHLTUInt8_t* pointer to output data diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverter.cxx b/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverter.cxx index a2db71a3c72..7c6b94d1a99 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverter.cxx +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverter.cxx @@ -1,4 +1,4 @@ -// $Id: AliHLTTPCCompModelDeconverter.cxx,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ /************************************************************************** * TPCCompModelDeconverterright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverter.h b/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverter.h index 03bedbce7fb..1a96cc34add 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverter.h +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverter.h @@ -1,5 +1,5 @@ // XEmacs -*-C++-*- -// $Id: AliHLTTPCCompModelDeconverter.h,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ #ifndef ALIHLTTPCCOMPMODELDECONVERTER_H #define ALIHLTTPCCOMPMODELDECONVERTER_H diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverterComponent.cxx b/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverterComponent.cxx index 43df7a225a2..663fe1feaff 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverterComponent.cxx +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverterComponent.cxx @@ -1,4 +1,4 @@ -// $Id: AliHLTTPCCompModelDeconverterComponent.cxx,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ /************************************************************************** * TPCCompModelDeconverterright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverterComponent.h b/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverterComponent.h index 37e30286c03..698a4223c8b 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverterComponent.h +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelDeconverterComponent.h @@ -1,5 +1,5 @@ // XEmacs -*-C++-*- -// $Id: AliHLTTPCCompModelDeconverterComponent.h,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ #ifndef ALIHLTTPCCOMPMODELDECONVERTERCOMPONENT_H #define ALIHLTTPCCOMPMODELDECONVERTERCOMPONENT_H @@ -80,7 +80,7 @@ class AliHLTTPCCompModelDeconverterComponent : public AliHLTProcessor int DoDeinit(); /** do event function - * @param evt Data const AliHLTComponent_EventData& to event data + * @param evtData const AliHLTComponent_EventData& to event data * @param blocks const AliHLTComponent_BlockData* to blocks of event data * @param trigData AliHLTComponent_TriggerData& of trigger data * @param outputPtr AliHLTUInt8_t* pointer to output data diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelDeflater.cxx b/HLT/TPCLib/comp/AliHLTTPCCompModelDeflater.cxx index 729703c2259..bd0e9cccc9d 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelDeflater.cxx +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelDeflater.cxx @@ -1,4 +1,4 @@ -// $Id: AliHLTTPCCompModelDeflater.cxx,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ /************************************************************************** * TPCCompModelDeflaterright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelDeflater.h b/HLT/TPCLib/comp/AliHLTTPCCompModelDeflater.h index f8b4562736d..91a0e9e7cb6 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelDeflater.h +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelDeflater.h @@ -1,5 +1,5 @@ // XEmacs -*-C++-*- -// $Id: AliHLTTPCCompModelDeflater.h,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ #ifndef ALIHLTTPCCOMPMODELDEFLATER_H #define ALIHLTTPCCOMPMODELDEFLATER_H diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelDeflaterComponent.cxx b/HLT/TPCLib/comp/AliHLTTPCCompModelDeflaterComponent.cxx index 6a32d400fed..622b09fb976 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelDeflaterComponent.cxx +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelDeflaterComponent.cxx @@ -1,4 +1,4 @@ -// $Id: AliHLTTPCCompModelDeflaterComponent.cxx,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ /************************************************************************** * TPCCompModelDeflaterright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelDeflaterComponent.h b/HLT/TPCLib/comp/AliHLTTPCCompModelDeflaterComponent.h index 3ca8338ffab..3a79f3c44fc 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelDeflaterComponent.h +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelDeflaterComponent.h @@ -1,5 +1,5 @@ // XEmacs -*-C++-*- -// $Id: AliHLTTPCCompModelDeflaterComponent.h,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ #ifndef ALIHLTTPCCOMPMODELDEFLATERCOMPONENT_H #define ALIHLTTPCCOMPMODELDEFLATERCOMPONENT_H @@ -81,7 +81,7 @@ class AliHLTTPCCompModelDeflaterComponent : public AliHLTProcessor int DoDeinit(); /** do event function - * @param evt Data const AliHLTComponent_EventData& to event data + * @param evtData const AliHLTComponent_EventData& to event data * @param blocks const AliHLTComponent_BlockData* to blocks of event data * @param trigData AliHLTComponent_TriggerData& of trigger data * @param outputPtr AliHLTUInt8_t* pointer to output data diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelInflater.cxx b/HLT/TPCLib/comp/AliHLTTPCCompModelInflater.cxx index 9b47672f580..1b51fa35447 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelInflater.cxx +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelInflater.cxx @@ -1,4 +1,4 @@ -// $Id: AliHLTTPCCompModelInflater.cxx,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ /************************************************************************** * TPCCompModelInflaterright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelInflater.h b/HLT/TPCLib/comp/AliHLTTPCCompModelInflater.h index 5ccd456f160..99a938ccc06 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelInflater.h +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelInflater.h @@ -1,5 +1,5 @@ // XEmacs -*-C++-*- -// $Id: AliHLTTPCCompModelInflater.h,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ #ifndef ALIHLTTPCCOMPMODELINFLATER_H #define ALIHLTTPCCOMPMODELINFLATER_H diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelInflaterComponent.cxx b/HLT/TPCLib/comp/AliHLTTPCCompModelInflaterComponent.cxx index e1ebaa83016..fcf16804922 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelInflaterComponent.cxx +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelInflaterComponent.cxx @@ -1,4 +1,4 @@ -// $Id: AliHLTTPCCompModelInflaterComponent.cxx,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ /************************************************************************** * TPCCompModelInflaterright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * diff --git a/HLT/TPCLib/comp/AliHLTTPCCompModelInflaterComponent.h b/HLT/TPCLib/comp/AliHLTTPCCompModelInflaterComponent.h index f8178e6f182..bbba0af9b84 100644 --- a/HLT/TPCLib/comp/AliHLTTPCCompModelInflaterComponent.h +++ b/HLT/TPCLib/comp/AliHLTTPCCompModelInflaterComponent.h @@ -1,5 +1,5 @@ // XEmacs -*-C++-*- -// $Id: AliHLTTPCCompModelInflaterComponent.h,v 1.2 2006/08/10 09:46:51 richterm Exp $ +// $Id$ #ifndef ALIHLTTPCCOMPMODELINFLATERCOMPONENT_H #define ALIHLTTPCCOMPMODELINFLATERCOMPONENT_H @@ -81,7 +81,7 @@ class AliHLTTPCCompModelInflaterComponent : public AliHLTProcessor int DoDeinit(); /** do event function - * @param evt Data const AliHLTComponent_EventData& to event data + * @param evtData const AliHLTComponent_EventData& to event data * @param blocks const AliHLTComponent_BlockData* to blocks of event data * @param trigData AliHLTComponent_TriggerData& of trigger data * @param outputPtr AliHLTUInt8_t* pointer to output data diff --git a/HLT/TPCLib/tracking/AliHLTTPCHistogram.cxx b/HLT/TPCLib/tracking/AliHLTTPCHistogram.cxx index 29ccf258989..15fa426cae5 100644 --- a/HLT/TPCLib/tracking/AliHLTTPCHistogram.cxx +++ b/HLT/TPCLib/tracking/AliHLTTPCHistogram.cxx @@ -1,4 +1,4 @@ -// @(#) $Id: AliHLTHistogram.cxx,v 1.1 2006/11/30 17:45:42 hristov Exp +// $Id$ // origin: hough/AliL3Histogram.cxx,v 1.31 Thu Jun 23 17:46:54 2005 UTC by hristov // Author: Anders Vestbo diff --git a/HLT/TPCLib/tracking/AliHLTTPCHistogram.h b/HLT/TPCLib/tracking/AliHLTTPCHistogram.h index 8e6b376423f..1a6b109ae68 100644 --- a/HLT/TPCLib/tracking/AliHLTTPCHistogram.h +++ b/HLT/TPCLib/tracking/AliHLTTPCHistogram.h @@ -1,4 +1,4 @@ -// @(#) $Id: AliHLTHistogram.h,v 1.1 2006/11/30 17:45:43 hristov Exp +// $Id$ // origin: hough/AliL3Histogram.h,v 1.28 Wed Sep 29 12:01:17 2004 UTC by cvetan #ifndef ALIHLTTPCHISTOGRAM_H diff --git a/HLT/TPCLib/tracking/AliHLTTPCHistogramAdaptive.cxx b/HLT/TPCLib/tracking/AliHLTTPCHistogramAdaptive.cxx index c5ab484210f..079eecfafb8 100644 --- a/HLT/TPCLib/tracking/AliHLTTPCHistogramAdaptive.cxx +++ b/HLT/TPCLib/tracking/AliHLTTPCHistogramAdaptive.cxx @@ -1,4 +1,4 @@ -// @(#) $Id: AliHLTTPCHistogramAdaptive.cxx,v 1.1 2006/11/30 17:45:43 hristov Exp +// $Id$ // origin: hough/AliL3HistogramAdaptive.cxx,v 1.13 Thu Jun 23 17:46:54 2005 UTC by hristov // Author: Anders Vestbo diff --git a/HLT/rec/AliHLTMisc.cxx b/HLT/rec/AliHLTMisc.cxx index c9927032244..62fb593ad0e 100644 --- a/HLT/rec/AliHLTMisc.cxx +++ b/HLT/rec/AliHLTMisc.cxx @@ -1,4 +1,4 @@ -// @(#) $Id: AliHLTDynamicAliLog.cxx 23318 2008-01-14 12:43:28Z hristov $ +// $Id$ /************************************************************************** * This file is property of and copyright by the ALICE HLT Project * diff --git a/HLT/rec/AliRawReaderHLT.cxx b/HLT/rec/AliRawReaderHLT.cxx index 872e087f6d7..d405e41d3ad 100644 --- a/HLT/rec/AliRawReaderHLT.cxx +++ b/HLT/rec/AliRawReaderHLT.cxx @@ -1,4 +1,4 @@ -// $Id: AliHLTReconstructor.cxx 21363 2007-10-12 13:24:47Z richterm $ +// $Id$ /************************************************************************** * This file is property of and copyright by the ALICE HLT Project * diff --git a/HLT/rec/AliRawReaderHLT.h b/HLT/rec/AliRawReaderHLT.h index 4b792527363..7bf502e5e7d 100644 --- a/HLT/rec/AliRawReaderHLT.h +++ b/HLT/rec/AliRawReaderHLT.h @@ -1,5 +1,5 @@ //-*- Mode: C++ -*- -// $Id: AliHLTReconstructor.cxx 21363 2007-10-12 13:24:47Z richterm $ +// $Id$ #ifndef ALIRAWREADERHLT_H #define ALIRAWREADERHLT_H -- 2.39.3