Changes between Version 2 and Version 3 of YellowSheet
- Timestamp:
- Apr 13, 2012, 9:11:40 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
YellowSheet
v2 v3 5 5 ==== HELAS ==== 6 6 * $\epsilon^{ijk} $ color qqq vertex (urgent) 7 * spin 2 (full set of HELAS routines + Software.MadGraph ? )7 * spin 2 (full set of HELAS routines + MadGraph ? ) 8 8 9 9 ==== MadGraph ==== … … 16 16 ==== MadEvent ==== 17 17 * Calculate all couplings event-by-event (at least if one of fixed_couplings is F) -- %Y% JA v. 4.1.34 18 * Software.MadEvent for the Grid18 * MadEvent for the Grid 19 19 * Phase space integration/grid optimization for SCET 20 20 * Get right cross section and error for each subprocess in the <init> block of the event file … … 26 26 ==== Tools ==== 27 27 * Now that the !MadDecay is available it would be nice to have a script/tool to decay events by merging 28 28 production / decay event files 29 29 30 30 ==== Web ==== … … 32 32 * Web: Allow Pythia+PGS running after complete run - preferably rewrite web run form as pearl script -- %Y% JA v. 4.1.42 33 33 * Add text field editing of cards -- %Y% MH & JA 34 * Plotting : replace ExRootAnalysis by Software.MadAnalysis for online Plotting, add text field to edit plotting cards online instead of full web form -- %Y% RF & JA34 * Plotting : replace ExRootAnalysis by MadAnalysis for online Plotting, add text field to edit plotting cards online instead of full web form -- %Y% RF & JA 35 35 * Wiki : Interesting questions/bug reports by mail should always be answered on FAQ and BugsReport pages, the documents page 36 36 and News page on clusters should be moved to Wiki 37 37 38 38 ==== Towards the Grid ==== … … 46 46 * Implement !MadGrid (TS). In this case MG/ME runs two independent phases. %BR% 47 47 * make_madgrid [0/1] [nameproc] : prepares the !MadGrid code. The script runs a special 48 49 50 48 version of survey and refine to get to find the cross sections corresponding to each of the integration channels. 49 This can be run either on a single computer or on a cluster and will be available from the web too. 50 The output of this first phase is 51 51 * The information on the cross section 52 52 * A self contained package, !MadGrid_nameproc.tar.gz, which is similar to madevent.tar.gz 53 54 55 53 but it is a frozen code. (i.e. ALL input cards (except for grid_card.dat) cannot be edited anymore). 54 Only very little information that can be passed to MadGrid via the grid_card.dat (the number of events 55 to be returned, rnd seed, a file name). 56 56 57 57