Latino trees variables
Code
Main github repository:
https://github.com/latinos
Talks following the new variables for RunII
B-tagging variables, by Lorenzo Viliani. See
LINK
Muon varibales, Alicia, Jonatan. See
LINK
Variables
Most of the variables are defined
here
.
variable name |
type |
description |
notes |
who |
std_vector_lepton_pt |
std::vector float |
pt of leptons (muons and electrons) ordered by pt |
the old pt1, pt2, ... is going to be replaced by this compact format. It saves 10 leptons, where 10 is hardcoded. It can be generalized by means of a global variable. |
|
std_vector_lepton_eta |
std::vector float |
eta of leptons (muons and electrons) ordered by pt |
the old eta1, eta2, ... is going to be replaced by this compact format. It saves 10 leptons, where 10 is hardcoded. |
|
std_vector_lepton_phi |
std::vector float |
phi of leptons (muons and electrons) ordered by pt |
the old phi1, phi2, ... is going to be replaced by this compact format. It saves 10 leptons, where 10 is hardcoded. |
|
std_vector_lepton_isTightMuon |
std::vector bool |
True, is the MUON pass the POG ID ordered by pt |
It saves 10 leptons, where 10 is hardcoded. |
Alicia |
pfMetUp |
double |
Type1 PfMET Jet Correction Up |
For the uncertainty calculation |
SangEun |
pfMetDn |
double |
Type1 PfMET Jet Correction Down |
For the uncertainty calculation |
SangEun |
pupMet |
double |
PUPPI MET |
Met from PUPPI Object |
SangEun |
trkMet |
double |
Tracker MET |
Met from track Object |
SangEun |
Variables added on step C
Gardener is
here
.
variable name |
type |
description |
notes |
who |
'baseW' |
float |
weight to scale MC event to 1/fb |
|
|
'Mljcloser', 'Mljfarther', 'Ml1j1', 'Ml1j2', 'Ml2j1', 'Ml2j2' |
float |
invariant masses among leptons and jets. |
Code here |
Andrea |
--
AndreaMassironi - 2015-03-25