C. Cretsinger 18 December 1997 Progress toward a Zeroth-Level Benchmark ======================================== Goal: ----- To build an executable running under offline Framework that uses L3Master to try all three tools in parallel scripts. With this executable, we will process standard physics and background samples to determine where we are in relation to the infamous "rate problem." Setup: ------ Package L3Trigger has been created and contains the most recent version of AppUserBuild and Tcl files for the executable. All three algorithms have provided implementations through CVS that run under the offline Framework and filter events. An executable has been built and tested on SunOS5 (Percheron), with the following setup: SRT base release 5.2.2 addpkg L3Master V00-01-06 addpkg L3Dch V00-00-07 addpkg L3Emc V00-00-01 addpkg L3Svt EF-522-port2 addpkg L3Trigger V00-00-00 addpkg L1GltData V00-00-xx addpkg L1GltSim V00-00-yy addpkg SvtElectronics V00-01-15 addpkg trgFrame V00-05-12 The Level 3 configuration looks like: # Initialize: path create L3Init path append L3Init InputC2 path append L3Init InputD2 path append L3Init Input1Y path append L3Init InputOpen path append L3Init ScriptFlagMaker # Script Paths: # Use L1Accept filter in different mode so that it executes on each # path; this will not be needed when Framework bug is fixed. # End each path with a script flag setter path create L3D path append L3D L1FAcceptFilter -mode 1 path append L3D FilterOpenL3D path append L3D TrgDchHitMatch path append L3D L3Dch path append L3D L3DFilter path append L3D L3DTag path append L3D L3DEff path append L3D L3DKS path append L3D L3DAnal path append L3D FlagL3D path create L3E path append L3E L1FAcceptFilter -mode 2 path append L3E FilterOpenL3E path append L3E L3Emc path append L3E L3EFilter path append L3E FlagL3E path create L3S path append L3S L1FAcceptFilter -mode 3 path append L3S FilterOpenL3S path append L3S L3SvtXForm path append L3S L3SvtZ0Filter path append L3S FlagL3S # Output Lines: path create L3Out path append L3Out L1FAcceptFilter -mode 4 path append L3Out L3DOutput path append L3Out L3EOutput path append L3Out L3SOutput path append L3Out L3GlobalOutput First output: ------------ I have run 1000 B->X events, with no background, mostly to demonstrate that the executable runs. Results should be available before the meeting starts (but not long before -- check the Web page). Plans: ------ I need to compile a list of what files to run. I would like to use output of the mixing production as background, if it is ready and available. Suggestions on how many and which physics modes to try would be welcome. Algorithm developers have until 4:30 p.m. tomorrow (12/19) to give me updated tags. I will rebuild and attempt to run some jobs over the weekend, so that I can circulate results on Monday. Due to the shutdown at SLAC and LBL, I do not expect that jobs will run over the holiday week. I will attempt to finish the jobs during the week of January 5, 1998.