#include <Tau.h>


Public Member Functions | |
| Tau (const Tau &) | |
| Tau & | operator= (const Tau &) |
| bool | matchTrig (long long mask) const |
| Trigger matching. | |
| void | setState (int sys) |
| Set systematic state. | |
| void | print () const |
| Print method. | |
| void | clear () |
| ClassDef (Tau, 7) | |
Public Attributes | |
| int | q |
| Charge. | |
| int | author |
| author | |
| int | nTrack |
| number of tracks | |
| float | eleBDT |
| electron BDT score | |
| float | jetBDT |
| jet BDT score | |
| int | jetBDTSigLoose |
| jet BDT working point | |
| int | jetBDTSigMedium |
| jet BDT working point | |
| int | jetBDTSigTight |
| jet BDT working point | |
| int | eleBDTLoose |
| ele BDT working point | |
| int | eleBDTMedium |
| ele BDT working point | |
| int | eleBDTTight |
| ele BDT working point | |
| int | muonVeto |
| muon veto flag | |
| bool | trueTau |
| matched to true tau | |
| int | truthType |
| Tau truth classification. | |
| bool | matched2TruthLepton |
| flag from RecoTruthMatch::Matched2TruthLepton | |
| int | detailedTruthType |
| RecoTauMatch::TauDetailedFakeType. | |
| float | looseEffSF |
| Loose efficiency scale factor. | |
| float | errLooseEffSF |
| Loose efficiency scale factor uncertaintiy. | |
| float | mediumEffSF |
| Medium efficiency scale factor. | |
| float | errMediumEffSF |
| Medium efficiency scale factor uncertainty. | |
| float | tightEffSF |
| Tight efficiency scale factor. | |
| float | errTightEffSF |
| Tight efficiency scale factor uncertainty. | |
| float | looseEVetoSF |
| Loose efficiency scale factor. | |
| float | errLooseEVetoSF |
| Loose efficiency scale factor uncertaintiy. | |
| float | mediumEVetoSF |
| Medium efficiency scale factor. | |
| float | errMediumEVetoSF |
| Medium efficiency scale factor uncertainty. | |
| float | tightEVetoSF |
| Tight efficiency scale factor. | |
| float | errTightEVetoSF |
| Tight efficiency scale factor uncertainty. | |
| float | sme_total_up |
| tau energy scale + sigma | |
| float | sme_total_dn |
| tau energy scale - sigma | |
| long long | trigFlags |
| Bit word representing matched trigger chains. | |
Tau class.
| bool Susy::Tau::matchTrig | ( | long long | mask | ) | const [inline] |
Trigger matching.
provide the trigger chain via bit mask, e.g. TRIG_mu18
1.7.6.1