FORM v5.0.0-35-g6318119
Data Structures | Macros | Typedefs | Functions
diawrap.cc File Reference
#include "form3.h"
#include "grccparam.h"
#include "grcc.h"
#include <map>
Include dependency graph for diawrap.cc:

Go to the source code of this file.

Data Structures

struct  ToPoTyPe
 

Macros

#define MAXPOINTS   120
 
#define WITHEARLYVETO
 

Typedefs

typedef struct ToPoTyPe TOPOTYPE
 

Functions

int LoadModel (MODEL *m)
 
int ConvertParticle (Model *model, int formnum)
 
int ReConvertParticle (Model *model, int grccnum)
 
int numParticle (MODEL *m, WORD n)
 
Bool fendMG (EGraph *eg, void *ti)
 
Bool ProcessTopology (EGraph *eg, void *ti)
 
void SetDualOpts (int *opt, const WORD num, const int key, const char *key_name, const int dual, const char *dual_name, const int val, const int dval)
 
int GenDiagrams (PHEAD WORD *term, WORD level)
 

Detailed Description

Functions with interface FORM with grcc, to implement the diagrams_ function.

Definition in file diawrap.cc.

Macro Definition Documentation

◆ MAXPOINTS

#define MAXPOINTS   120

Definition at line 41 of file diawrap.cc.

Function Documentation

◆ LoadModel()

int LoadModel ( MODEL m)

Definition at line 58 of file diawrap.cc.

◆ ConvertParticle()

int ConvertParticle ( Model model,
int  formnum 
)

Definition at line 205 of file diawrap.cc.

◆ ReConvertParticle()

int ReConvertParticle ( Model model,
int  grccnum 
)

Definition at line 223 of file diawrap.cc.

◆ numParticle()

int numParticle ( MODEL m,
WORD  n 
)

Definition at line 235 of file diawrap.cc.

◆ fendMG()

Bool fendMG ( EGraph eg,
void *  ti 
)

Definition at line 506 of file diawrap.cc.

◆ ProcessTopology()

Bool ProcessTopology ( EGraph eg,
void *  ti 
)

Definition at line 516 of file diawrap.cc.

◆ SetDualOpts()

void SetDualOpts ( int *  opt,
const WORD  num,
const int  key,
const char *  key_name,
const int  dual,
const char *  dual_name,
const int  val,
const int  dval 
)

Definition at line 779 of file diawrap.cc.

◆ GenDiagrams()

int GenDiagrams ( PHEAD WORD *  term,
WORD  level 
)

Definition at line 806 of file diawrap.cc.