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