testing/Htautau/SETUP.C

00001 {
00002   if (!Setup::stage == 0) { //generation step configurables
00003     //look at higgs decays
00004     Setup::decay_particle=25;
00005     Setup::mass_power=1;
00006     Setup::mass_scale_on=true;
00007     
00008     // Setup histograms
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     // Setup User Histograms
00015     Setup::UserTreeAnalysis = "RhoRhoPHOTOSUserTreeAnalysis";
00016     
00017     // Description
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); // suppress pi0 decays
00023   }
00024   else{ //Setup for analysis step
00025     Setup::user_analysis=MCTest01;
00026     //Setup::rebin_factor=4; // to reduce no of bins by rebin_factor
00027   }
00028 };
00029 
Generated on Sun Oct 20 20:23:56 2013 for C++InterfacetoPHOTOS by  doxygen 1.6.3