BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtD0toKLpipiPlot.hh
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3// Environment:
4// This software is part of models developed at BES collaboration
5// based on the EvtGen framework. If you use all or part
6// of it, please give an appropriate acknowledgement.
7//
8//------------------------------------------------------------------------
9#ifndef EVTD0TOKLPIPIPLOT_HH
10#define EVTD0TOKLPIPIPLOT_HH
11
13
14class EvtParticle;
15
17
18public:
19
21 virtual ~EvtD0toKLpipiPlot();
22
23 void getName(std::string& name);
24
26
27 void initProbMax();
28
29 void init();
30
31 void decay(EvtParticle *p);
32
33 int FindXBin(double mass2);
34 int FindYBin(double mass2);
35
36private:
37 std::string m_inputFileName;
38 std::string f1;
39 double avm1;
40 double HisPDF[42][42];
41 double Xmin,Xmax,Xwid,Ymin,Ymax,Ywid;
42
43};
44
45#endif
int FindYBin(double mass2)
void getName(std::string &name)
EvtDecayBase * clone()
void decay(EvtParticle *p)
int FindXBin(double mass2)