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.21 by agilbert, Thu May 5 15:09:04 2011 UTC vs.
Revision 1.22 by agilbert, Tue May 31 16:27:54 2011 UTC

# Line 69 | Line 69 | namespace HbbAnalysis {
69      double vx;
70      double vy;
71      double vz;
72 +    bool hltMatch;
73    };
74  
75    struct SCVars {
# Line 95 | Line 96 | namespace HbbAnalysis {
96      float deltaEtaIn;
97      bool ecalDrivenSeed;
98      bool trackerDrivenSeed;
99 +    float dB;
100    };
101  
102    struct MuTrkVars {
# Line 124 | Line 126 | namespace HbbAnalysis {
126      unsigned int nMatchesLoose;
127      unsigned int nMatchesMedium;
128      unsigned int nMatchesTight;
129 +    float dB;
130    };
131  
132    
# Line 220 | Line 223 | namespace HbbAnalysis {
223      float etaEtaMoment;
224      float phiPhiMoment;
225      float etaPhiMoment;
223    bool l1Match;
224    bool hltMatch;
226      //double rawEta;
227      //double rawPhi;
228    };
# Line 277 | Line 278 | namespace HbbAnalysis {
278      double chargedMuEnergy;
279      double chargedMuEnergyFraction;
280      double neutralMultiplicity;
281 +    unsigned numberOfDaughters;
282 +    double HFHadronEnergy;
283    };
284  
285    struct JetBtagVars{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines