testing/Htautau/SETUP.C
00001 {
00002 if (!Setup::stage == 0) {
00003
00004 Setup::decay_particle=25;
00005 Setup::mass_power=1;
00006 Setup::mass_scale_on=true;
00007
00008
00009 int n_bins=60;
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
00014
00015 Setup::UserTreeAnalysis = "RhoRhoPHOTOSUserTreeAnalysis";
00016
00017
00018 Setup::gen1_desc_1=" Pythia + Tauola + Photos Interface Test";
00019 Setup::gen1_desc_2=" $H \\rightarrow 2 \\pi^0 \\pi^+ \\pi^- \\nu_{\\tau} \\bar{\\nu_{\\tau}} $";
00020 Setup::gen1_desc_3=" No photon symmetrization";
00021
00022 Setup::SuppressDecay(111);
00023 }
00024 else{
00025 Setup::user_analysis=MCTest01;
00026
00027 }
00028 };
00029