ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/dasu/UltraFastSim/generateData.cc
(Generate patch)

Comparing UserCode/dasu/UltraFastSim/generateData.cc (file contents):
Revision 1.8 by dasu, Wed Feb 16 01:46:58 2011 UTC vs.
Revision 1.9 by dasu, Thu Feb 17 14:57:43 2011 UTC

# Line 154 | Line 154 | int main(int argc, char **argv) {
154            pythia.readString("15:onIfAny = 13");
155          }
156        }
157 +     else if(strncmp(argv[1], "ZZmmbb", 6) == 0)
158 +       {
159 +        pythia.readString("WeakDoubleBoson:ffbar2gmZgmZ = on");
160 +        pythia.readString("23:onMode = 2");      
161 +        pythia.readString("23:onIfAny = 13");
162 +        pythia.readString("23:onMode = 3");
163 +        pythia.readString("23:onIfAny = 5");
164 +       }
165      else
166        {
167          cerr << "Unknown process type " << argv[1] << " - aborting" << endl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines