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.4 by tboccali, Tue Jun 14 12:49:14 2011 UTC

# Line 2 | Line 2
2   #define VHbbEvent__H
3  
4   #include <TLorentzVector.h>
5 < #include <TMatrix.h>
5 > #include <TVector2.h>
6   #include <vector>
7  
8   class VHbbEvent{
# Line 33 | Line 33 | class VHbbEvent{
33      int ntracks;
34      float charge;
35      TLorentzVector fourMomentum;
36 +    TLorentzVector chargedTracksFourMomentum;
37 +
38      int bestMCid, bestMCmomid;
39 +    // new
40 +    TVector2 tVector;
41    };
42  
43  
# Line 71 | Line 75 | class VHbbEvent{
75      int mcId, mcMomId, mcgMomId;
76    };
77  
74
78    class ElectronInfo {
79    public:
80      ElectronInfo() : scEta(-99), scPhi(-99), charge(-99),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines