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.1 by econte, Thu Jun 17 20:34:32 2010 UTC vs.
Revision 1.5 by gcodispo, Sat Feb 19 17:50:16 2011 UTC

# Line 30 | Line 30 | namespace L1Analysis
30      phSe.clear();
31      phSt.clear();
32      phAng.clear();
33 +    phGlobPhi.clear(); ///
34      phBandAng.clear();
35      phCode.clear();
36      phX.clear();
# Line 54 | Line 55 | namespace L1Analysis
55      trPtPck.clear();
56      trPtVal.clear();
57      trPhiPck.clear();
58 <    trPhiVal.clear();
58 >    trPhiVal.clear();
59 >    trEtaPck.clear();
60 >    trEtaVal.clear();  
61      trPhiGlob.clear();
62      trChPck.clear();
63      trWh.clear();
64      trSc.clear();
65 <    
65 >    trAddress.clear();
66 >
67      thTheta.Clear();
68      thCode.Clear();
69      }
# Line 67 | Line 71 | namespace L1Analysis
71      // ---- L1AnalysisDTTFDataFormat information.
72      
73      int phSize;    
74 <    std::vector<int>   phBx;
75 <    std::vector<int>   phWh;
76 <    std::vector<int>   phSe;
77 <    std::vector<int>   phSt;
78 <    std::vector<float> phAng;
79 <    std::vector<float> phBandAng;
80 <    std::vector<int>   phCode;
81 <    std::vector<float> phX;
82 <    std::vector<float> phY;
74 >    std::vector<int>    phBx;
75 >    std::vector<int>    phWh;
76 >    std::vector<int>    phSe;
77 >    std::vector<int>    phSt;
78 >    std::vector<float>  phAng;
79 >    std::vector<double> phGlobPhi;
80 >    std::vector<float>  phBandAng;
81 >    std::vector<int>    phCode;
82 >    std::vector<float>  phX;
83 >    std::vector<float>  phY;
84      
85      int thSize;
86      std::vector<int>   thBx;
# Line 96 | Line 101 | namespace L1Analysis
101      std::vector<float> trPtVal;
102      std::vector<int>   trPhiPck;
103      std::vector<float> trPhiVal;
104 <    std::vector<int>   trPhiGlob;
104 >    std::vector<int>   trEtaPck;
105 >    std::vector<float> trEtaVal;
106 >    std::vector<double>trPhiGlob;
107      std::vector<int>   trChPck;
108      std::vector<int>   trWh;
109      std::vector<int>   trSc;  
110 <    
110 >    std::vector<unsigned int> trAddress;
111    };
112   }
113   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines