testing/ScalNLO/SETUP.C

00001 {
00002   if(!Setup::stage == 0) { //generation step configurables
00003 
00004   Setup::decay_particle=310;
00005   Setup::debug_mode=false; //verbose output from MC-Tester?
00006   // Setup histograms
00007   int n_bins=120;
00008   double default_min_bin=0.0;
00009   double default_max_bin=1.1;
00010   Setup::SetHistogramDefaults(n_bins,default_min_bin,default_max_bin);
00011 
00012     Setup::mass_scale_on=true;
00013   Setup::mass_power=2;
00014 
00015   // Description
00016   Setup::gen1_desc_1=" Pythia + Tauola + Photos Interface Test";
00017   Setup::gen1_desc_2=" scalar to 2 scalars. Photons filtered below 10 MeV";
00018   Setup::gen1_desc_3=" No photon symmetrization";
00019 
00020   //Filter photons
00021   // Setup::UserTreeAnalysis = "ZtautauAnalysis";
00022     Setup::UserTreeAnalysis = "UserTreeAnalysis";
00023   Setup::UTA_params[0]=0.01/0.49; //10 MeV
00024   // p_t threshold as fraction of particle energy in
00025   // mothers frame 
00026   Setup::UTA_params[1]=2;
00027   Setup::UTA_params[2]=0.0;
00028   Setup::UTA_params[3]=1.0;
00029   Setup::UTA_params[4]=22;
00030 
00031   Setup::UTA_nparams=5;
00032 
00033   Setup::SuppressDecay(22);
00034   Setup::SuppressDecay(23);
00035   Setup::SuppressDecay(-15);
00036   //Setup::SuppressDecay(11);
00037   //Setup::SuppressDecay(-11);
00038   }
00039   else //Setup for analysis step
00040   {
00041     Setup::user_analysis=MCTest01;
00042         Setup::use_log_y=true;
00043   }
00044 };
Generated on Sun Oct 20 20:23:56 2013 for C++InterfacetoPHOTOS by  doxygen 1.6.3