testing/ttbar/SETUP.C
00001 {
00002 if(!Setup::stage == 0)
00003 {
00004 Setup::decay_particle=100;
00005
00006
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
00014
00015 Setup::gen1_desc_1=" Pythia + Photos Interface Test";
00016 Setup::gen1_desc_2=" $g g \\rightarrow t \\bar t$. Photons filtered below 10 MeV";
00017 Setup::gen1_desc_3=" No photon symmetrization";
00018
00019
00020 Setup::UserTreeAnalysis = "UserTreeAnalysis";
00021
00022 Setup::UTA_params[0]=0.001;
00023 Setup::UTA_params[1]=2;
00024 Setup::UTA_params[2]=0.0;
00025 Setup::UTA_params[3]=1.0;
00026 Setup::UTA_params[4]=22;
00027
00028 Setup::UTA_nparams=5;
00029
00030 Setup::SuppressDecay(22);
00031 Setup::SuppressDecay(23);
00032 Setup::SuppressDecay(6);
00033 Setup::SuppressDecay(-6);
00034 }
00035 else
00036 {
00037 Setup::user_analysis=MCTest01;
00038 Setup::use_log_y=true;
00039 }
00040 };