# | Line 8 | Line 8 | |
---|---|---|
8 | #include "TLorentzVector.h" | |
9 | ||
10 | namespace HbbAnalysis { | |
11 | < | |
11 | > | |
12 | struct MCVars { | |
13 | unsigned int index; | |
14 | double E; | |
# | Line 26 | Line 26 | namespace HbbAnalysis { | |
26 | float phi; | |
27 | int id; | |
28 | float mass; | |
29 | + | unsigned int type;//1=EM, 2=muon, 3=jet, 0=unknown |
30 | }; | |
31 | ||
32 | struct L1Vars { | |
# | Line 87 | Line 88 | namespace HbbAnalysis { | |
88 | }; | |
89 | ||
90 | struct EleIDVars{ | |
91 | + | bool idAndIso; |
92 | std::vector<std::pair<std::string,float> > electronIDs; | |
93 | float hOverE; | |
94 | float deltaPhiIn; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |