|
FairRoot/PandaRoot
|
#include <iostream>#include "TClonesArray.h"#include "TFile.h"#include "TLorentzVector.h"#include "TTree.h"#include "TVector3.h"#include "TParticle.h"#include "PndDpmDirect.h"#include "FairPrimaryGenerator.h"#include "TRandom.h"#include "cfortran.h"Go to the source code of this file.
Classes | |
| struct | lujets |
Macros | |
| #define | LUJETS COMMON_BLOCK(LUJETS,lujets) |
Functions | |
| COMMON_BLOCK_DEF (lujets, LUJETS) | |
| int | init1_ (double *Plab, double *seed, double *Elastic, double *tetmin) |
| int | dpm_gen_ (double *Generator, double *seed) |
| int | chstatus_ (int *iPDG, int *iStatus) |
Variables | |
| TF1 * | fDensityFunction |
| #define LUJETS COMMON_BLOCK(LUJETS,lujets) |
Definition at line 33 of file PndDpmDirect.cxx.
| int chstatus_ | ( | int * | iPDG, |
| int * | iStatus | ||
| ) |
Referenced by PndDpmDirect::SetStable(), and PndDpmDirect::SetUnstable().
| int dpm_gen_ | ( | double * | Generator, |
| double * | seed | ||
| ) |
Referenced by PndDpmDirect::ReadEvent().
| int init1_ | ( | double * | Plab, |
| double * | seed, | ||
| double * | Elastic, | ||
| double * | tetmin | ||
| ) |
Referenced by PndDpmDirect::PndDpmDirect().
| TF1* fDensityFunction |
Definition at line 42 of file PndDpmDirect.cxx.
Referenced by PndDpmDirect::PndDpmDirect(), and PndDpmDirect::ReadEvent().
1.8.5