FORM v5.0.0-35-g6318119
Public Member Functions | Data Fields
Particle Class Reference
Collaboration diagram for Particle:
Collaboration graph
[legend]

Public Member Functions

 Particle (Model *modl, int pid, PInput *pinp)
 
char * particleName (int p)
 
int particleCode (int p)
 
char * interactionName (int p)
 
char * aparticle (void)
 
void prParticle (void)
 
int isNeutral (void)
 
const char * typeName (void)
 
const char * typeGName (void)
 

Data Fields

Modelmdl
 
char * name
 
char * aname
 
int id
 
int ptype
 
int neutral
 
int pcode
 
int acode
 
int cmindeg
 
int cmaxdeg
 
int extonly
 

Detailed Description

Definition at line 227 of file grcc.h.

Constructor & Destructor Documentation

◆ Particle()

Particle ( Model modl,
int  pid,
PInput pinp 
)

Definition at line 1672 of file grcc.cc.

◆ ~Particle()

~Particle ( void  )

Definition at line 1749 of file grcc.cc.

Member Function Documentation

◆ particleName()

char * particleName ( int  p)

Definition at line 1756 of file grcc.cc.

◆ particleCode()

int particleCode ( int  p)

Definition at line 1766 of file grcc.cc.

◆ aparticle()

char * aparticle ( void  )

Definition at line 1794 of file grcc.cc.

◆ prParticle()

void prParticle ( void  )

Definition at line 1806 of file grcc.cc.

◆ isNeutral()

int isNeutral ( void  )

Definition at line 1776 of file grcc.cc.

◆ typeName()

const char * typeName ( void  )

Definition at line 1782 of file grcc.cc.

◆ typeGName()

const char * typeGName ( void  )

Definition at line 1788 of file grcc.cc.

Field Documentation

◆ mdl

Model* mdl

Definition at line 229 of file grcc.h.

◆ name

char* name

Definition at line 230 of file grcc.h.

◆ aname

char* aname

Definition at line 231 of file grcc.h.

◆ id

int id

Definition at line 232 of file grcc.h.

◆ ptype

int ptype

Definition at line 233 of file grcc.h.

◆ neutral

int neutral

Definition at line 234 of file grcc.h.

◆ pcode

int pcode

Definition at line 235 of file grcc.h.

◆ acode

int acode

Definition at line 236 of file grcc.h.

◆ cmindeg

int cmindeg

Definition at line 237 of file grcc.h.

◆ cmaxdeg

int cmaxdeg

Definition at line 238 of file grcc.h.

◆ extonly

int extonly

Definition at line 240 of file grcc.h.


The documentation for this class was generated from the following files: