susy_cfa
b611ccad937ea179f86a1f5663960264616c0a20
|
Go to the source code of this file.
Typedefs | |
typedef int(* | IsoCut) (const small_tree &, int &, int &) |
Functions | |
template<typename T > | |
void | Delete (T &vec) |
bool | PassesCuts (const std::vector< CutBase * > &cuts) |
int | GetLeptons (const small_tree &tree, IsoCut cut, int &best_el, int &best_mu) |
void | Fix (const small_tree &tree, int &best_el, int &best_mu) |
int | StandardIso (const small_tree &tree, int &best_el, int &best_mu) |
int | StandardEl (const small_tree &tree, int &best_el) |
int | StandardMu (const small_tree &tree, int &best_mu) |
int | MiniIso (const small_tree &tree, int &best_el, int &best_mu) |
int | MiniEl (const small_tree &tree, int &best_el) |
int | MiniMu (const small_tree &tree, int &best_mu) |
int | VetoStandardIso (const small_tree &tree, int &best_el, int &best_mu) |
int | VetoStandardEl (const small_tree &tree, int &best_el) |
int | VetoStandardMu (const small_tree &tree, int &best_mu) |
int | VetoMiniIso (const small_tree &tree, int &best_el, int &best_mu) |
int | VetoMiniEl (const small_tree &tree, int &best_el) |
int | VetoMiniMu (const small_tree &tree, int &best_mu) |
void | PositiveColors (int pos_cols[]) |
void | SymmetricColors (int sym_cols[]) |
void | SetLineStyle (TLine &line) |
typedef int(* IsoCut) (const small_tree &, int &, int &) |
Definition at line 14 of file iso_transfer.hpp.
void Delete | ( | T & | vec | ) |
Definition at line 17 of file iso_transfer.hpp.
References Fix(), GetLeptons(), MiniEl(), MiniIso(), MiniMu(), PassesCuts(), PositiveColors(), SetLineStyle(), StandardEl(), StandardIso(), StandardMu(), SymmetricColors(), VetoMiniEl(), VetoMiniIso(), VetoMiniMu(), VetoStandardEl(), VetoStandardIso(), and VetoStandardMu().
void Fix | ( | const small_tree & | tree, |
int & | best_el, | ||
int & | best_mu | ||
) |
Definition at line 278 of file iso_transfer.cxx.
References small_tree::els_pt(), and small_tree::mus_pt().
Referenced by Delete(), MiniIso(), StandardIso(), VetoMiniIso(), and VetoStandardIso().
int GetLeptons | ( | const small_tree & | tree, |
IsoCut | cut, | ||
int & | best_el, | ||
int & | best_mu | ||
) |
Definition at line 271 of file iso_transfer.cxx.
Referenced by Delete().
int MiniEl | ( | const small_tree & | tree, |
int & | best_el | ||
) |
Definition at line 349 of file iso_transfer.cxx.
References small_tree::els_ispf(), small_tree::els_pt(), small_tree::els_sigid(), SigLepPt(), and SigMiniEl().
int MiniIso | ( | const small_tree & | tree, |
int & | best_el, | ||
int & | best_mu | ||
) |
int MiniMu | ( | const small_tree & | tree, |
int & | best_mu | ||
) |
Definition at line 367 of file iso_transfer.cxx.
References small_tree::mus_pt(), small_tree::mus_sigid(), SigLepPt(), and SigMiniMu().
bool PassesCuts | ( | const std::vector< CutBase * > & | cuts | ) |
Definition at line 262 of file iso_transfer.cxx.
void PositiveColors | ( | int | pos_cols[] | ) |
Definition at line 477 of file iso_transfer.cxx.
void SetLineStyle | ( | TLine & | line | ) |
Definition at line 505 of file iso_transfer.cxx.
int StandardEl | ( | const small_tree & | tree, |
int & | best_el | ||
) |
Definition at line 300 of file iso_transfer.cxx.
References small_tree::els_eta(), small_tree::els_ispf(), small_tree::els_pt(), small_tree::els_sigid(), and SigLepPt().
Referenced by Delete(), and StandardIso().
int StandardIso | ( | const small_tree & | tree, |
int & | best_el, | ||
int & | best_mu | ||
) |
Definition at line 291 of file iso_transfer.cxx.
References Fix(), StandardEl(), and StandardMu().
int StandardMu | ( | const small_tree & | tree, |
int & | best_mu | ||
) |
Definition at line 321 of file iso_transfer.cxx.
References small_tree::mus_pt(), small_tree::mus_sigid(), and SigLepPt().
Referenced by Delete(), and StandardIso().
void SymmetricColors | ( | int | sym_cols[] | ) |
Definition at line 491 of file iso_transfer.cxx.
int VetoMiniEl | ( | const small_tree & | tree, |
int & | best_el | ||
) |
Definition at line 442 of file iso_transfer.cxx.
References small_tree::els_ispf(), small_tree::els_pt(), and VetMiniEl().
Referenced by Delete(), and VetoMiniIso().
int VetoMiniIso | ( | const small_tree & | tree, |
int & | best_el, | ||
int & | best_mu | ||
) |
Definition at line 433 of file iso_transfer.cxx.
References Fix(), VetoMiniEl(), and VetoMiniMu().
int VetoMiniMu | ( | const small_tree & | tree, |
int & | best_mu | ||
) |
Definition at line 460 of file iso_transfer.cxx.
References small_tree::mus_pt(), and VetMiniMu().
Referenced by Delete(), and VetoMiniIso().
int VetoStandardEl | ( | const small_tree & | tree, |
int & | best_el | ||
) |
Definition at line 394 of file iso_transfer.cxx.
References small_tree::els_eta(), small_tree::els_ispf(), and small_tree::els_pt().
Referenced by Delete(), and VetoStandardIso().
int VetoStandardIso | ( | const small_tree & | tree, |
int & | best_el, | ||
int & | best_mu | ||
) |
Definition at line 385 of file iso_transfer.cxx.
References Fix(), VetoStandardEl(), and VetoStandardMu().
int VetoStandardMu | ( | const small_tree & | tree, |
int & | best_mu | ||
) |
Definition at line 415 of file iso_transfer.cxx.
References small_tree::mus_pt().
Referenced by Delete(), and VetoStandardIso().