============================== b01.txt ============================== p17.09.06 build 1 - 19 Apr 06 == D0Reco: qzli cal_corr_dst p17-br-13 <- p17-br-12 Add fixes for two evils that were found in the parked data from the end of Run IIa: - ADC cable swap (problem introduced in December 2005). - a broken tower at ieta/iphi = 6/20. Note that there is yet another evil that we addressed, namely "Problem 2" pointed out by Patrice and Marie-Claude. But this is addressed by manual changes in the hot cell DB, i.e. you will not find any dedicated code for this. cal_corr_dst_evt p17-br-03 <- p17-br-02 CalQualityChunk: - Add transient container for RAW data. - More complete printChunk method. calunpdata p17-09-05-br-03 <- p17-br-v00-13-41 Add possibility to request RAW data to be copied into a transient container in the CalQualityChunk. d0raw2sim p17-br-v04 <- p17-v01-01-01 Update d0raw2sim to be consistent with Alex's SMT changes. Requires new versions of smtraw and smtdata. Identical to p17.06.03 version. d0reco p17-br-19 <- p17-br-18 added RegCorrectAdcCableSwap into bin/OBJECTS for handling cal swapped cable in EC. muo_real2mc p17-br-01 <- v00-00-07 Fixes crach due to pathological MC hits from zerobias events muo_unpdata p17-br-01 <- v02-00-13 fixes craches case by pathological MC hit from zero bias overlay muonid p17-br-20 <- p17-br-19 Protection against divide by zero in pt_corr calulation if the track error is zero. pileup p17br-zbnotcalib-02 <- p17fixer-01 adapt to changes in SmtChipStatusChunk constructor smtdata p17-br-03 <- p17-br-01 elminate non-existing H-wedge chips smtdigi p17-br-07 <- p17-br-04 remove MC hits on bad chips testing was done with -- ZB file of p17.06.03 -- MC file of p17.09.00 -- under p17.09.05 release with -- smtdata p17-br-03 -- smtraw p17-br-06 -- pileup hacked like this: start with pileup p17br-zbnotcalib-01 and modify line 576 of pileup/src/MergeMinBias.cpp replace THIS LINE: std::auto_ptr newsmt(new SmtChipStatusChunk(hsmt->getSmtChipStatus())); WITH THIS LINE: std::auto_ptr newsmt(new SmtChipStatusChunk(hsmt->getSmtChipStatus(), hsmt->getCrateTickTurnError())); smtraw p17-br-06 <- p17-br-03 elminate non-existing H-wedge chips ============================== b01a.txt ============================= p17.09.06 build 1a - 28 Apr 06 By hand build. Only effects MC, not D0Reco p17.09.06 is to be used to re-reco data taken since the calorimeter chip swap on 14 Dec 05. It's MC will also produce data without need for fixing. That data will be compatible with all other fixed MC done so far. == D0Sim: mikeh d0sim p17-br-03 <- p17-br-02 add runD0Sim_nozb.rcp to turn on no zb overlay mode smtdigi p17-br-08 <- p17-br-07 bug fix and update for no zb overlay mode