BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
TPiCrossPart.h
Go to the documentation of this file.
1#ifndef RAD_TPiCrossPart
2#define RAD_TPiCrossPart
3
4#include "TVCrossPart.h"
5#include "TPiKFun.h"
6#include "TFormFactor.h"
7
9protected:
10 TPiKFun *fK; // Soft and virtual photons correction
17 double fCosMin;
18 double fSinTheta2;
19 double fNorm;
20 double fCompPiSV;
21 double fBetaPi;
22 double MakeCosTheta();
23 double GetCNorm();
24 double R_Gamma();
25 double R_Gamma_t();
27public:
29 virtual ~TPiCrossPart();
30 double BornShift(const double&, const double&, const double&);
31 double GetValue(const unsigned int);
32 void Init();
33 void SetThetaMin(const double &);
35};
36
37#endif //#ifndef RAD_TPiCrossPart
void SetThetaMin(const double &)
TFormFactor * GetFormFactor()
double GetValue(const unsigned int)
TPhotonD * fPhD2
virtual ~TPiCrossPart()
double MakeCosTheta()
double GetCNorm()
double R_Gamma()
TFormFactor * fFpi
TPhotonI * fPhI2
TPiKFun * fK
double R_Gamma_t()
TPhotonFS * fPhFS
TPhotonI * fPhI1
TPhotonD * fPhD1
double R_Gamma_kuraev_eidelman()
double fSinTheta2
double fCompPiSV
double BornShift(const double &, const double &, const double &)