CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
APV25GTS.h
Go to the documentation of this file.
1#ifndef APV25GTS_H
2#define APV25GTS_H
3
4#include "TH1F.h"
5
6class APV25GTS {
7 public:
8 APV25GTS();
9 ~APV25GTS();
10
11 void add_charge(double q, double t);
12 double compute_charge();
13 double compute_tFD();
14
15 void set_dtFD(double t) { dtFD = t; }
16 void set_FD_par(int i, double p) { FD_par[i] = p; }
17
18 double get_dtFD() { return dtFD; }
19 double get_FD_par(int i) { return FD_par[i]; }
20
21 private:
22
23 TH1F *histo_q_vs_t;
24
25 double dtFD;
26 double FD_par[4];
27
28
29};
30
31#endif
32
****INTEGER imax DOUBLE PRECISION m_pi *DOUBLE PRECISION m_amfin DOUBLE PRECISION m_Chfin DOUBLE PRECISION m_Xenph DOUBLE PRECISION m_sinw2 DOUBLE PRECISION m_GFermi DOUBLE PRECISION m_MfinMin DOUBLE PRECISION m_ta2 INTEGER m_out INTEGER m_KeyFSR INTEGER m_KeyQCD *COMMON c_Semalib $ !copy of input $ !CMS energy $ !beam mass $ !final mass $ !beam charge $ !final charge $ !smallest final mass $ !Z mass $ !Z width $ !EW mixing angle $ !Gmu Fermi $ alphaQED at q
Definition: KKsem.h:33
APV25GTS()
Definition: APV25GTS.cxx:14
double get_dtFD()
Definition: APV25GTS.h:18
void set_dtFD(double t)
Definition: APV25GTS.h:15
void add_charge(double q, double t)
Definition: APV25GTS.cxx:22
void set_FD_par(int i, double p)
Definition: APV25GTS.h:16
~APV25GTS()
Definition: APV25GTS.cxx:18
double get_FD_par(int i)
Definition: APV25GTS.h:19
double compute_tFD()
Definition: APV25GTS.cxx:33
double compute_charge()
Definition: APV25GTS.cxx:27
int t()
Definition: t.c:1