]> git.uio.no Git - u/mrichter/AliRoot.git/history - HLT/TPCLib/AliHLTTPCHWClusterTransformComponent.cxx
initializing variables that were declare without a value
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCHWClusterTransformComponent.cxx
2014-06-05 cholmMerge branch 'master' of https://git.cern.ch/reps/AliRoot
2014-06-02 zampolliRemoving printout (Davide)
2014-05-27 morschMerge branch 'master' of https://git.cern.ch/reps/AliRoot
2014-05-26 mivanovMerge branch 'master' into TPCdev
2014-05-20 tbreitneALIROOT-5433 Transition to CDHv3 in HLT
2012-11-15 sgorbunobug fix: Ambiguous Abs() operator
2012-11-10 sgorbunoReorganising the TPC transformation in HLT:
2012-11-04 sgorbunoBug fixes in HLT cluster transformation:
2012-07-31 richtermcorrecting placement of 'using' statements (Thorsten)
2012-06-30 richtermremoving object TPC/Calib/PreprocStatus from the list...
2012-06-25 sgorbunoinitialisation of all TPC rows moved to DoInit()
2012-06-25 sgorbunominor change: description of OCDB objects updated
2011-09-04 richtermmoving calculation of sigmas to decoder class, bugfix...
2011-08-25 richtermhandling the 0.5 offset for pad coordinate in the HWCF...
2011-08-13 sgorbunormoved charge threshold in clusterTransformation, in...
2011-08-10 richtermfaster data access through iterators added to HWCF...
2011-08-09 richtermminor bugfix: error condition checked before padrow...
2011-08-08 richtermuse HWCF decoder class, supporting both output formats...
2011-08-04 sgorbunomistyping fixed
2011-07-28 sgorbunocorrection in call of the offline cluster transformation
2011-07-14 richtermbugfix: correct calculation of padrow
2011-07-14 sgorbunooutput of raw clusters (pad/time coordinates) added
2011-06-06 richtermusing constructor for initialization
2011-05-28 sgorbunoforwarding MC labels added
2011-05-25 sgorbunoList of required OCDB objects copied from AliHLTTPCClus...
2011-05-25 sgorbunobug fix: 8 words were read outside the data buffer
2011-03-15 kkanaki- coverity fix 10181
2010-12-17 kkanaki- bugfix: correct initialization of the AliTPCcalibDB...
2010-11-14 sgorbunoCleanup: hardcoded bit operations with TPC cluster...
2010-10-29 sgorbunocompilation warnings fixed
2010-09-09 sgorbunoswitch to AliHLTTPCClusterTransformation interface
2010-09-09 sgorbunobenchmarks are added
2010-09-09 sgorbunobug fix for several input blocks
2010-05-14 kkanaki- added the cluster id (fID), so that the cluster dump...
2010-05-11 kkanaki- added additional debug info
2010-05-04 kkanaki- added implementation of GetOCDBObjectDescription
2010-01-27 kkanaki- created argument for setting the charge threshold...
2009-12-15 kkanaki- fixed yet another elusive bug messing up the cluster...
2009-12-08 kkanaki- bug fix: corrected the padrow argument for the offlin...
2009-11-12 kaamodtUpdated the code to use new argument/ocdb entry reading...
2009-10-15 kkanaki- fixed compilation warnings
2009-10-07 kkanaki- include missing header TObjString.h
2009-10-06 kkanaki- added a new data Id for the case we want to different...
2009-07-26 kaamodtBugfix: Pad and time values where wrong due to wrong...
2009-07-22 kkanaki- divide charge of the FCF due to gain correction and...
2009-06-09 richtermbugfix: move access of AliTPCcalibDB to DoInit. Otherwi...
2009-06-05 kkanaki- added the offline transform function that takes care...
2009-05-19 kaamodtKelly: