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.2 by econte, Fri Aug 20 07:18:59 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines