BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
BesEvtGen-00-04-08/user/UserAngH2.cc
Go to the documentation of this file.
1#include "TH1.h"
2#include "TAxis.h"
3#include "TH2.h"
4#include "TFile.h"
5#include "TApplication.h"
6#include "TROOT.h"
7
8#include "EvtGenModels/EvtAngH2.hh"
9//////////////////***** AngH2 Model ------------------
10const char* EvtAngH2::setFileName(){
11 const char* filename;
12 filename="AngH2.root"; //specify the root histor. name
13 return filename;
14}
15
16const char* EvtAngH2::setHpoint(){
17 const char* hpoint;
18//specify scatter plot id, x-axis is the angular distribution(in Lab system) for daugher(0)
19//, y-axix is the the angular distribution(in Lab system) for daugher(1). They are corrected by detection efficiency
20 hpoint="AngScatter";
21 return hpoint;
22}
23
24