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.1 by econte, Thu Jun 17 20:34:32 2010 UTC vs.
Revision 1.4 by kropiv, Wed Dec 7 12:20:02 2011 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      
146      // how many muons of any kind
# Line 146 | Line 156 | namespace L1Analysis
156      std::vector<double> eta;  
157      std::vector<double> phi;
158      std::vector<double> validhits;
159 +    std::vector<double> numberOfMatchedStations;
160 +    std::vector<double> numberOfValidMuonHits;
161      std::vector<double> normchi2;
162      std::vector<double> imp_point_x;
163      std::vector<double> imp_point_y;
# Line 168 | Line 180 | namespace L1Analysis
180      std::vector<double> tr_validhits;
181      std::vector<double> tr_validpixhits;    
182      std::vector<double> tr_normchi2;
183 +    std::vector<double> tr_d0;
184      std::vector<double> tr_imp_point_x;
185      std::vector<double> tr_imp_point_y;
186      std::vector<double> tr_imp_point_z;
# Line 246 | Line 259 | namespace L1Analysis
259      std::vector<double> time_inout_err;
260      std::vector<double> time_outin;
261      std::vector<double> time_outin_err;
262 +
263 +    std::vector<int> sa_nChambers;
264 +    std::vector<int> sa_nMatches;
265 +
266      
267 +    // RECHIT information from CSC: only for standalone/global muons!
268 +    std::vector<int>    rchCSCtype;
269 +    std::vector<double> rchPhi;
270 +    std::vector<double> rchEta;    
271    };
272   }
273   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines