testing/Zee/SETUP.C
00001 {
00002
00003 if (!Setup::stage == 0) {
00004
00005 Setup::decay_particle=23;
00006 Setup::debug_mode=false;
00007
00008
00009 int n_bins=120;
00010 double default_min_bin=0.0;
00011 double default_max_bin=1.1;
00012 Setup::SetHistogramDefaults(n_bins,default_min_bin,default_max_bin);
00013 Setup::mass_scale_on=true;
00014
00015
00016 Setup::gen1_desc_1=" Pythia + Photos Interface Test, Low virtuality Z dominate";
00017 Setup::gen1_desc_2=" $Z \\rightarrow e^+ e^-$. Photons filtered below 10 MeV";
00018 Setup::gen1_desc_3=" No photon symmetrization";
00019
00020
00021 Setup::UserTreeAnalysis = "ZeeAnalysis";
00022 Setup::UTA_params[0]=0.01/91.187;
00023
00024
00025 Setup::UTA_params[1]=2;
00026 Setup::UTA_params[2]=0.0;
00027 Setup::UTA_params[3]=1.0;
00028 Setup::UTA_params[4]=22;
00029
00030 Setup::UTA_nparams=5;
00031
00032 Setup::SuppressDecay(22);
00033 Setup::SuppressDecay(23);
00034 }
00035 else{
00036 Setup::user_analysis=MCTest01;
00037
00038 Setup::use_log_y=true;
00039 }
00040 };