#include <ostream>#include <iomanip>#include <RVersion.h>#include <TClonesArray.h>#include <TParticlePDG.h>#include <TIterator.h>#include "Framework/Algorithm/Algorithm.h"#include "Framework/Algorithm/AlgFactory.h"#include "Framework/Conventions/Units.h"#include "Framework/Conventions/Constants.h"#include "Physics/Decay/Decayer.h"#include "Physics/Decay/PythiaDecayer.h"#include "Framework/GHEP/GHepStatus.h"#include "Framework/GHEP/GHepParticle.h"#include "Framework/GHEP/GHepRecord.h"#include "Framework/Messenger/Messenger.h"#include "Framework/ParticleData/PDGCodes.h"#include "Framework/ParticleData/PDGLibrary.h"Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &stream, const TClonesArray *particle_list) |
| ostream & | operator<< (ostream &stream, const GHepParticle *particle) |
| void | TestPythiaTauDecays (void) |
| void | Decay (const Decayer *decayer, int pdgc, double E, int ndecays) |
| int | main (int, char **) |
| void Decay | ( | const Decayer * | decayer, |
| int | pdgc, | ||
| double | E, | ||
| int | ndecays | ||
| ) |
Definition at line 179 of file gtestDecay.cxx.
| int main | ( | int | , |
| char ** | |||
| ) |
Definition at line 56 of file gtestDecay.cxx.
| ostream & operator<< | ( | ostream & | stream, |
| const TClonesArray * | particle_list | ||
| ) |
Definition at line 223 of file gtestDecay.cxx.
| ostream & operator<< | ( | ostream & | stream, |
| const GHepParticle * | particle | ||
| ) |
Definition at line 250 of file gtestDecay.cxx.
| void TestPythiaTauDecays | ( | void | ) |
Definition at line 63 of file gtestDecay.cxx.
1.8.11