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) |
HHypListFiller* | filler[20] |
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 ...