BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
UserAngH2.cc
Go to the documentation of this file.
1
#include "TApplication.h"
2
#include "TAxis.h"
3
#include "TFile.h"
4
#include "TH1.h"
5
#include "TH2.h"
6
#include "TROOT.h"
7
8
#include "
../src/EvtGen/EvtGenModels/EvtAngH2.hh
"
9
//////////////////***** AngH2 Model ------------------
10
const
char
*
EvtAngH2::setFileName
() {
11
const
char
* filename;
12
filename =
"AngH2.root"
;
// specify the root histor. name
13
return
filename;
14
}
15
16
const
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
20
// by detection efficiency
21
hpoint =
"AngScatter"
;
22
return
hpoint;
23
}
EvtAngH2.hh
EvtAngH2::setHpoint
const char * setHpoint()
Definition
UserAngH2.cc:16
EvtAngH2::setFileName
const char * setFileName()
Definition
UserAngH2.cc:10
8.0.0
BOSS_Gen
BesEvtGen
user
UserAngH2.cc
Generated by
1.16.1