001 ISAJET: T.TBAR at 1800 GeV
002 1960.,5,1,1000/ / Ecm,Nevent,Nprint,Njump
003 TWOJET /Reaction
004 NTRIES /Quit if no good event after ntries tries
005 10000/
006 BEAMS
007 'P','AP'/
008 PT /Pt limits for jets
009 10,200,10,200/
010 TMASS /t quark mass
011 175./
012 JETTYPE1 /select types for jet 1
013 'TP','TB'/
014 JETTYPE2 /select types for jet 2
015 'TP','TB'/
016 SEED /Random no. seed
017 0.491317689811010E+14 /
018 END
019 STOP
020
021 // Comments on above:
022 // First two lines are compulsory.
023 // For choices, see Isajet 7.51 manual page 37 - found in
024 // /cdf/code/cdfprod/isajet/v7_51/IRIX+6/doc (e.g., do dvips on isajet.dvi )
025 // Note "Nevent" is inoperative, the tcl file controls no. of events.
026 // Nprint (Np) and Njump (Nj) control the number of Isajet event prints thus:
027 // Nj = 0, no prints;
028 // Np = 0, 1-line prints every Nj-th event;
029 // Np > 0, Nj > 0, (a) Event 1 full print; (b) every Nj-th event printed,
030 // the first Np-1 of them full print and thereafter 1 line per event;
031 // where 1 line gives event no. and Isajet seed.
032 // Note: DO NOT use keyword PDFLIB until a "pdflib-version" of Isajet exists.
033 //
Send problems or questions to cdfcode@fnal.gov