|
PDGID Class ReferenceImplements a decoder for the Monte Carlo Particle Numbering Scheme.
More...
List of all members.
Detailed Description
Implements a decoder for the Monte Carlo Particle Numbering Scheme.
The scheme is documented in D.E. Groom et al., European Physical Journal C15, 1 (2000) or on the web: http://pdg.lbl.gov/
The implementation refers to the document of June 14, 2000 10:40.
- Author:
- Mark Donszelmann
- Version:
- Id
- PDGID.java 8584 2006-08-10 23:06:37Z duns
Constructor & Destructor Documentation
|
Creates a PDGID given the number.
- Parameters:
-
|
Member Function Documentation
void decode |
( |
int |
id |
) |
[protected] |
|
void decodeBaryons |
( |
int |
id |
) |
[protected] |
|
void decodeBase |
( |
int |
id |
) |
[protected] |
|
void decodeComposites |
( |
int |
id |
) |
[protected] |
|
void decodeFlavors |
( |
int |
id |
) |
[protected] |
|
void decodeMesons |
( |
int |
id |
) |
[protected] |
|
void decodeUser |
( |
int |
r |
) |
[protected] |
|
|
returns C or 0 if unspecified
|
|
returns P or 0 if unspecified
|
|
- Returns:
- susy state, or 0 if not a susy particle
|
|
- Returns:
- true if particle excited
|
|
- Returns:
- true if particles qq states are unassigned or likely.
|
|
- Returns:
- true if particle, false if antiParticle
|
|
- Returns:
- true if particle is super symmetric
|
boolean isTechnicolor |
( |
|
) |
|
|
|
- Returns:
- true if particle is technicolor
|
void main |
( |
String[] |
args |
) |
[static] |
|
Member Data Documentation
boolean excited = false [protected] |
|
String family = "undefined" [protected] |
|
double I = Double.NaN [protected] |
|
double J = Double.NaN [protected] |
|
boolean likely = false [protected] |
|
boolean susy = false [protected] |
|
The documentation for this class was generated from the following file:
Generated on Fri Nov 3 19:06:34 2006 for FreeHepYaPPI by
1.3.9.1
|