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.3 by guiducci, Fri Feb 18 16:04:34 2011 UTC

# Line 131 | Line 131 | namespace L1Analysis
131      time_outin.clear();
132      time_outin_err.clear();
133  
134 +    sa_nChambers.clear();
135 +    sa_nMatches.clear();
136 +
137 +    // RECHIT information from CSC: only for standalone/global muons!
138 +    rchCSCtype.clear();
139 +    rchPhi.clear();
140 +    rchEta.clear();
141      }      
142      
143      // how many muons of any kind
# Line 246 | Line 253 | namespace L1Analysis
253      std::vector<double> time_inout_err;
254      std::vector<double> time_outin;
255      std::vector<double> time_outin_err;
256 +
257 +    std::vector<int> sa_nChambers;
258 +    std::vector<int> sa_nMatches;
259 +
260      
261 +    // RECHIT information from CSC: only for standalone/global muons!
262 +    std::vector<int>    rchCSCtype;
263 +    std::vector<double> rchPhi;
264 +    std::vector<double> rchEta;    
265    };
266   }
267   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines