StRoot
1
|
Static Public Member Functions | |
static int | set (PhotosBranch *branch) |
static void | get () |
static void | prepare () |
static void | check_ME_channel () |
static void | complete () |
static void | clear () |
static int | set (PhotosBranch *branch) |
static void | get () |
static void | prepare () |
static void | check_ME_channel () |
static void | complete () |
static void | clear () |
Static Public Attributes | |
static int | decay_idx =0 |
static int | ME_channel =0 |
Definition at line 14 of file HEPEVT_struct.h.
|
static |
Check channel for complete matrix element calculation
Definition at line 417 of file HEPEVT_struct.cxx.
|
static |
Check channel for complete matrix element calculation
|
static |
Clear HEPEVT
for(int i=0; i < NMXHEP; i++){
hep.isthep[i]=0; hep.idhep[i]=0;
for(int j=0; j<2; j++){ hep.jmohep[i][j]=0; hep.jdahep[i][j]=0; }
for(int j=0; j<5; j++) hep.phep[i][j]=0;
for(int j=0; j<4; j++) hep.vhep[i][j]=0;
ph_phoqed_.qedrad[i]=0;
}
Definition at line 16 of file HEPEVT_struct.cxx.
|
static |
Clear HEPEVT
|
static |
Finalize processing
Definition at line 412 of file HEPEVT_struct.cxx.
Referenced by Photospp::PhotosBranch::process().
|
static |
Finalize processing
|
static |
Update event record with data from HEPEVT
|
static |
Update event record with data from HEPEVT
Definition at line 161 of file HEPEVT_struct.cxx.
References Photospp::PhotosParticle::addDaughter(), Photospp::PhotosParticle::boostDaughtersFromRestFrame(), Photospp::PhotosParticle::boostDaughtersToRestFrame(), Photospp::PhotosParticle::boostFromRestFrame(), Photospp::PhotosParticle::boostToRestFrame(), Photospp::PhotosParticle::createHistoryEntry(), Photospp::PhotosParticle::createNewParticle(), Photospp::PhotosParticle::getDaughters(), Photospp::PhotosParticle::getE(), Photospp::PhotosParticle::getPdgID(), Photospp::PhotosParticle::getPx(), Photospp::PhotosParticle::getPy(), Photospp::PhotosParticle::getPz(), Photospp::PhotosParticle::setE(), Photospp::PhotosParticle::setPx(), Photospp::PhotosParticle::setPy(), and Photospp::PhotosParticle::setPz().
Referenced by Photospp::PhotosBranch::process().
|
static |
Prepare particles for processing
|
static |
Prepare particles for processing
Definition at line 407 of file HEPEVT_struct.cxx.
Referenced by Photospp::PhotosBranch::process().
|
static |
Convert PhotosBranch to HEPEVT
Definition at line 110 of file HEPEVT_struct.cxx.
References Photospp::PhotosBranch::getDaughters(), Photospp::PhotosBranch::getDecayingParticle(), and Photospp::PhotosBranch::getMothers().
Referenced by Photospp::PhotosBranch::process().
|
static |
Convert PhotosBranch to HEPEVT
|
static |
Index of decaying particle
Definition at line 36 of file HEPEVT_struct.h.
|
static |
Number of channel to be used - flag for fortran routines
Definition at line 38 of file HEPEVT_struct.h.