#include <string.h>
#include <ctype.h>
#include <gString.h>
#include <tpia_target.h>
#include <tpia_misc.h>
 
Go to the source code of this file.
 | 
| tpia_product *  | tpia_product_create (statusMessageReporting *smr) | 
|   | 
| int  | tpia_product_initialize (statusMessageReporting *smr, tpia_product *product) | 
|   | 
| tpia_product *  | tpia_product_createGetFromElement (statusMessageReporting *smr, tpia_channel *channel, tpia_product *parentProduct, xData_element *productElement) | 
|   | 
| tpia_product *  | tpia_product_free (statusMessageReporting *smr, tpia_product *product) | 
|   | 
| int  | tpia_product_release (statusMessageReporting *smr, tpia_product *product) | 
|   | 
| int  | tpia_product_getFromElement (statusMessageReporting *smr, tpia_channel *channel, tpia_product *parentProduct, xData_element *productElement, tpia_product *product) | 
|   | 
| int  | tpia_product_getDecayChannelFromElement (statusMessageReporting *smr, xData_element *parentElement, tpia_channel *channel, tpia_product *parentProduct, tpia_product **priorProductNext) | 
|   | 
| long  | tpia_product_dataRequired (statusMessageReporting *, tpia_product *product) | 
|   | 
| tpia_product *  | tpia_product_getFirstProduct (tpia_product *product) | 
|   | 
| tpia_product *  | tpia_product_getProductByIndex (statusMessageReporting *, tpia_product *product, int index) | 
|   | 
| int  | tpia_product_doesDecay (statusMessageReporting *, tpia_product *product) | 
|   | 
| int  | tpia_product_numberOfProducts (statusMessageReporting *, tpia_product *product) | 
|   | 
| int  | tpia_product_isDataPresent (statusMessageReporting *, tpia_product *product, int b_data) | 
|   | 
| int  | tpia_product_sampleMultiplicity (statusMessageReporting *, tpia_product *product, double e_in, double r) | 
|   | 
      
        
          | const char * tpia_productGenre_NBody_angular_energy = "NBody_angular_energy" | 
        
      
 
 
      
        
          | const char * tpia_productGenre_NBody_Legendre = "NBody_Legendre" | 
        
      
 
 
      
        
          | const char * tpia_productGenre_NBody_pairProduction = "NBody_pairProduction" | 
        
      
 
 
      
        
          | const char * tpia_productGenre_NBody_uncorrelate_Legendre = "NBody_uncorrelate_Legendre" | 
        
      
 
 
      
        
          | const char * tpia_productGenre_twoBody_angular = "twoBody_angular" | 
        
      
 
 
      
        
          | const char * tpia_productGenre_twoBody_formFactor = "twoBody_formFactor" | 
        
      
 
 
      
        
          | const char* tpia_productGenre_unknown = "unknown" |