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