BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtDtoKKpiPlot.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// Copyright Information: See EvtGen/BesCopyright
9// Copyright (A) 2006 Ping Rong-Gang @IHEP
10//
11// Module: EvtDptokkpiplot
12//
13// Description: Routine to decay Lambda_c into NKsPi using the mass spectra
14// of M(PPi0), M(PKs), M(KsPi0)
15//
16// Modification history:
17//
18// Ping R.-G. Mar, 2007 Module created
19//
20//------------------------------------------------------------------------
21#ifndef EVTDTOKKPIPLOT_HH
22#define EVTDTOKKPIPLOT_HH
23
25
26class EvtParticle;
27
29
30public:
31
33 virtual ~EvtDtoKKpiPlot();
34
35 void getName(std::string& name);
36
38
39 void initProbMax();
40
41 void init();
42
43 void decay(EvtParticle *p);
44
45 int FindXBin(double mass2);
46 int FindYBin(double mass2);
47
48private:
49 std::string m_inputFileName;
50 std::string f1;
51 double avm1;
52 double HisPDF[62][62];
53 double Xmin,Xmax,Xwid,Ymin,Ymax,Ywid;
54
55};
56
57#endif
int FindXBin(double mass2)
void decay(EvtParticle *p)
int FindYBin(double mass2)
virtual ~EvtDtoKKpiPlot()
EvtDecayBase * clone()
void getName(std::string &name)