CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ForceArchiveTauola.cc
Go to the documentation of this file.
1 // This will force the symbols below to be kept, even in the case tauola
2 // is an archive library.
4 
5 extern "C" void phyfix_(void );
6 extern "C" void spinhiggs_(void );
7 extern "C" void taupi0_(void);
8 extern "C" void inietc_(void);
9 extern "C" void inimas_(void);
10 extern "C" void iniphx_(void);
11 extern "C" void initdk_(void);
12 extern "C" void taupi0_(void);
13 extern "C" void dekay_(void);
14 extern "C" void plzapx_(void);
15 __attribute__((visibility("hidden"))) void dummy()
16 {
17  float dummyFloat = 0;
18  int dummyInt = 0;
19  dexay_(&dummyInt, &dummyFloat);
20  phyfix_();
21  spinhiggs_();
22  taupi0_();
23  taupi0_();
24  inietc_();
25  inimas_();
26  iniphx_();
27  initdk_();
28  taupi0_();
29  dekay_();
30  plzapx_();
31 }
void phyfix_(void)
void dexay_(int *, float[4])
void iniphx_(void)
void initdk_(void)
void dekay_(void)
void inimas_(void)
void taupi0_(void)
void plzapx_(void)
void inietc_(void)
void spinhiggs_(void)
class Geom::Polar2Cartesian __attribute__