BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
UserHAngSam3.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
9
10////////////////***** HAngSam3 class defined by user
12 const char* filename;
13 filename="HAngSam3.root";
14//specify the root histor. name
15 return filename;
16}
17
19 const char* hpoint;
20 hpoint="costheta"; //specify the histor. id
21 return hpoint;
22}
23
24
25
26
const char * setFileName()
Definition: UserHAngSam3.cc:11
const char * setHpoint()
Definition: UserHAngSam3.cc:18