ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbbAnalysis/VHbbDataFormats/interface/VHbbCandidate.h
(Generate patch)

Comparing UserCode/VHbbAnalysis/VHbbDataFormats/interface/VHbbCandidate.h (file contents):
Revision 1.2 by tboccali, Mon Jul 18 12:59:51 2011 UTC vs.
Revision 1.3 by tboccali, Wed Jul 20 09:32:55 2011 UTC

# 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   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines