From nielsenj@fnal.gov Fri May 2 13:05:42 2003 Date: Thu, 01 May 2003 22:19:34 -0500 (CDT) From: Jason Nielsen To: Lester Miller Subject: Fixes to tcl for event merging with generator Hi Lester, Everything compiled fine in the EventMergeMods and the new StorableRun2SiStripSet, but I had to make the following changes to the tcl script you used: < generate CDFCODE 13 --- > generate CDFCODE 208 148,150c149,151 < # add ofotl_prd OTL cdf_reader/reader@cdfofprd < # DataDB set ofotl_prd < # Database set ofotl_prd --- > add ofotl_prd OTL cdf_reader/reader@cdfofprd > DataDB set ofotl_prd > Database set ofotl_prd 161c162 < ClusterBanksDescr set SiHitSet --- > ClusterBanksDescr SiHitSet 1. CDFCODE now uses the PDG codes, so muons are now 13 instead of 208. 2. The defaults for the CalibrationManager give you ofotl_prd_read, so I just took all of the explicit definitions out. Anyway, the "add" command is no longer available in Calibration Manager. 3. I added "set" since I am a Tcl snob. :-) Thanks for setting up the WWW page to make it so easy. Jason