# | Line 31 | Line 31 | class VHbbCandidate { | |
---|---|---|
31 | std::vector<VHbbEvent::SimpleJet> jets; | |
32 | float deltaTheta; | |
33 | std::vector <float> helicities; | |
34 | < | public: |
34 | > | public: |
35 | VHbbEvent::SimpleJet& firstJet(){return jets[0];} | |
36 | VHbbEvent::SimpleJet& secondJet(){return jets[1];} | |
37 | }; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |