BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
TGGCrossPart.h
Go to the documentation of this file.
1#ifndef RAD_TGGCrossPart
2#define RAD_TGGCrossPart
3
4#include "TVCrossPart.h"
5
7protected:
12 double fCosMin;
13 double fMax;
14 double fNorm;
15 double fNormTheta;
16 double MakeCosTheta();
17 double GetCNorm();
18 double R_3_Gamma();
19 double K_SV(const double &);
21public:
24 double BornShift(const double&, const double&, const double&);
25 double GetValue(const unsigned int);
26 void Init();
27 void SetThetaMin(const double &);
28};
29
30#endif //#ifndef RAD_TGGCrossPart
TPhoton * fPhI1
Definition: TGGCrossPart.h:10
double fCosMin
Definition: TGGCrossPart.h:12
double GetCNorm()
double GetValue(const unsigned int)
double R_3_Gamma()
TPhoton * fPhD1
Definition: TGGCrossPart.h:8
TPhoton * fPhI2
Definition: TGGCrossPart.h:11
double fNorm
Definition: TGGCrossPart.h:14
void SetThetaMin(const double &)
bool fThetaLocked
Definition: TGGCrossPart.h:20
double K_SV(const double &)
double BornShift(const double &, const double &, const double &)
TPhoton * fPhD2
Definition: TGGCrossPart.h:9
double fNormTheta
Definition: TGGCrossPart.h:15
double MakeCosTheta()
Definition: TPhoton.h:7