/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/BesEvtGen/BesEvtGen-00-03-58/user/UserAngH2.cc

Go to the documentation of this file.
00001 #include "TH1.h"
00002 #include "TAxis.h"
00003 #include "TH2.h"
00004 #include "TFile.h"
00005 #include "TApplication.h"
00006 #include "TROOT.h"
00007 
00008 #include "EvtGenModels/EvtAngH2.hh"
00010 const char*  EvtAngH2::setFileName(){
00011   const char* filename;
00012   filename="AngH2.root";  //specify the root histor. name
00013   return filename;
00014 }
00015   
00016 const char*  EvtAngH2::setHpoint(){
00017   const char* hpoint;
00018 //specify scatter plot id, x-axis is the angular distribution(in Lab system) for daugher(0) 
00019 //, y-axix is the  the angular distribution(in Lab system) for daugher(1). They are corrected by detection efficiency 
00020   hpoint="AngScatter";   
00021   return hpoint;
00022 } 
00023 
00024 

Generated on Tue Nov 29 23:12:25 2016 for BOSS_7.0.2 by  doxygen 1.4.7