--- UserCode/HbbAnalysis/interface/Objects.hh 2011/05/05 15:09:04 1.21 +++ UserCode/HbbAnalysis/interface/Objects.hh 2011/05/31 16:27:54 1.22 @@ -69,6 +69,7 @@ namespace HbbAnalysis { double vx; double vy; double vz; + bool hltMatch; }; struct SCVars { @@ -95,6 +96,7 @@ namespace HbbAnalysis { float deltaEtaIn; bool ecalDrivenSeed; bool trackerDrivenSeed; + float dB; }; struct MuTrkVars { @@ -124,6 +126,7 @@ namespace HbbAnalysis { unsigned int nMatchesLoose; unsigned int nMatchesMedium; unsigned int nMatchesTight; + float dB; }; @@ -220,8 +223,6 @@ namespace HbbAnalysis { float etaEtaMoment; float phiPhiMoment; float etaPhiMoment; - bool l1Match; - bool hltMatch; //double rawEta; //double rawPhi; }; @@ -277,6 +278,8 @@ namespace HbbAnalysis { double chargedMuEnergy; double chargedMuEnergyFraction; double neutralMultiplicity; + unsigned numberOfDaughters; + double HFHadronEnergy; }; struct JetBtagVars{