]> git.uio.no Git - u/mrichter/AliRoot.git/history - HLT/BASE
removing obsolete files
[u/mrichter/AliRoot.git] / HLT / BASE /
2008-11-05 richtermfollowing suggestions by gcc 4.3
2008-10-30 richtermbugfix: correcting memory leak, buffer for uncompressed...
2008-10-27 richtermadding simple AliEVE startup script; minor update of...
2008-10-26 richtermincrementing library version numbers
2008-10-26 richtermfirst implementation of ESD merging (not matching!...
2008-10-26 richtermadding transparent access to AliDAQ, adding special...
2008-10-25 jthaederfixed compile warning
2008-10-24 hristovExplicit cast (solarisCC5)
2008-10-24 richtermmoving functionality into a separate base class for...
2008-10-23 richtermcorrecting compilation warning and making change of...
2008-10-21 richtermcorrecting minor compilation warnings
2008-10-21 richtermcorrecting minor compilation warnings
2008-10-21 richtermbugfix: loop was relying on uninitialized variable
2008-10-21 richtermlinking libHLTinterface to libHLTbase
2008-10-20 hristovAutomatic generation of IO in CINT
2008-10-19 jthaederNew Component:
2008-10-14 fcaTemporary mod for CMake
2008-10-11 richtermbugfix: correctly handle steering events in order to...
2008-10-11 richtermbugfix: stopwatches for HLT benchmarks had been resumed...
2008-10-10 jthaederEnhanced doxygen documentation
2008-10-10 richtermbugfixes: using correct format specifier (unsigned...
2008-10-09 jthaeder* AliHLTRootFilePublisher
2008-09-30 richtermadding -silent option to suppress info messages
2008-09-18 aszostakAdding first version of FMD HLT code. (From Hans Hjersi...
2008-09-12 richtermimplementation of compression for ROOT objects, default...
2008-09-12 richtermbugfixes to handle compressed buffers: avoid deletion...
2008-09-07 jthaederAdded code to allow sending back of EventDoneData from...
2008-09-01 hristovInclude stdint.h to declare uint8_t on SLC3
2008-08-31 jthaederBugfix for handling DataOrigins coming from ITS detectors.
2008-08-25 richtermadding libAliHLTITS to default libraries
2008-08-20 richtermadding first version of common HLT track data struct...
2008-08-20 richtermadding block data types for array of common AliHLTExter...
2008-08-20 richtermcorrecting compilation warnings
2008-08-17 richtermdisable unit test of old C wrapper interface to avoid...
2008-08-17 richtermenhanced robustness of object extraction from data...
2008-08-16 richtermdisable external interface unit test to avoid a problem...
2008-08-16 richtermcorrected implementation of component description data...
2008-08-16 richtermbugfix: filtering forwarded EVENTYP(E) data blocks...
2008-08-14 richtermAliHLTTask: improve consistency check for generated...
2008-08-11 richterma few fixes for rare bugs/malfunctions
2008-08-09 richtermallow PushBack with empty buffer, this is useful to...
2008-08-09 richtermhandling of multiple forwarded data blocks; some code...
2008-08-09 richtermFileWriters: handling of control events and PRIV data...
2008-08-08 richtermrearranged initialization of data type variables in...
2008-08-08 richtermtest load of library depending on availability of module
2008-08-07 richtermenabling the SOR and EOR events in AliHLTSystem
2008-08-07 richtermhandling of steering events
2008-08-07 richterm- AliHLTSystem: proper cleanup of HLTOUT sub-collection...
2008-08-07 richterm- adding event type data block {EVENTTYP:PRIV} to compo...
2008-08-07 richtermstarting proper implementation of control evente (SOR...
2008-08-02 aszostakMaking GetInputBlock method const.
2008-08-02 richtermfixing bug 39708 (all HLT libraries linked to TPC libra...
2008-08-01 richtermbugfix: typo in id for TreeR data type; added unit...
2008-07-31 fcaPreliminary files for CMake
2008-07-31 richtermmajor change in the external component interface: redes...
2008-07-28 richtermstrengthen AliHLT_C_Component_WrapperInterface unit...
2008-07-28 richtermbugfix: external interface was calling AliHLTComponent...
2008-07-25 richtermbugfixes in HLT build system: /prog/versions_AliRoot...
2008-07-24 richtermcorrected test macro according to r27483; extended...
2008-07-24 aszostakAdding a little more detail to the Reconfigure method...
2008-07-24 aszostakAdding extra protection to prevent cycles in the Agent...
2008-07-24 richtermreverting r27483 partially in order to cope with bug...
2008-07-23 richtermbugfix: reset of sub-collection flag
2008-07-23 richtermbugfix: corrected misleading warning messages; ignore...
2008-07-22 aszostakBug fix. Was checking the wrong pointer for NULL value.
2008-07-21 richtermadding GetComponentDescription callback environment...
2008-07-21 richtermadded collector component and HLTOUT handler for compon...
2008-07-21 richtermadded optional component statistics functionality
2008-07-19 richtermbugfix: wrong index was used in FindHandlerDescription...
2008-07-19 richtermadded -overwrite option to ROOTFileWriter -> use TObjec...
2008-07-17 richtermcorrected CDB and run number initialization for usage...
2008-07-17 richtermadded test macro for external interface
2008-07-16 richtermbugfix: initialization of trigger data struct
2008-07-11 richtermadded data origin kAliHLTDataOriginEMCAL {EMCL}
2008-07-09 richterm- bugfix HLTOUT processing: handler execution for sub...
2008-07-07 richtermImplementation of kChain HLTOUT handler
2008-07-07 richtermbugfixes, code cleanup and docu
2008-07-03 richterm- singleton functionality added for component and confi...
2008-07-03 richtermminor bugfix https://savannah.cern.ch/bugs/?38437
2008-06-25 richterm- HLTOUT: added support for sub collections
2008-06-20 richtermreverse logic of header checks in order to avoid unnece...
2008-06-14 richtermbugfix: create subdirectory if specified
2008-06-14 richtermcode documentation; minor enhancement of BlockFilter
2008-06-12 richtermadded new helper components to libAliHLTUtil (EsdCollec...
2008-06-12 richtermbugfix: do not delete TClass objects in the dynamic...
2008-06-12 richtermbugfix: avoid underflow in numerical condition
2008-06-11 richtermupdated documentation
2008-06-11 richtermintroduced ALIHLTSYSTEM_PROFILING define for conditiona...
2008-06-11 richtermadded abstract AliEsdManager to libHLTbase and implemen...
2008-06-11 richtermbugfix: configurations of subsequent agents have been...
2008-06-03 aszostakIntegrating dimuon HLT with AliSimulation framework...
2008-05-29 aszostakFixing generation of HLT DDL header. Event ID high...
2008-05-28 richtermmade bugfix 25978 into a generic protection
2008-05-20 richtermbugfix: set output size to 0 in case of special events...
2008-05-20 richtermadded -Wshadow flag; corrected first bunch of correspon...
2008-05-16 aszostakFixing documentation typo.
2008-05-16 richterm- added default CDB initialization to AliHLTComponent...
2008-05-16 richtermimplemented selection by detector string (argument...
2008-05-14 hristovCompilation with gcc 4.3.0
2008-05-13 richtermdocumentation
next