#include <XANAIsolation.h>
Collaboration diagram for XANAIsolation:
Public Member Functions | |
XANAIsolation () | |
XANAIsolation (XANAElectronCandidate *xanaElectronCandidate, int numberTracks, TObjArray *tracks) | |
XANAIsolation (XANAElectronCandidate *xanaElectronCandidate, int numberTracks, TObjArray *tracks, int numberElectronCadidates, TObjArray *electronCandidates) | |
void | setExtRadius (float extRadius) |
void | setIntRadius (float intRadius) |
void | setPtLow (float ptLow) |
int | getNumberTracks () const |
float | getPtTracks () const |
int | getNumberECinsideCone () const |
float | getPtMax () const |
bool | isIsolated (float ptCut=0.1) const |
~XANAIsolation () | |
Private Attributes | |
XANAElectronCandidate * | _xanaElectronCandidate |
int | _numberTracks |
TObjArray * | _tracks |
int | _numberElectronCandidates |
TObjArray * | _electronCandidates |
float | _extRadius |
float | _intRadius |
float | _ptLow |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 48 of file XANAIsolation.h. |
|
Definition at line 50 of file XANAIsolation.h. |
|
Definition at line 51 of file XANAIsolation.h. |
|
Definition at line 47 of file XANAIsolation.h. |
|
Definition at line 45 of file XANAIsolation.h. |
|
Definition at line 52 of file XANAIsolation.h. |
|
Definition at line 46 of file XANAIsolation.h. |
|
Definition at line 44 of file XANAIsolation.h. |