|
GENIEGenerator
|
#include <iomanip>#include <string>#include "Framework/Messenger/Messenger.h"#include "Framework/ParticleData/NaturalIsotopes.h"#include "Framework/ParticleData/PDGLibrary.h"#include "TParticlePDG.h"#include "TMath.h"Go to the source code of this file.
Functions | |
| int | getA (int pdg) |
| int | setA (int pdg, int a) |
| std::string | PDGcheck (int pdg) |
| int | main (int argc, char **argv) |
| int getA | ( | int | pdg | ) |
Definition at line 100 of file gtestNaturalIsotopes.cxx.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 35 of file gtestNaturalIsotopes.cxx.
References genie::NaturalIsotopeElementData::Abundance(), genie::NaturalIsotopes::ElementData(), getA(), genie::NaturalIsotopes::Instance(), genie::PDGLibrary::Instance(), LOG, genie::NaturalIsotopes::NElements(), PDGcheck(), genie::NaturalIsotopeElementData::PdgCode(), pNOTICE, and setA().
| std::string PDGcheck | ( | int | pdg | ) |
Definition at line 108 of file gtestNaturalIsotopes.cxx.
References genie::PDGLibrary::Find(), and genie::PDGLibrary::Instance().
Referenced by main().
| int setA | ( | int | pdg, |
| int | a ) |