# | Line 7 | Line 7 | |
---|---|---|
7 | #include "Rtypes.h" | |
8 | #include "TLorentzVector.h" | |
9 | #include "TVector3.h" | |
10 | + | #include "TRef.h" |
11 | ||
12 | using namespace std; | |
13 | ||
14 | class TRootParticle : public TLorentzVector | |
15 | { | |
16 | < | |
16 | > | |
17 | public: | |
18 | ||
19 | TRootParticle() : TLorentzVector(), vertex_(), type_(0), charge_(0.) {;} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |