BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtD0toKpietaPlot.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: EvtD0topipietaplot
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 EVTD0TOKPIETAPLOT_HH
22#define EVTD0TOKPIETAPLOT_HH
23
25
26class EvtParticle;
27
29
30public:
32 virtual ~EvtD0toKpietaPlot();
33
34 void getName( std::string& name );
35
37
38 void initProbMax();
39
40 void init();
41
42 void decay( EvtParticle* p );
43
44 int FindXBin( double mass2 );
45 int FindYBin( double mass2 );
46
47private:
48 std::string m_inputFileName;
49 std::string f1;
50 double avm1;
51 double HisPDF[17][17];
52 double Xmin, Xmax, Xwid, Ymin, Ymax, Ywid;
53};
54
55#endif
TFile * f1
int FindYBin(double mass2)
void getName(std::string &name)
int FindXBin(double mass2)
void decay(EvtParticle *p)
EvtDecayBase * clone()