CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
ForceArchiveTauola.cc File Reference
#include "GeneratorInterface/ExternalDecays/interface/TauolaWrapper.h"

Go to the source code of this file.

Functions

 __attribute__ ((visibility("hidden"))) void dummy()
 
void dekay_ (void)
 
void inietc_ (void)
 
void inimas_ (void)
 
void iniphx_ (void)
 
void initdk_ (void)
 
void phyfix_ (void)
 
void plzapx_ (void)
 
void spinhiggs_ (void)
 
void taupi0_ (void)
 

Function Documentation

__attribute__ ( (visibility("hidden"))  )

Definition at line 15 of file ForceArchiveTauola.cc.

References dekay_(), dexay_(), inimas_(), initdk_(), phyfix_(), and taupi0_().

16 {
17  float dummyFloat = 0;
18  int dummyInt = 0;
19  dexay_(&dummyInt, &dummyFloat);
20  phyfix_();
21  taupi0_();
22  taupi0_();
23  inimas_();
24  initdk_();
25  taupi0_();
26  dekay_();
27 }
void phyfix_(void)
void dexay_(int *, float[4])
void initdk_(void)
void dekay_(void)
void inimas_(void)
void taupi0_(void)
void dekay_ ( void  )

Referenced by __attribute__().

void inietc_ ( void  )
void inimas_ ( void  )

Referenced by __attribute__().

void iniphx_ ( void  )
void initdk_ ( void  )

Referenced by __attribute__().

void phyfix_ ( void  )

Referenced by __attribute__().

void plzapx_ ( void  )
void spinhiggs_ ( void  )
void taupi0_ ( void  )

Referenced by __attribute__().