]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/ChangeLog
ChangeLog and version no updated
[u/mrichter/AliRoot.git] / HLT / ChangeLog
CommitLineData
aec1b04c 12007-02-20 version HLT-v0-5 tagged
2
32007-02-20
4 - Cellular Automaton tracker added to TPC Lib
5 - TPC OnlineDisplay updated to the lates version of the CERN HLT cluster
6 libAliHLTTPCDisplay version for the AliHLTGUI v 1.5.2
7 - TPC ESD writer component finalized
3cde846d 82007-02-05
9 - improvements in AliHLTFilePublisher/Writer
aec1b04c 10 - minor fix in component handler to pipe log messages during registration
3cde846d 11 of standard components into right log channel
12 - the ProcessEvent method is now a method of the component base class,
13 the actual processing method to implement is DoProcessing
14 - new standard component AliHLTRootFileWriterComponent added
15 - TPCLib: AliHLTTPCEsdWriterComponent added, conversion of AliHLTTPCTrack
16 to AliTPCtrack implemented (not finished)
17 - small fixes in stand-alone build system (libAliHLTPHOS.pkg, *LinkDef.h)
18
9ce4bf4a 192007-01-19
20 - AliHLTFileWriter added, handling of standard components in libHLT
21 added to ComponentHandler
22 - several fixes in the HLT offline framework
2d7ff710 232007-01-05
24 - changes according to coding conventions and documentation
3cde846d 25 - AliHLTTPCDigitReaderRaw: HAVE_TPC_MAPPING dependent implementation
26 fixed in order to make class definition independent
2d7ff710 27 - helper functions for data structure handling added
28 - libHLTbase.pkg and libAliHLTSample.pkg included to the stand-alone
29 build system
30 - AliHLTFilePublisher added
31 - target to create the stand-alone sample library package added
8ede8717 322006-12-28 changes according to coding conventions
33 - special characters in function names have been removed in the
34 internal usage, the C interface still uses them in order to preserve
35 backward compatibility
f3f599e0 362006-12-18 commit from Jochen
37 - TPCDisplay library version 2
38 - library version for the AliHLTGUI v 1.5
39 - argument scan of the AliHLTTPCDigitReaderRaw cleaned up
95d48915 402006-12-12
41 - use_newio switch removed, always on
42 - AliHLTTPC and AliHLTTPCClustFinderNew removed from compilation of
43 libAliHLTTPC.so
6c1a9d9e 442006-12-03
45 - integration of libHLTbase into AliRoot prepared
46 - SampleLib as stand-alone package
47 - library development tutorial
53feaef5 482006-11-30 intermediate version
49 - setup scripts for running environment added
6c1a9d9e 50 - bugfix in configure which caused the check for PubSub components
51 to fail on some architectures
53feaef5 52 - ComponentHandler takes ROOT dynamic library loader as fallback if
53 dlopen is not available
54 - minor changes to avoid effC++ and other warnings
55 - work on the Task chain processing
5235c3e9 562006-11-08
57 - configure adapted to the new directory structure of the HOMER module in
58 PubSub
59 - TPCLib
60 - AliHLTTPCPad: occupancy calculation added
61 - AliHLTTPCClusterFinder bugfix in order to avoid empty cluster data structure and
62 component dead lock
63 - AliHLTTPCClusterFinder adapted to use occupancy level for suppression of
64 noisy pads
8ede8717 65 - AliHLTTPCClusterFinderComponent: new parameter 'occupancy-limit' which is effective
5235c3e9 66 when pp-run option is set
67 - AliHLTTPCDigitReaderRaw
68 2 more rawreader modes ( 4, 5) are added by Timm.
69 In Simulated data the RCU trailer word seems to have 2 32 bit words ( but its not
70 defined like this)
71 -> mode 4: 2 32 bit words, sorted
72 -> mode 5: 2 32 bit words, unsorted
73 - AliHLTTPCSliceTrackerComponent bugfix variable initialisation (by Timm?)
74 - AliHLTTPCTransform changed N TimeBins to 1024 according to raw TPC data
75 added automatic calculation of timebin width out of N TimeBins
76 - OnlineDisplay: intermediate version
77 - eventID added
78 - range, all, and one TimeBin selectable
79 - Front view shows maximum, average, and sum of selected timebins
80 - zerosupression of raw data added to PadRow, Pad, Front, 3D
c160eda8 812006-10-12 added the PHOS library to the package
20b6dd9a 822006-10-05 extensions in AliHLTTPCDisplay
83 - handling of new include directory structure of the HOMER header files
84 - default geometry file introduced
85 - library compile time and property functions added
86 - geometry file alice.geom added to distribution; to be installed in
87 <prefix>/share/alice-hlt
78b557c2 882006-09-07 HLT-v0-4
84645eb0 89 - TPC digit reader classes fetch row range from AliHLTTPCTransform
78b557c2 90 - code from TPC commissioning version merged
91 - DigitReaderRaw added with different read modes (sorted/unsorted;
92 several data specifications to adapt to the real data)
93 - DigitReaderPacked capable of sorting incoming data
94 - straight line fit implemented in Conformal Mapping Fit
95 - TPCDisplay library added
591f67a7 96 - the library needs the HOMER package, which is part of the PubSub
97 Framework, currently there is a circular dependency which will
98 be removed or handled better
84645eb0 99 - bugfix HLTComponentHandler::CreateComponent: result handling after DoInit
100 - bugfix ClusterFinder: index check for arrays of fixed size
78b557c2 101 - base line calculation and zero suppression implemented into
84645eb0 102 Cluster Finder: new argument 'adc-threshold' for ClusterFinderComponent
591f67a7 103 - Makefiles of the old build scheme have been removed
2ba6298d 1042006-08-23 version HLT-v0-3
74c73e5a 105 - check for AliRoot features/libs/files and corresponding conditional
106 build
107 - made package capable of handling the splitted RawData (changed in
108 AliRoot version v4-04-Rev-07
109 - libHLTBase linked to ROOT libraries, TPCLib linked to ROOT and AliRoot
110 libraries -> avoid addlibrary options for wrapper subscriber
85869391 111 - made package indepentend of src
112 added BASE/AliHLTStdIncludes.h which should take the job of
113 including std headers
114 - removed eff C++ warnings in BASE
115 - TPCref library off by default
85869391 116 - TPCLib version interface no 2
117 - started to sort header includes in TPCLib
2ba6298d 118 - added version announcement to base library
85869391 119
738c049f 1202006-08-17 Jochen's TPCLib source code from Jan 2006 (not a joke) merged
121 - bugfix in AliHLTTPCConfMapper (caused low tracking efficiency)
122 - Online Display development
123 - Note: the AliHLTTPCDisplay Interface has been changed -> AliHLTGUI
124 has to be re-linked
125 - no changes in BASE
c2f37813 126
1272005-09-07 Files imported from src comp and kalman into new TPCLib
128 a short history of files ...
4aa41877 129 AliHLTTPCBenchmark.cxx AliHLTBenchmark.cxx,v 1.10 2005/06/14 10:55:21 cvetan Exp
130 AliHLTTPCBenchmark.h AliHLTBenchmark.h,v 1.6 2004/06/26 11:39:40 loizides
131 AliHLTTPCClusterFinder.cxx original AliHLTClustFinderNew.cxx
132 AliHLTTPCClusterFinder.h original AliHLTClustFinderNew.h
133 AliHLTTPCClustFinderNew.cxx AliHLTClustFinderNew.cxx,v 1.29 2005/06/14 10:55:21 cvetan Exp
134 AliHLTTPCClustFinderNew.h AliHLTClustFinderNew.h,v 1.13 2004/06/18 10:55:26 loizides Exp
135 AliHLTTPCConfMapFit.cxx AliHLTConfMapFit.cxx,v 1.14 2005/06/14 10:55:21 cvetan Exp
136 AliHLTTPCConfMapFit.h AliHLTConfMapFit.h,v 1.5 2004/07/05 09:03:11 loizides Exp
137 AliHLTTPCConfMapper.cxx AliHLTConfMapper.cxx,v 1.26 2005/06/14 10:55:21 cvetan Exp $
138 AliHLTTPCConfMapper.h AliHLTConfMapper.h,v 1.11 2004/07/05 09:03:11 loizides Exp $
139 AliHLTTPCConfMapPoint.cxx AliHLTConfMapPoint.cxx,v 1.10 2005/06/23 17:46:55 hristov Exp $
140 AliHLTTPCConfMapPoint.h AliHLTConfMapPoint.h,v 1.8 2005/06/23 17:46:55 hristov Exp $
141 AliHLTTPCConfMapTrack.cxx AliHLTConfMapTrack.cxx,v 1.16 2005/06/14 10:55:21 cvetan Exp $
142 AliHLTTPCConfMapTrack.h AliHLTConfMapTrack.h,v 1.4 2004/06/16 11:25:06 loizides Exp $
c2f37813 143 AliHLTTPC.cxx AliLevel3.cxx,v 1.42 2004/06/11 16:06:33 loizides Exp $
144 Mod: Digits-thing
4aa41877 145 AliHLTTPCDigitData.h AliHLTDigitData.h,v 1.5 2004/05/12 11:51:27 loizides Exp $
146 AliHLTTPCDisplay.cxx AliHLTDisplay.cxx,v 1.26 2005/06/14 10:55:21 cvetan Exp $
c2f37813 147 Mod.
4aa41877 148 AliHLTTPCDisplay.h AliHLTDisplay.h,v 1.14 2004/06/30 08:30:14 loizides Exp $
c2f37813 149 Mod.
4aa41877 150 AliHLTTPCFileHandler.cxx AliHLTFileHandler.cxx,v 1.49 2005/06/23 17:46:55 hristov Exp $
151 AliHLTTPCFileHandler.h AliHLTFileHandler.h,v 1.19 2004/06/11 16:06:33 loizides Exp $
152 AliHLTTPCFitter.cxx AliHLTFitter.cxx,v 1.14 2005/06/14 10:55:21 cvetan Exp $
153 AliHLTTPCFitter.h AliHLTFitter.h,v 1.7 2004/07/05 09:02:18 loizides Exp $
154 AliHLTTPCGlobalMerger.cxx AliHLTGlobalMerger.cxx,v 1.13 2005/06/14 10:55:21 cvetan Exp $
155 AliHLTTPCGlobalMerger.h AliHLTGlobalMerger.h,v 1.6 2004/02/02 15:00:34 loizides Exp $
c2f37813 156 AliHLTTPC.h AliLevel3.h,v 1.24 2004/06/11 16:06:33 loizides
157 Added AliHLTDigitReaderUnpacked
4aa41877 158 AliHLTTPCInterMerger.cxx AliHLTInterMerger.cxx,v 1.8 2005/06/14 10:55:21 cvetan Exp $
159 AliHLTTPCInterMerger.h AliHLTInterMerger.h,v 1.4 2004/02/02 15:00:34 loizides Exp $
160 AliHLTTPCLog.cxx AliHLTLog.cxx,v 1.1 2004/05/14 09:37:22 loizides Exp $
161 AliHLTTPCLogging.h AliHLTLogging.h,v 1.11 2004/10/09 11:28:31 loizides Exp $
162 AliHLTTPCLog.h AliHLTLog.h,v 1.2 2004/06/11 16:06:33 loizides Exp $
163 AliHLTTPCMemHandler.cxx AliHLTMemHandler.cxx,v 1.52 2005/06/14 10:55:21 cvetan Exp $
164 AliHLTTPCMemHandler.h AliHLTMemHandler.h,v 1.30 2004/10/06 08:51:20 cvetan Exp $
165 AliHLTTPCMerger.cxx AliHLTMerger.cxx,v 1.16 2005/06/14 10:55:21 cvetan Exp $
166 AliHLTTPCMerger.h AliHLTMerger.h,v 1.8 2004/06/11 16:06:33 loizides Exp $
167 AliHLTTPCRootTypes.h AliHLTRootTypes.h,v 1.12 2004/06/15 14:02:38 loizides Exp $
168 AliHLTTPCSpacePointData.h AliHLTSpacePointData.h,v1.4 2003/07/27 21:02:09 loizides Exp $
c2f37813 169 Added: Bool_t fUsed;
4aa41877 170 AliHLTTPCStandardIncludes.h AliHLTStandardIncludes.h,v 1.5 2005/06/14 10:55:21 cvetan Exp $
171 AliHLTTPCTrackArray.cxx AliHLTTrackArray.cxx,v 1.21 2005/06/14 10:55:21 cvetan Exp $
172 AliHLTTPCTrackArray.h AliHLTTrackArray.h,v 1.7 2004/06/11 16:06:33 loizides Exp $
173 AliHLTTPCTrack.cxx AliHLTTrack.cxx,v 1.322005/06/14 10:55:21 cvetan Exp $
174 AliHLTTPCTrack.h AliHLTTrack.h,v 1.18 2005/03/31 04:48:58 cvetan Exp $
175 AliHLTTPCTrackMerger.cxx AliHLTTrackMerger.cxx,v 1.12 2005/06/14 10:55:21 cvetan Exp $
176 AliHLTTPCTrackMerger.h AliHLTTrackMerger.h,v 1.6 2005/04/19 04:29:01 cvetan Exp $
177 AliHLTTPCTrackSegmentData.h AliHLTTrackSegmentData.h,v 1.7 2005/03/31 04:48:59 cvetan Exp $
178 AliHLTTPCTransform.cxx AliHLTTransform.cxx,v 1.53 2005/06/14 10:55:21 cvetan Exp $
179 AliHLTTPCTransform.h AliHLTTransform.h,v 1.37 2005/06/14 10:55:21 cvetan Exp $
180 AliHLTTPCVertexArray.cxx AliHLTVertexArray.cxx,v 1.7 2005/06/14 10:55:21 cvetan Exp $
181 AliHLTTPCVertexArray.h AliHLTVertexArray.h,v 1.4 2004/06/11 16:06:33 loizides Exp $
182 AliHLTTPCVertex.cxx AliHLTVertex.cxx,v 1.5 2004/07/02 11:41:18 loizides Exp $
183 AliHLTTPCVertexData.h AliHLTVertexData.h,v 1.2 2003/07/27 21:02:09 loizides Exp $
184 AliHLTTPCVertexFinder.cxx AliHLTVertexFinder.cxx,v 1.9 2005/06/14 10:55:21 cvetan Exp $
185 AliHLTTPCVertexFinder.h AliHLTVertexFinder.h,v 1.7 2004/06/18 10:55:26 loizides Exp $
186 AliHLTTPCVertex.h AliHLTVertex.h,v 1.4 2004/07/02 11:41:18 loizides Exp $
187 AliHLTTPCDataCompressorHelper.cxx From comp: AliHLTDataCompressorHelper.cxx,v 1.5 2004/06/15 10:26:57 hristov Exp $
188 AliHLTTPCDataCompressorHelper.h From comp: AliHLTDataCompressorHelper.h,v 1.4 2004/06/15 10:26:57 hristov Exp $
189 AliHLTTPCModels.h From comp: AliHLTModels.h,v 1.11 2004/05/17 16:37:19 hristov Exp $
190 AliHLTTPCModelTrack.h From comp: AliHLTModelTrack.h,v 1.13 2004/06/15 10:26:57 hristov Exp $
191 AliHLTTPCModelTrack.cxx From comp: AliHLTModelTrack.cxx,v 1.18 2005/02/14 11:50:11 hristov Exp $
c2f37813 192 AliHLTTPCRawDataFormat.h from online Pub/Sub framework
193 AliHLTTPCClusterDataFormat.h from online Pub/Sub framework
194 AliHLTTPCTrackletDataFormat.h from online Pub/Sub framework
195 AliHLTTPCDefinitions.cxx from online Pub/Sub framework
196 AliHLTTPCDefinitions.h from online Pub/Sub framework