]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/ChangeLog
- adapted to AliRoot logging system, messages printed out via AliRoot
[u/mrichter/AliRoot.git] / HLT / ChangeLog
index ab3fcac14f92dbd5088d0de4bdc6f421a66427ff..0c92a5e5f27f16c0bdbce785744ee119f67c8af9 100644 (file)
@@ -1,5 +1,78 @@
+2007-03-09 logging system
+       - adapted to AliRoot logging system, messages printed out via AliRoot
+         message channel
+       - AliRoot logging methods can be used in the same way as in AliRoot
+       - HLT TPC logging methods fixed to be redirected to the common logging
+         channel
+       - handling of configurations corrected in order to cope with the
+         Root CINT garbage collection.
+       - TPCLib stand-alone build system changed in order to use AliRoot package
+         definition
+2007-03-01 changes by Gaute (TPC)
+       - added InterMerger to SliceTrackerComponent, can be switched off by
+         component argument 'disable-merger'
+       - new data type 'TRACKS' defined for TPC describing tracks in global
+         coordinates
+       - GlobalMergerComponent has TRACKS/TPC as output data type
+       - new component argument to ClusterFinderComponent: timebins <n> specifies
+         the number of timebins to overcome the discrepancy between simulated
+         and real data
+       - TPCEsdWriter adapted to new TRACKS/TPC data type
+2007-02-21
+       - high-level component interface added
+       - libHLTbase version 2:0:0
+       
+2007-02-20 version HLT-v0-5 tagged
+       
+2007-02-20
+       - Cellular Automaton tracker added to TPC Lib
+       - TPC OnlineDisplay updated to the latest version of the CERN HLT cluster
+         libAliHLTTPCDisplay version for the AliHLTGUI v 1.5.2
+       - TPC ESD writer component finalized
+2007-02-05
+       - improvements in AliHLTFilePublisher/Writer
+       - minor fix in component handler to pipe log messages during registration
+         of standard components into right log channel
+       - the ProcessEvent method is now a method of the component base class,
+         the actual processing method to implement is DoProcessing
+       - new standard component AliHLTRootFileWriterComponent added
+       - TPCLib: AliHLTTPCEsdWriterComponent added, conversion of AliHLTTPCTrack
+         to AliTPCtrack implemented (not finished)
+       - small fixes in stand-alone build system (libAliHLTPHOS.pkg, *LinkDef.h)
+       
+2007-01-19
+       - AliHLTFileWriter added, handling of standard components in libHLT
+         added to ComponentHandler
+       - several fixes in the HLT offline framework
+2007-01-05
+       - changes according to coding conventions and documentation
+       - AliHLTTPCDigitReaderRaw: HAVE_TPC_MAPPING dependent implementation
+         fixed in order to make class definition independent
+       - helper functions for data structure handling added
+       - libHLTbase.pkg and libAliHLTSample.pkg included to the stand-alone
+         build system
+       - AliHLTFilePublisher added
+       - target to create the stand-alone sample library package added
+2006-12-28 changes according to coding conventions
+       - special characters in function names have been removed in the
+         internal usage, the C interface still uses them in order to preserve
+         backward compatibility
+2006-12-18 commit from Jochen
+       - TPCDisplay library version 2
+         - library version for the AliHLTGUI v 1.5
+       - argument scan of the AliHLTTPCDigitReaderRaw cleaned up
+2006-12-12
+       - use_newio switch removed, always on
+       - AliHLTTPC and AliHLTTPCClustFinderNew removed from compilation of
+         libAliHLTTPC.so
+2006-12-03 
+       - integration of libHLTbase into AliRoot prepared
+       - SampleLib as stand-alone package
+       - library development tutorial
 2006-11-30 intermediate version
        - setup scripts for running environment added
+       - bugfix in configure which caused the check for PubSub components
+         to fail on some architectures
        - ComponentHandler takes ROOT dynamic library loader as fallback if
          dlopen is not available
        - minor changes to avoid effC++ and other warnings
@@ -13,7 +86,7 @@
            component dead lock
          - AliHLTTPCClusterFinder adapted to use occupancy level for suppression of 
            noisy pads
-         - AliHLTTPCClusterFinderComponent: new parameter 'occupancy-limit' which is effectice
+         - AliHLTTPCClusterFinderComponent: new parameter 'occupancy-limit' which is effective
            when pp-run option is set
          - AliHLTTPCDigitReaderRaw
            2 more rawreader modes ( 4, 5) are added by Timm.