#include <XANAmbiguityResolve.h>
Public Member Functions | |
XANAmbiguityResolve () | |
XANAmbiguityResolve (TObjArray *electrons, int nel) | |
construct from data | |
~XANAmbiguityResolve () | |
void | Init () |
TObjArray * | getResolvedElcands () |
multimap< XANAElectronCandidate *, XANAElectronCandidate * > | getAmbigusElcands () |
multimap< XANAElectronCandidate *, bool > | getBoolElcands () |
void | ResolveByEoverP () |
Private Member Functions | |
void | Clean_Resolved () |
Private Attributes | |
int | numberofelcand_ |
TObjArray * | electrons_ |
TObjArray * | resolved_el_ |
multimap< XANAElectronCandidate *, XANAElectronCandidate * > | ambigus_el_ |
|
|
|
construct from data
|
|
|
|
|
|
|
|
|
|
Referenced by main(). |
|
|
|
Referenced by main(). |
|
Definition at line 39 of file XANAmbiguityResolve.h. |
|
Definition at line 37 of file XANAmbiguityResolve.h. |
|
Definition at line 36 of file XANAmbiguityResolve.h. |
|
Definition at line 38 of file XANAmbiguityResolve.h. |