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.2 by econte, Fri Aug 20 07:18:59 2010 UTC vs.
Revision 1.5 by jlingema, Wed Aug 22 15:37:11 2012 UTC

# Line 31 | Line 31 | namespace L1Analysis
31      eta.clear();  
32      phi.clear();
33      validhits.clear();
34 +    numberOfMatchedStations.clear();
35 +    numberOfValidMuonHits.clear();
36      normchi2.clear();
37      imp_point_x.clear();
38      imp_point_y.clear();
# Line 53 | Line 55 | namespace L1Analysis
55      tr_validhits.clear();
56      tr_validpixhits.clear();
57      tr_normchi2.clear();
58 +    tr_d0.clear();
59      tr_imp_point_x.clear();
60      tr_imp_point_y.clear();
61      tr_imp_point_z.clear();
# Line 131 | Line 134 | namespace L1Analysis
134      time_outin.clear();
135      time_outin_err.clear();
136  
137 +    sa_nChambers.clear();
138 +    sa_nMatches.clear();
139 +
140      // RECHIT information from CSC: only for standalone/global muons!
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 150 | Line 164 | namespace L1Analysis
164      std::vector<double> eta;  
165      std::vector<double> phi;
166      std::vector<double> validhits;
167 +    std::vector<double> numberOfMatchedStations;
168 +    std::vector<double> numberOfValidMuonHits;
169      std::vector<double> normchi2;
170      std::vector<double> imp_point_x;
171      std::vector<double> imp_point_y;
# Line 172 | Line 188 | namespace L1Analysis
188      std::vector<double> tr_validhits;
189      std::vector<double> tr_validpixhits;    
190      std::vector<double> tr_normchi2;
191 +    std::vector<double> tr_d0;
192      std::vector<double> tr_imp_point_x;
193      std::vector<double> tr_imp_point_y;
194      std::vector<double> tr_imp_point_z;
# Line 251 | Line 268 | namespace L1Analysis
268      std::vector<double> time_outin;
269      std::vector<double> time_outin_err;
270  
271 +    std::vector<int> sa_nChambers;
272 +    std::vector<int> sa_nMatches;
273 +
274 +    
275      // RECHIT information from CSC: only for standalone/global muons!
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