|
BOSS 8.0.0
BESIII Offline Software System
|
Typedefs | |
| typedef std::list< Criteria > | CriteriaList |
| typedef std::list< Criteria >::iterator | CriteriaIterator |
| typedef std::list< Criteria >::const_iterator | Const_CriteriaIteator |
| typedef std::list< GammaPair > | Pi0List |
| typedef std::list< GammaPair >::iterator | Pi0Iterator |
| typedef std::list< GammaPair >::const_iterator | Const_Pi0Iterator |
| typedef std::list< EvtRecTrack * > | GammaList |
| typedef std::list< EvtRecTrack * >::iterator | GammaIterator |
| typedef std::list< EvtRecTrack * >::const_iterator | Const_GammaIterator |
Functions | |
| GammaList & | GetDefaultGammaList () |
| Pi0List & | GetCandidatePi0List () |
| Pi0List & | GetFilterPi0List () |
| GammaList & | make_gamma_list (UserPi0Cut &cut) |
| void | print_gamma_list (const GammaList &list) |
| Pi0List & | make_pi0_list (const GammaList &gamma_list) |
| void | print_pi0_list (const Pi0List &list) |
| Pi0List & | apply_criteria (const Criteria &cri) |
| void | Pi0ListToTDS (const Pi0List &pi0list, EvtRecPi0Col *recPi0Col) |
| void | apply_criterias () |
| void | add_cut (const Criteria &cri) |
| UserPi0Cut | VeryLoosePi0Cut (0.02, 0.02, 20, 25, 0.1, 0.18, 1e+10) |
Variables | |
| CriteriaList | default_criteria_list |
| Pi0List | candidate_pi0_list |
| Pi0List | filter_pi0_list |
| GammaList | default_gamma_list |
| UserPi0Cut | VeryLoosePi0Cut |
| UserPi0Cut | DefaultPi0Cut |
| typedef std::list<Criteria>::const_iterator Pi0::Const_CriteriaIteator |
Definition at line 16 of file MakeGroupList.h.
| typedef std::list<EvtRecTrack*>::const_iterator Pi0::Const_GammaIterator |
Definition at line 24 of file MakeGroupList.h.
| typedef std::list<GammaPair>::const_iterator Pi0::Const_Pi0Iterator |
Definition at line 20 of file MakeGroupList.h.
| typedef std::list<Criteria>::iterator Pi0::CriteriaIterator |
Definition at line 15 of file MakeGroupList.h.
| typedef std::list<Criteria> Pi0::CriteriaList |
Definition at line 14 of file MakeGroupList.h.
| typedef std::list<EvtRecTrack*>::iterator Pi0::GammaIterator |
Definition at line 23 of file MakeGroupList.h.
| typedef std::list<EvtRecTrack*> Pi0::GammaList |
Definition at line 22 of file MakeGroupList.h.
| typedef std::list<GammaPair>::iterator Pi0::Pi0Iterator |
Definition at line 19 of file MakeGroupList.h.
| typedef std::list<GammaPair> Pi0::Pi0List |
Definition at line 18 of file MakeGroupList.h.
| void Pi0::add_cut | ( | const Criteria & | cri | ) |
Definition at line 205 of file MakeGroupList.h.
Definition at line 117 of file MakeGroupList.h.
Referenced by apply_criterias(), and Pi0RecAlg::execute().
| void Pi0::apply_criterias | ( | ) |
Definition at line 200 of file MakeGroupList.h.
| Pi0List & Pi0::GetCandidatePi0List | ( | ) |
| GammaList & Pi0::GetDefaultGammaList | ( | ) |
| Pi0List & Pi0::GetFilterPi0List | ( | ) |
Definition at line 35 of file MakeGroupList.h.
| GammaList & Pi0::make_gamma_list | ( | UserPi0Cut & | cut | ) |
Definition at line 38 of file MakeGroupList.h.
Referenced by Pi0RecAlg::execute().
Definition at line 75 of file MakeGroupList.h.
Referenced by Pi0RecAlg::execute().
| void Pi0::Pi0ListToTDS | ( | const Pi0List & | pi0list, |
| EvtRecPi0Col * | recPi0Col ) |
Definition at line 130 of file MakeGroupList.h.
Referenced by Pi0RecAlg::execute().
| void Pi0::print_gamma_list | ( | const GammaList & | list | ) |
Definition at line 63 of file MakeGroupList.h.
| void Pi0::print_pi0_list | ( | const Pi0List & | list | ) |
Definition at line 108 of file MakeGroupList.h.
| UserPi0Cut Pi0::VeryLoosePi0Cut | ( | 0. | 02, |
| 0. | 02, | ||
| 20 | , | ||
| 25 | , | ||
| 0. | 1, | ||
| 0. | 18, | ||
| 1e+ | 10 ) |
| Pi0List Pi0::candidate_pi0_list |
Definition at line 27 of file MakeGroupList.h.
Referenced by apply_criteria(), GetCandidatePi0List(), and make_pi0_list().
| CriteriaList Pi0::default_criteria_list |
Definition at line 26 of file MakeGroupList.h.
Referenced by add_cut(), and apply_criterias().
| GammaList Pi0::default_gamma_list |
Definition at line 29 of file MakeGroupList.h.
Referenced by GetDefaultGammaList(), and make_gamma_list().
| UserPi0Cut Pi0::DefaultPi0Cut |
Definition at line 8 of file Pi0Cut.cxx.
| Pi0List Pi0::filter_pi0_list |
Definition at line 28 of file MakeGroupList.h.
Referenced by apply_criteria(), and GetFilterPi0List().
| UserPi0Cut Pi0::VeryLoosePi0Cut(0.02, 0.02, 20, 25, 0.1, 0.18, 1e+10) |