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

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