ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HbbAnalysis/interface/Objects.hh
(Generate patch)

Comparing UserCode/HbbAnalysis/interface/Objects.hh (file contents):
Revision 1.14 by amagnan, Fri Sep 3 15:11:54 2010 UTC vs.
Revision 1.17 by amagnan, Mon Jan 24 09:21:53 2011 UTC

# Line 88 | Line 88 | namespace HbbAnalysis {
88    };
89    
90    struct EleIDVars{
91 <    bool idAndIso;
91 >    unsigned short idAndIso;
92      std::vector<std::pair<std::string,float> > electronIDs;
93      float hOverE;
94      float deltaPhiIn;
# Line 104 | Line 104 | namespace HbbAnalysis {
104      unsigned int muonHits;
105      int charge;
106      unsigned int trackerHits;
107 <    unsigned int pixelhits;
107 >    unsigned int pixelHits;
108    };
109    
110    struct MuIsoVars {
# Line 336 | Line 336 | namespace HbbAnalysis {
336      double x;
337      double y;
338      double z;
339 +    double rho;
340      double xError;
341      double yError;
342      double zError;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines