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