Bool_t | HHypBaseAlgorithm::skip |
TString | HHypBaseAlgorithm::algoName | ! Name of the algorithm (for printout, debugging...) |
TLorentzVector* | HHypBaseAlgorithm::beam | ! Pointer to the total CM energy for missing mass calculations |
Int_t | HHypBaseAlgorithm::beam_pid | |
HHypChannel* | HHypBaseAlgorithm::channel | ! Pointer to the official channel list |
Int_t | HHypBaseAlgorithm::exitIdx | The index number of the hyplist object created in base_execute |
Int_t | HHypBaseAlgorithm::exitList | The physical exit list (see HHypChannel) |
TFile* | HHypBaseAlgorithm::histofile | ! Store optional information in this file |
Int_t | HHypBaseAlgorithm::initList | My physical init list |
HHypList* | HHypBaseAlgorithm::mylist | Pointer to the exitList (which THIS algorith may modify) |
TString | HHypBaseAlgorithm::options | ! Option list |
HHypRecPar* | HHypBaseAlgorithm::pParams | pointer to container with params |
Int_t | HHypBaseAlgorithm::sourceIdx | The index number of the source hyplist object |
Int_t | HHypBaseAlgorithm::target_pid | ! Beam and Target PID (needed for Kine Refit) |
HHypListFillerInclusive* | filler | 4 + X Particles; x=0,1,2,3... |
HHypListFiller* | filler4 | 4 Particles |
HHypListFiller* | filler4m1 | 4 + 1 neg fake |
HHypListFiller* | filler4m2 | 4 + 2 neg fake |
HHypListFiller* | filler4p1 | 4 + 1 pos fake |
HHypListFiller* | filler4p1m1 | 4 + 1 pos + 1 neg fake |
HHypListFiller* | filler4p2 | 4 + 2 pos fake |
Bool_t | use_4_1 | |
Bool_t | use_4_2 | |
Bool_t | use_InclusiveFiller |
In principle, the first question should be: How many particles are in that events! Depending on that the appopriate filler should be called. Doing it in the following way is a waste of cpu time ...