# | Line 3 | Line 3 | |
---|---|---|
3 | ||
4 | #include <TLorentzVector.h> | |
5 | #include <TVector2.h> | |
6 | – | #include <TMatrix.h> |
6 | #include <vector> | |
7 | ||
8 | class VHbbEvent{ | |
# | Line 34 | Line 33 | class VHbbEvent{ | |
33 | int ntracks; | |
34 | float charge; | |
35 | TLorentzVector fourMomentum; | |
36 | + | TLorentzVector chargedTracksFourMomentum; |
37 | + | |
38 | int bestMCid, bestMCmomid; | |
39 | // new | |
40 | TVector2 tVector; | |
# | Line 74 | Line 75 | class VHbbEvent{ | |
75 | int mcId, mcMomId, mcgMomId; | |
76 | }; | |
77 | ||
77 | – | |
78 | class ElectronInfo { | |
79 | public: | |
80 | ElectronInfo() : scEta(-99), scPhi(-99), charge(-99), |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |