]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TEvtGen/Photos/examples/SETUP.C
TENDER becomes Tender, removing .so
[u/mrichter/AliRoot.git] / TEvtGen / Photos / examples / SETUP.C
1 {
2   Setup::decay_particle=23;
3   Setup::debug_mode=false; //verbose output from MC-Tester?
4   // Setup histograms 
5   int n_bins=120;
6   double default_min_bin=0.0; // just to try svn write privilege
7   double default_max_bin=1.1;
8   Setup::SetHistogramDefaults(n_bins,default_min_bin,default_max_bin);
9
10   Setup::mass_scale_on=true;
11
12   Setup::UserTreeAnalysis = "UserTreeAnalysis";
13   Setup::UTA_params[0]=0.01/91.187; //0.010966475/.977; 
14   // p_t threshold as fraction of particle energy in 
15   // mothers frame 
16   Setup::UTA_params[1]=2;
17   Setup::UTA_params[2]=0.0;
18   Setup::UTA_params[3]=1.0;
19   Setup::UTA_params[4]=22;
20
21   Setup::UTA_nparams=5;
22   
23   Setup::SuppressDecay(22);
24   Setup::SuppressDecay(23);
25   //Setup::SuppressDecay(11);
26   //Setup::SuppressDecay(-11);
27   //Setup::UserTreeAnalysis="UserTreeAnalysis";
28 };