BOSS 8.0.0
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
6class TGGCrossPart : public TVCrossPart {
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& );
21
22public:
25 double BornShift( const double&, const double&, const double& );
26 double GetValue( const unsigned int );
27 void Init();
28 void SetThetaMin( const double& );
29};
30
31#endif // #ifndef RAD_TGGCrossPart
TPhoton * fPhI1
double GetCNorm()
double GetValue(const unsigned int)
double R_3_Gamma()
TPhoton * fPhD1
Definition TGGCrossPart.h:8
TPhoton * fPhI2
void SetThetaMin(const double &)
double K_SV(const double &)
double BornShift(const double &, const double &, const double &)
TPhoton * fPhD2
Definition TGGCrossPart.h:9
double fNormTheta
double MakeCosTheta()