BOSS 8.0.0
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:
20 virtual ~EvtD0toKLpipiPlot();
21
22 void getName( std::string& name );
23
25
26 void initProbMax();
27
28 void init();
29
30 void decay( EvtParticle* p );
31
32 int FindXBin( double mass2 );
33 int FindYBin( double mass2 );
34
35private:
36 std::string m_inputFileName;
37 std::string f1;
38 double avm1;
39 double HisPDF[42][42];
40 double Xmin, Xmax, Xwid, Ymin, Ymax, Ywid;
41};
42
43#endif
TFile * f1
int FindYBin(double mass2)
void getName(std::string &name)
EvtDecayBase * clone()
void decay(EvtParticle *p)
int FindXBin(double mass2)