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