/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/BesEvtGen/BesEvtGen-00-03-58/user/UserMassH2.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/EvtMassH2.hh"
00010 const char*  EvtMassH2::setFileName(){
00011   const char* filename;
00012   filename="diy.root";  //specify the root histor. name
00013   return filename;
00014 }
00015   
00016 const char*  EvtMassH2::setHpoint(){
00017   const char* hpoint;
00018   hpoint="hdalitz";    //specify the histor. id
00019   return hpoint;
00020 } 
00021 
00022 int* EvtMassH2::setDaugPair(){
00023   static int DP[4];
00024   DP[0]=0;  // 0,1,2,... indexes for daughter particles
00025   DP[1]=1;
00026   DP[2]=0;
00027   DP[3]=2;
00028   return DP;
00029 }
00030 

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