![]() |
PandaRoot
|
#include <PhotosBranch.h>
Public Member Functions | |
PhotosBranch (PhotosParticle *p) | |
PhotosParticle * | getDecayingParticle () |
vector< PhotosParticle * > | getMothers () |
vector< PhotosParticle * > | getDaughters () |
vector< PhotosParticle * > | getParticles () |
int | getSuppressionStatus () |
int | getForcingStatus () |
bool | checkMomentumConservation () |
void | process () |
PhotosBranch (PhotosParticle *p) | |
PhotosParticle * | getDecayingParticle () |
vector< PhotosParticle * > | getMothers () |
vector< PhotosParticle * > | getDaughters () |
vector< PhotosParticle * > | getParticles () |
int | getSuppressionStatus () |
int | getForcingStatus () |
bool | checkMomentumConservation () |
void | process () |
Static Public Member Functions | |
static vector< PhotosBranch * > | createBranches (vector< PhotosParticle *> particles) |
static vector< PhotosBranch * > | createBranches (vector< PhotosParticle *> particles) |
Definition at line 22 of file PhotosBranch.h.
Photospp::PhotosBranch::PhotosBranch | ( | PhotosParticle * | p | ) |
Create branch out of decaying particle
Photospp::PhotosBranch::PhotosBranch | ( | PhotosParticle * | p | ) |
Create branch out of decaying particle
bool Photospp::PhotosBranch::checkMomentumConservation | ( | ) |
Checks momentum conservation of decaying particle. If it does not exist, checks momentum of first mother passed to photos
Referenced by getForcingStatus().
bool Photospp::PhotosBranch::checkMomentumConservation | ( | ) |
Checks momentum conservation of decaying particle. If it does not exist, checks momentum of first mother passed to photos
|
static |
Create branches from particles list
Referenced by getForcingStatus().
|
static |
Create branches from particles list
|
inline |
|
inline |
Get list of daughters
Definition at line 34 of file 3.52/src/photosCInterfaces/PhotosBranch.h.
References getParticles().
|
inline |
Return decaying particle. nullptr if branching does not have mid-particle
Definition at line 28 of file 3.52/src/photosCInterfaces/PhotosBranch.h.
|
inline |
Return decaying particle. nullptr if branching does not have mid-particle
Definition at line 28 of file PhotosBranch.h.
|
inline |
Check if branch is forced
Definition at line 43 of file PhotosBranch.h.
References checkMomentumConservation(), createBranches(), and process().
|
inline |
Check if branch is forced
Definition at line 43 of file 3.52/src/photosCInterfaces/PhotosBranch.h.
References checkMomentumConservation(), createBranches(), and process().
|
inline |
|
inline |
Get list of mothers
Definition at line 31 of file 3.52/src/photosCInterfaces/PhotosBranch.h.
vector<PhotosParticle *> Photospp::PhotosBranch::getParticles | ( | ) |
Get list of all particles used by branch
vector<PhotosParticle *> Photospp::PhotosBranch::getParticles | ( | ) |
Get list of all particles used by branch
Referenced by getDaughters().
|
inline |
Check if branch is suppressed
Definition at line 40 of file 3.52/src/photosCInterfaces/PhotosBranch.h.
|
inline |
Check if branch is suppressed
Definition at line 40 of file PhotosBranch.h.
void Photospp::PhotosBranch::process | ( | ) |
Process single branch
void Photospp::PhotosBranch::process | ( | ) |
Process single branch
Referenced by getForcingStatus().