# | Line 2 | Line 2 | |
---|---|---|
2 | #define VHbbEvent__H | |
3 | ||
4 | #include <TLorentzVector.h> | |
5 | < | #include <TMatrix.h> |
5 | > | #include <TVector2.h> |
6 | #include <vector> | |
7 | ||
8 | class VHbbEvent{ | |
# | Line 33 | 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; |
41 | }; | |
42 | ||
43 | ||
# | Line 71 | Line 75 | class VHbbEvent{ | |
75 | int mcId, mcMomId, mcgMomId; | |
76 | }; | |
77 | ||
74 | – | |
78 | class ElectronInfo { | |
79 | public: | |
80 | ElectronInfo() : scEta(-99), scPhi(-99), charge(-99), |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |