|
EvtGen
2.0.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
Go to the documentation of this file. 21 #ifndef EVTGENBASE_EVTDILOG_HH 22 #define EVTGENBASE_EVTDILOG_HH 1 33 double DiLog( double x ); 36 static const double Z1 = 1.; 37 static const double HF = Z1 / 2.; 38 static const double PI = 3.14159265358979324; 42 static const double C[20] = { 43 0.42996693560813697, 0.40975987533077105, -0.01858843665014592, 44 0.00145751084062268, -0.00014304184442340, 0.00001588415541880, 45 -0.00000190784959387, 0.00000024195180854, -0.00000003193341274, 46 0.00000000434545063, -0.00000000060578480, 0.00000000008612098, 47 -0.00000000001244332, 0.00000000000182256, -0.00000000000027007, 48 0.00000000000004042, -0.00000000000000610, 0.00000000000000093, 49 -0.00000000000000014, 0.00000000000000002}; 51 #endif // EVTGENBASE_EVTDILOG_HH
static const double C[20]
|