This shows you the differences between two versions of the page.
|
wishlist [2007/03/15 12:34] jthaler |
wishlist [2007/04/20 20:22] (current) jthaler |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Short Term (High Priority) ===== | ===== Short Term (High Priority) ===== | ||
| + | * Get LHE output to work. | ||
| * parseOSET seems to always create new ''.xxx'' files, making generateProcess think it needs to re-make MC. Should only create files when they're different (not 100% sure this is the source of problem...but there's definitely a problem when I run both simultaneously) | * parseOSET seems to always create new ''.xxx'' files, making generateProcess think it needs to re-make MC. Should only create files when they're different (not 100% sure this is the source of problem...but there's definitely a problem when I run both simultaneously) | ||
| - | * 8-) CP-symmetry in production (simulate ''u g'' and ''u~ g'' initial states together, with proper pdf weightings) (Done. needs to be tested. --jkt) | ||
| - | * Fix ''make pythia'' behavior (user ''anonymous'' not recognized) | ||
| * direct implementation of pgs4? (not through stdhep) | * direct implementation of pgs4? (not through stdhep) | ||
| - | * 8-) Correct tree checking (i.e. different particle names) (This is done but needs to be checked --jkt) | ||
| - | * 8-) Verify generate_stdhep -> HPGS against generate_mc (jesse's plate... seems to work --jkt) | ||
| - | * 8-) Add PGS4 workflow to generateProcess (done but need to check--nt) | ||
| - | * 8-) Add stdhep merging to generateProcess workflow; check stdhep workflow (done but need to check--nt) | ||
| * The environmental variable PDG_MASS_TBL needs to be set properly by generate_process for the latest stdhep to work. | * The environmental variable PDG_MASS_TBL needs to be set properly by generate_process for the latest stdhep to work. | ||
| * Rouge hist_pt_gluino.dat file needs to go somewhere else. | * Rouge hist_pt_gluino.dat file needs to go somewhere else. | ||
| * If there are no processes available, generateProcess should say so, instead of just outputting usage information. | * If there are no processes available, generateProcess should say so, instead of just outputting usage information. | ||
| - | * 8-) Fix ''parseOSET'' behavior on ''problem_oset.oset'' (done, needs to be checked --jkt) | ||
| * Fix internal documentation (e.g. README, marmosetHelp) | * Fix internal documentation (e.g. README, marmosetHelp) | ||
| * ''processData'' should also be able to take ''data/mydata.blah'' as input instead of just ''data/mydata'' (liantao's request) | * ''processData'' should also be able to take ''data/mydata.blah'' as input instead of just ''data/mydata'' (liantao's request) | ||
| Line 23: | Line 17: | ||
| ===== Short Term (Medium Priority) ===== | ===== Short Term (Medium Priority) ===== | ||
| * Finite widths? | * Finite widths? | ||
| - | * 8-) Error estimation in match_rates need to be fixed (jesse's plate) | ||
| * generateProcessBatch merge with generateProcess (done--continue checking and check PBS, Condor--nt) | * generateProcessBatch merge with generateProcess (done--continue checking and check PBS, Condor--nt) | ||
| * TeVatron running mode. | * TeVatron running mode. | ||
| * move data entries into own folder (?) | * move data entries into own folder (?) | ||
| * Add more stable particles per OSET | * Add more stable particles per OSET | ||
| - | * 8-) Move ''current-processes.txt'' to ''meta/''? (I agree with this change and I made it. --jkt) | ||
| ===== Short Term (Low Priority) ===== | ===== Short Term (Low Priority) ===== | ||
| Line 34: | Line 26: | ||
| * Don't generate toc.txt and example.root in base runDir directory | * Don't generate toc.txt and example.root in base runDir directory | ||
| * .status files need to be updated properly | * .status files need to be updated properly | ||
| - | * 8-) Monte Carlo merging (done) | ||
| - | * :-X Cycles attached to Decays (kill) | ||
| - | * 8-) Correlated rate fitting (done ...jkt) | ||
| * John Terning's installation issues need to be solved. (attempted?) | * John Terning's installation issues need to be solved. (attempted?) | ||
| * Add real blackbox .par files to the distribution, make better default .oset files. | * Add real blackbox .par files to the distribution, make better default .oset files. | ||
| Line 42: | Line 31: | ||
| ===== Medium Term ===== | ===== Medium Term ===== | ||
| - | * :-) Make instruction manual (!), wiki (?), website (??) | ||
| * One of us should look at ChRoot and see if it is appropriate for an analysis framework. | * One of us should look at ChRoot and see if it is appropriate for an analysis framework. | ||
| * Shouldn't have to add Marmoset to Path (should be able to call from Marmoset or Marmoset1). | * Shouldn't have to add Marmoset to Path (should be able to call from Marmoset or Marmoset1). | ||
| Line 58: | Line 46: | ||
| ===== Jesse's Plate ===== | ===== Jesse's Plate ===== | ||
| + | * Get LHE output to work. | ||
| + | |||
| + | ===== Natalia's Plate ===== | ||
| + | |||
| + | * order inpedendent tree checking (medium term) | ||
| + | |||
| + | ===== Completed Tasks ===== | ||
| + | * 8-) generateProcess overhaul (pgs4 mode, stdhep merging, batch mode ready for testing...nt) | ||
| * 8-) Setting coeff names/coeffs equal (done, needs testing ...jkt) | * 8-) Setting coeff names/coeffs equal (done, needs testing ...jkt) | ||
| * 8-) STDHEP file merging (done, needs testing ...jkt) | * 8-) STDHEP file merging (done, needs testing ...jkt) | ||
| * 8-) Compare generate_mc output to generate_stdhep -> hpgs for consistency | * 8-) Compare generate_mc output to generate_stdhep -> hpgs for consistency | ||
| * 8-) Fix fitOSET error bars for rates (done, needs testing ...jkt) | * 8-) Fix fitOSET error bars for rates (done, needs testing ...jkt) | ||
| + | * :-) Make instruction manual (!), wiki (?), website (??) | ||
| + | * 8-) CP-symmetry in production (simulate ''u g'' and ''u~ g'' initial states together, with proper pdf weightings) (Done. needs to be tested. --jkt) | ||
| + | * 8-) Correct tree checking (i.e. different particle names) (This is done but needs to be checked --jkt) | ||
| + | * 8-) Verify generate_stdhep -> HPGS against generate_mc (jesse's plate... seems to work --jkt) | ||
| + | * 8-) Add PGS4 workflow to generateProcess (done but need to check--nt) | ||
| + | * 8-) Add stdhep merging to generateProcess workflow; check stdhep workflow (done but need to check--nt) | ||
| + | * 8-) Fix ''parseOSET'' behavior on ''problem_oset.oset'' (done, needs to be checked --jkt) | ||
| + | * 8-) Move ''current-processes.txt'' to ''meta/''? (I agree with this change and I made it. --jkt) | ||
| + | * 8-) Monte Carlo merging (done) | ||
| + | * :-X Cycles attached to Decays (kill) | ||
| + | * 8-) Correlated rate fitting (done ...jkt) | ||
| + | * 8-) Fix ''make pythia'' behavior (user ''anonymous'' not recognized) | ||
| + | * 8-) Error estimation in match_rates need to be fixed (jesse's plate) | ||
| - | ===== Natalia's Plate ===== | ||
| - | |||
| - | * 8-) generateProcess overhaul (pgs4 mode, stdhep merging, batch mode ready for testing...nt) | ||
| - | * order inpedendent tree checking (medium term) | ||