CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
UserMassH2.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//////////////////***** MassH2 Model ------------------
11 const char* filename;
12 filename="diy.root"; //specify the root histor. name
13 return filename;
14}
15
17 const char* hpoint;
18 hpoint="hdalitz"; //specify the histor. id
19 return hpoint;
20}
21
23 static int DP[4];
24 DP[0]=0; // 0,1,2,... indexes for daughter particles
25 DP[1]=1;
26 DP[2]=0;
27 DP[3]=2;
28 return DP;
29}
30
const char * setHpoint()
Definition UserMassH2.cc:16
int * setDaugPair()
Definition UserMassH2.cc:22
const char * setFileName()
Definition UserMassH2.cc:10