ROOTPWA
Public Attributes | List of all members
YYSTYPE Union Reference

#include <keyParse.h>

Public Attributes

int num
std::complex< double > * Cnum
double Fnum
char string [100]
decayDecay
particleParticle

Detailed Description

Definition at line 140 of file keyParse.cc.

Member Data Documentation

std::complex< double > * YYSTYPE::Cnum

Definition at line 142 of file keyParse.cc.

Referenced by yyparse().

decay * YYSTYPE::Decay

Definition at line 145 of file keyParse.cc.

Referenced by yyparse().

double YYSTYPE::Fnum

Definition at line 143 of file keyParse.cc.

Referenced by yyparse().

int YYSTYPE::num

Definition at line 141 of file keyParse.cc.

Referenced by yyparse().

particle * YYSTYPE::Particle

Definition at line 146 of file keyParse.cc.

Referenced by yyparse().

char YYSTYPE::string

Definition at line 144 of file keyParse.cc.

Referenced by yyparse().


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