# | Line 2 | Line 2 | |
---|---|---|
2 | #define VHbbEvent__H | |
3 | ||
4 | #include <TLorentzVector.h> | |
5 | + | #include <TVector2.h> |
6 | #include <TMatrix.h> | |
7 | #include <vector> | |
8 | ||
# | Line 34 | Line 35 | class VHbbEvent{ | |
35 | float charge; | |
36 | TLorentzVector fourMomentum; | |
37 | int bestMCid, bestMCmomid; | |
38 | + | // new |
39 | + | TVector2 tVector; |
40 | }; | |
41 | ||
42 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |