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.3 by tboccali, Thu Jun 9 16:51:52 2011 UTC vs.
Revision 1.4 by tboccali, Tue Jun 14 12:49:14 2011 UTC

# Line 3 | Line 3
3  
4   #include <TLorentzVector.h>
5   #include <TVector2.h>
6 #include <TMatrix.h>
6   #include <vector>
7  
8   class VHbbEvent{
# Line 34 | 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;
# Line 74 | Line 75 | class VHbbEvent{
75      int mcId, mcMomId, mcgMomId;
76    };
77  
77
78    class ElectronInfo {
79    public:
80      ElectronInfo() : scEta(-99), scPhi(-99), charge(-99),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines