#include <Electron.h>


Public Member Functions | |
| Electron (const Electron &) | |
| Electron & | operator= (const Electron &) |
| bool | isEle () const |
| bool | isMu () const |
| void | setState (int sys) |
| Shift energy up/down for systematic. | |
| void | print () const |
| Print method. | |
| void | clear () |
| Clear vars. | |
| ClassDef (Electron, 14) | |
Public Attributes | |
| float | clusE |
| CaloCluster energy. | |
| float | clusEta |
| CaloCluster eta. | |
| float | clusPhi |
| CaloCluster phi. | |
| float | trackPt |
| ID track pt. | |
| float | trackEta |
| ID track eta. | |
| bool | veryLooseLH |
| veryLooseLH | |
| bool | looseLH |
| looseLH | |
| bool | mediumLH |
| mediumLH | |
| bool | tightLH |
| tightLH | |
| bool | looseLH_nod0 |
| looseLH | |
| bool | mediumLH_nod0 |
| mediumLH | |
| bool | tightLH_nod0 |
| tightLH | |
| std::vector< float > | eleEffSF |
| bool | isChargeFlip |
| Charge flip flag from RecoTruthMatch. | |
| float | res_all_dn |
| float | res_all_up |
| float | scale_all_dn |
| float | scale_all_up |
| std::vector< float > | errEffSF_id_corr_up |
| std::vector< float > | errEffSF_id_corr_dn |
| std::vector< float > | errEffSF_reco_corr_up |
| std::vector< float > | errEffSF_reco_corr_dn |
Electron class.
1.7.6.1