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.2 by guiducci, Mon Aug 9 15:04:42 2010 UTC vs.
Revision 1.3 by guiducci, Tue Aug 10 15:32:07 2010 UTC

# Line 67 | Line 67 | namespace L1Analysis
67      // ---- L1AnalysisDTTFDataFormat information.
68      
69      int phSize;    
70 <    std::vector<int>   phBx;
71 <    std::vector<int>   phWh;
72 <    std::vector<int>   phSe;
73 <    std::vector<int>   phSt;
74 <    std::vector<float> phAng;
75 <    std::vector<float> phBandAng;
76 <    std::vector<int>   phCode;
77 <    std::vector<float> phX;
78 <    std::vector<float> phY;
70 >    std::vector<int>    phBx;
71 >    std::vector<int>    phWh;
72 >    std::vector<int>    phSe;
73 >    std::vector<int>    phSt;
74 >    std::vector<float>  phAng;
75 >    std::vector<double> phGlobPhi;
76 >    std::vector<float>  phBandAng;
77 >    std::vector<int>    phCode;
78 >    std::vector<float>  phX;
79 >    std::vector<float>  phY;
80      
81      int thSize;
82      std::vector<int>   thBx;
# Line 100 | Line 101 | namespace L1Analysis
101      std::vector<int>   trChPck;
102      std::vector<int>   trWh;
103      std::vector<int>   trSc;  
104 <    
104 >    std::vector<unsigned int> trAddress;
105    };
106   }
107   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines