ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1TriggerDPG/interface/L1AnalysisRecoMuonDataFormat.h
(Generate patch)

Comparing UserCode/L1TriggerDPG/interface/L1AnalysisRecoMuonDataFormat.h (file contents):
Revision 1.4 by kropiv, Wed Dec 7 12:20:02 2011 UTC vs.
Revision 1.5 by jlingema, Wed Aug 22 15:37:11 2012 UTC

# Line 141 | Line 141 | namespace L1Analysis
141      rchCSCtype.clear();
142      rchPhi.clear();
143      rchEta.clear();
144 +
145 +    // Trigger matching information:
146 +    hlt_isomu.clear();
147 +    hlt_mu.clear();
148 +    hlt_isoDeltaR.clear();
149 +    hlt_deltaR.clear();
150 +
151 +
152      }      
153      
154      // how many muons of any kind
# Line 268 | Line 276 | namespace L1Analysis
276      std::vector<int>    rchCSCtype;
277      std::vector<double> rchPhi;
278      std::vector<double> rchEta;    
279 +
280 +    // Trigger matching information:
281 +    std::vector<int> hlt_isomu;
282 +    std::vector<int> hlt_mu;
283 +    std::vector<double> hlt_isoDeltaR;
284 +    std::vector<double> hlt_deltaR;
285 +
286    };
287   }
288   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines