p17 Monte Carlo samples for Level 3

Request ID: 31679, qcd pT > 40 GeV, vx,vy = 0, sam dataset definition: L3_p17_qcd_dst_31679
Request ID: 31632, Single top tqb (t-channel) to mu nu + jets, sam dataset definition: L3_p17_singletop_dst_31632
Request ID: 31216, Pythia Higss to tau tau, m(Higgs) = 120, GeVsam dataset definition: L3_p17_higgs_dst_31216
Request ID: 31215, Pythia gam-Z to bb, sam dataset definition: L3_p17_zbb_dst_31215
Request ID: 31214, Pythia gam-Z to qq, sam dataset definition: L3_p17_zqq_31214
Request ID: 30484, Z to e+e-, sam dataset definition: L3_p17_zee_dst_30484
Request ID: 30485, Z to e+e-, sam dataset definition: L3_p17_zee_dst_30485
Request ID: 32162, Upsilon to mu mu, sam dataset definition: L3_p17_upsmumu_dst_32162


Note: In all the samples above, the CAL crate ids for all crates are identical. To circumvent this bug, you need to:

addpkg d0trigsim
addpkg l3tCalUnpTool

edit l3tCalUnpTool/src/L3TCalUnp.cpp by removing the following piece of code:

if (cid != i_crate) {
    ostringstream ost;
    ost << "Bad Format for Crate Controller"
          << "Data is corrupt or module is not a crate controller: "
          << "crate 0x" << hex << crid << dec
          << '\n' << "Skipping entire crate" << ends;
    ErrorObj message(ELsevere,ost.str());
    _CalErrLog(message);
   continue;
}

gmake all and then run with the -localbuild option.

The MC was simulated with a magnetic field strength of 2.00016. The magnetic field strength in recent data is 1.92039. When you run the tracker over MC, please do addpkg l3ftrack_base and in rcp/L3TTracker.rcp change the BField to 2.00016. Then run with the -localfwkrcp -localrcp options.

It is recommended that you always run on MC with both fixes, whether you think you need them or not !!!