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