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

Comparing UserCode/L1TriggerDPG/interface/L1AnalysisDTTFDataFormat.h (file contents):
Revision 1.3 by guiducci, Tue Aug 10 15:32:07 2010 UTC vs.
Revision 1.4 by gcodispo, Wed Sep 29 15:27:35 2010 UTC

# Line 54 | Line 54 | namespace L1Analysis
54      trPtPck.clear();
55      trPtVal.clear();
56      trPhiPck.clear();
57 <    trPhiVal.clear();
57 >    trPhiVal.clear();
58 >    trEtaPck.clear();
59 >    trEtaVal.clear();  
60      trPhiGlob.clear();
61      trChPck.clear();
62      trWh.clear();
# Line 97 | Line 99 | namespace L1Analysis
99      std::vector<float> trPtVal;
100      std::vector<int>   trPhiPck;
101      std::vector<float> trPhiVal;
102 +    std::vector<int>   trEtaPck;
103 +    std::vector<float> trEtaVal;
104      std::vector<double>trPhiGlob;
105      std::vector<int>   trChPck;
106      std::vector<int>   trWh;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines