]> git.uio.no Git - u/mrichter/AliRoot.git/history - PHOS/AliPHOSClusterizerv1.cxx
Updates (Chiara)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSClusterizerv1.cxx
2009-12-27 kharlovPHOS verbosity in reconstruction is reduced
2009-11-07 prsnkoProtection against gMinuit deletion by third party...
2009-09-15 prsnkoTime treating corrected in simulated and real raw data
2009-06-10 kharlovObsolete classes removed
2009-01-26 prsnkoADC2GeV calibration moved to Clusterizer
2009-01-23 kharlovCorrection to find clusters in high detector occupancy...
2008-09-10 kharlovAdjusting reco-parameters for warm PHOS to reduce ESD...
2008-08-29 kharlovProtection against too high digit occupancy (>1500...
2008-07-22 cvetanMajor commit related to steering of the reco parameters...
2008-05-20 kharlovUnused variable is eliminated
2008-05-18 kharlovEcoreRadius is relocated from AliPHOSEmcRecPoint to...
2008-05-16 kharlovCreation of TClonesArray in constructor only, instead...
2008-05-07 prsnkoDistance to bad channel accounts module edges now
2008-05-07 prsnkoreconstruction of arbitrary number of modules
2008-05-05 prsnkoTClonesArray->Clone() removed
2008-05-03 kharlovVarious code optimization:
2008-01-15 prsnkoMoved calibration and cleaning to RawDigiProducer
2007-12-11 kharlovAdded possibility to swith off unfolding
2007-10-18 kharlovBad channels cleaned before clusterization
2007-10-01 kharlovMemory leaks fixed
2007-09-26 cvetanImportant changes to the reconstructor classes. Complet...
2007-09-06 kharlovAbsence of sorting results in loose of all unfolded...
2007-08-28 polichehLoaders removed from the reconstruction code (C.Cheshkov)
2007-08-22 hristovUpdated QA classes (Yves)
2007-08-08 kharlovProtection against uninitialized fQADM
2007-08-07 kharlovQuality assurance added (Yves Schutz)
2007-07-24 polichehUsage of RecoParam objects instead of hardcoded paramet...
2007-06-18 kharlovBug fix for attempt to use AliPHOSEmcRecPoint after...
2007-05-25 polichehLocal to tracking CS transformation added for CPV rec...
2007-05-24 polichehLocal to tracking CS transformation invoked for each...
2007-05-02 kharlovMode protection against absence of calib.data from...
2007-04-27 kharlovCalibration stops if PHOS CDB objects do not exist
2007-04-11 polichehSetDistancesToBadChannels() added.
2007-03-28 kharlovRecPoints recalculation in TSM removed
2007-03-06 kharlovCalculation of cluster properties dep. on vertex pospon...
2007-01-10 kharlovRaw digits writing to file (B.Polichtchouk)
2006-11-07 kharlovCorrections for next event switch in case of raw data...
2006-10-27 kharlovIntroduce AliDebug and AliLog (B.Polichtchouk)
2006-08-29 kharlovMissing implementation of ctors and = operator are...
2006-08-25 kharlovCompliance with Effective C++
2006-08-11 cvetanUpdate of the PHOS code needed in order to read and...
2006-08-07 hristovRemoving obsolete code which affected the event numberi...
2006-08-01 cvetan1. Adding a possibility to read and reconstruct an...
2006-04-29 hristovSeparate EMC and CPV calibration (Yu.Kharlov)
2006-04-22 hristovAdd fEnergy to AliPHOSDigit and operate with EMC amplit...
2006-04-11 hristovrun number in query set to -1: forces AliCDBManager...
2006-03-13 kharlovCalibration objects for EMC and CPV
2006-01-11 hristovAdditional protection in case no calibration entry...
2005-11-22 kharlovUpdated to new CDB (Boris Polichtchouk)
2005-11-14 hristovCoding conventions
2005-09-27 hristovNew version of CDB storage framework (A.Colla)
2005-09-21 kharlovReading calibration from CDB (Boris Polichtchouk)
2005-09-05 kharlovSwap row and columns in Calibrate()
2005-09-02 kharlovAdd comments in GetCalibrationParameters and Calibrate
2005-09-02 kharlovCalibration of raw data
2005-08-24 kharlovSetting raw digits flag
2005-07-25 kharlovRead raw data
2005-05-28 schutzCompilation warnings fixed by T.P.
2005-03-28 schutzNumber of Ex-maxima set in clusters
2004-10-18 schutzImplement the new logging system (AliLog)
2004-10-01 schutzInitialization of fCalibrDB added
2004-09-29 schutzA cut on minimal digit energy added; OnFlight mode...
2004-07-16 schutzIntroduced a new time information (fastest track making...
2004-05-03 schutzCoding convention
2004-04-02 schutzFurther fixing of CPV recpoint cast; fixing error in...
2004-04-01 schutzGlobal tracking: 2d approach
2004-02-05 schutzWhen calling the getter, the name of the file that...
2004-01-20 schutzpolish
2004-01-09 schutzPossibility to reconstruct selected events via SetEvent...
2003-11-14 schutzcoding convention
2003-08-26 schutzInfinit loop in PrintRecPoints fixed
2003-07-14 hristovLog replaced by Id
2003-07-13 hristovTransition to NewIO
2003-03-04 schutzCoding convention obeyed
2002-12-12 schutzAdopt beam test clusterizing
2002-12-12 schutzThreshold for digits in RecPoint introduced
2002-11-05 schutzchange the formattin in Print()
2002-10-30 schutzreplaced abort() by Fatal()
2002-10-29 schutzrestyled Print
2002-10-29 schutzremoved iostream
2002-10-21 schutzExtending to beam test analysis
2002-08-23 schutzMostly minor style modifications to be ready for clonin...
2002-08-21 schutzElaborating split mode to write data only to the split...
2002-07-04 schutzThis patch solves the problem encountered when posting...
2002-07-03 schutzAdded a protection in the dtor. When the tasks is creat...
2002-06-13 schutzAdded the option to write objects into separate files...
2002-05-22 schutzIncrement the version number
2002-05-21 schutzEnable clusterizing from any Digits branch
2002-04-19 hristovAvoid cast from pointer to integer
2002-04-18 schutzUse same form in new and delete (item 5 of effective...
2002-01-07 schutzAdded const where compiler told me to
2001-12-05 schutzAdded the ctor with opt argument following Peter's...
2001-11-23 schutzMinor changes to make code more efficient
2001-10-23 hristovMinor modifications to have the test suite working...
2001-10-04 schutzA lot of mods to put PHOS in the official TFolder/TTask...
2001-09-27 schutzFinal granularity of digitization implemented
2001-09-26 schutzTiming added to reconstruction
2001-09-23 schutzreading of Digits delegated to AliPHOSGetter, use of...
2001-09-12 schutzadd a data member to count the number of produced objec...
2001-07-20 schutzcorrect memory leak in recpoints array, replaced clear...
next