{ if(!Setup::stage == 0) { //generation step configurables Setup::decay_particle=310; Setup::debug_mode=false; //verbose output from MC-Tester? // Setup histograms int n_bins=120; double default_min_bin=0.0; double default_max_bin=1.1; Setup::SetHistogramDefaults(n_bins,default_min_bin,default_max_bin); Setup::mass_scale_on=true; Setup::mass_power=2; // Description Setup::gen1_desc_1=" Pythia + Tauola + Photos Interface Test"; Setup::gen1_desc_2=" scalar to 2 scalars. Photons filtered below 10 MeV"; Setup::gen1_desc_3=" No photon symmetrization"; //Filter photons // Setup::UserTreeAnalysis = "ZtautauAnalysis"; Setup::UserTreeAnalysis = "UserTreeAnalysis"; Setup::UTA_params[0]=0.01/0.49; //10 MeV // p_t threshold as fraction of particle energy in // mothers frame Setup::UTA_params[1]=2; Setup::UTA_params[2]=0.0; Setup::UTA_params[3]=1.0; Setup::UTA_params[4]=22; Setup::UTA_nparams=5; Setup::SuppressDecay(22); Setup::SuppressDecay(23); Setup::SuppressDecay(-15); //Setup::SuppressDecay(11); //Setup::SuppressDecay(-11); } else //Setup for analysis step { Setup::user_analysis=MCTest01; Setup::use_log_y=true; } };