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

Comparing UserCode/VHbbAnalysis/HbbAnalyzer/interface/VHbbEvent.h (file contents):
Revision 1.2 by tboccali, Thu Jun 9 07:07:12 2011 UTC vs.
Revision 1.3 by tboccali, Thu Jun 9 16:51:52 2011 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines