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; |
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 |