CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
L1Analysis::L1AnalysisDTTFDataFormat Struct Reference

#include <L1AnalysisDTTFDataFormat.h>

Public Member Functions

 L1AnalysisDTTFDataFormat ()
 
void Reset ()
 
 ~L1AnalysisDTTFDataFormat ()
 

Public Attributes

std::vector< float > phAng
 
std::vector< float > phBandAng
 
std::vector< int > phBx
 
std::vector< int > phCode
 
std::vector< double > phGlobPhi
 
std::vector< int > phSe
 
int phSize
 
std::vector< int > phSt
 
std::vector< int > phWh
 
std::vector< float > phX
 
std::vector< float > phY
 
std::vector< int > thBx
 
TMatrixD thCode
 
std::vector< int > thSe
 
int thSize
 
std::vector< int > thSt
 
TMatrixD thTheta
 
std::vector< int > thWh
 
std::vector< float > thX
 
std::vector< float > thY
 
std::vector< unsigned int > trAddress
 
std::vector< int > trBx
 
std::vector< int > trChPck
 
std::vector< int > trEtaPck
 
std::vector< float > trEtaVal
 
std::vector< double > trPhiGlob
 
std::vector< int > trPhiPck
 
std::vector< float > trPhiVal
 
std::vector< int > trPtPck
 
std::vector< float > trPtVal
 
std::vector< int > trQual
 
std::vector< int > trSc
 
int trSize
 
std::vector< int > trTag
 
std::vector< int > trWh
 

Detailed Description

Definition at line 15 of file L1AnalysisDTTFDataFormat.h.

Constructor & Destructor Documentation

◆ L1AnalysisDTTFDataFormat()

L1Analysis::L1AnalysisDTTFDataFormat::L1AnalysisDTTFDataFormat ( )
inline

Definition at line 16 of file L1AnalysisDTTFDataFormat.h.

16 { Reset(); };

References Reset().

◆ ~L1AnalysisDTTFDataFormat()

L1Analysis::L1AnalysisDTTFDataFormat::~L1AnalysisDTTFDataFormat ( )
inline

Definition at line 17 of file L1AnalysisDTTFDataFormat.h.

17 {};

Member Function Documentation

◆ Reset()

void L1Analysis::L1AnalysisDTTFDataFormat::Reset ( )
inline

Definition at line 19 of file L1AnalysisDTTFDataFormat.h.

19  {
20  phSize = 0;
21 
22  phBx.clear();
23  phWh.clear();
24  phSe.clear();
25  phSt.clear();
26  phAng.clear();
27  phGlobPhi.clear();
28  phBandAng.clear();
29  phCode.clear();
30  phX.clear();
31  phY.clear();
32 
33  thSize = 0;
34 
35  thBx.clear();
36  thWh.clear();
37  thSe.clear();
38  thSt.clear();
39  thX.clear();
40  thY.clear();
41 
42  trSize = 0;
43 
44  trBx.clear();
45  trTag.clear();
46  trQual.clear();
47  trPtPck.clear();
48  trPtVal.clear();
49  trPhiPck.clear();
50  trPhiVal.clear();
51  trEtaPck.clear();
52  trEtaVal.clear();
53  trPhiGlob.clear();
54  trChPck.clear();
55  trWh.clear();
56  trSc.clear();
57  trAddress.clear();
58 
59  thTheta.Clear();
60  thCode.Clear();
61  }

References phAng, phBandAng, phBx, phCode, phGlobPhi, phSe, phSize, phSt, phWh, phX, phY, thBx, thCode, thSe, thSize, thSt, thTheta, thWh, thX, thY, trAddress, trBx, trChPck, trEtaPck, trEtaVal, trPhiGlob, trPhiPck, trPhiVal, trPtPck, trPtVal, trQual, trSc, trSize, trTag, and trWh.

Referenced by L1AnalysisDTTFDataFormat(), and L1Analysis::L1AnalysisDTTF::Reset().

Member Data Documentation

◆ phAng

std::vector<float> L1Analysis::L1AnalysisDTTFDataFormat::phAng

Definition at line 70 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ phBandAng

std::vector<float> L1Analysis::L1AnalysisDTTFDataFormat::phBandAng

Definition at line 72 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ phBx

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::phBx

Definition at line 66 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ phCode

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::phCode

Definition at line 73 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ phGlobPhi

std::vector<double> L1Analysis::L1AnalysisDTTFDataFormat::phGlobPhi

Definition at line 71 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ phSe

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::phSe

Definition at line 68 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ phSize

int L1Analysis::L1AnalysisDTTFDataFormat::phSize

Definition at line 65 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ phSt

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::phSt

Definition at line 69 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ phWh

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::phWh

Definition at line 67 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ phX

std::vector<float> L1Analysis::L1AnalysisDTTFDataFormat::phX

Definition at line 74 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ phY

std::vector<float> L1Analysis::L1AnalysisDTTFDataFormat::phY

Definition at line 75 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ thBx

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::thBx

Definition at line 78 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ thCode

TMatrixD L1Analysis::L1AnalysisDTTFDataFormat::thCode

Definition at line 86 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ thSe

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::thSe

Definition at line 80 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ thSize

int L1Analysis::L1AnalysisDTTFDataFormat::thSize

Definition at line 77 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ thSt

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::thSt

Definition at line 81 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ thTheta

TMatrixD L1Analysis::L1AnalysisDTTFDataFormat::thTheta

Definition at line 85 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ thWh

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::thWh

Definition at line 79 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ thX

std::vector<float> L1Analysis::L1AnalysisDTTFDataFormat::thX

Definition at line 82 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ thY

std::vector<float> L1Analysis::L1AnalysisDTTFDataFormat::thY

Definition at line 83 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trAddress

std::vector<unsigned int> L1Analysis::L1AnalysisDTTFDataFormat::trAddress

Definition at line 102 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trBx

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::trBx

Definition at line 89 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trChPck

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::trChPck

Definition at line 99 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trEtaPck

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::trEtaPck

Definition at line 96 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trEtaVal

std::vector<float> L1Analysis::L1AnalysisDTTFDataFormat::trEtaVal

Definition at line 97 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trPhiGlob

std::vector<double> L1Analysis::L1AnalysisDTTFDataFormat::trPhiGlob

Definition at line 98 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trPhiPck

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::trPhiPck

Definition at line 94 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trPhiVal

std::vector<float> L1Analysis::L1AnalysisDTTFDataFormat::trPhiVal

Definition at line 95 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trPtPck

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::trPtPck

Definition at line 92 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trPtVal

std::vector<float> L1Analysis::L1AnalysisDTTFDataFormat::trPtVal

Definition at line 93 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trQual

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::trQual

Definition at line 91 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trSc

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::trSc

Definition at line 101 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trSize

int L1Analysis::L1AnalysisDTTFDataFormat::trSize

Definition at line 88 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trTag

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::trTag

Definition at line 90 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

◆ trWh

std::vector<int> L1Analysis::L1AnalysisDTTFDataFormat::trWh

Definition at line 100 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

L1Analysis::L1AnalysisDTTFDataFormat::thTheta
TMatrixD thTheta
Definition: L1AnalysisDTTFDataFormat.h:85
L1Analysis::L1AnalysisDTTFDataFormat::Reset
void Reset()
Definition: L1AnalysisDTTFDataFormat.h:19
L1Analysis::L1AnalysisDTTFDataFormat::trEtaPck
std::vector< int > trEtaPck
Definition: L1AnalysisDTTFDataFormat.h:96
L1Analysis::L1AnalysisDTTFDataFormat::trPtPck
std::vector< int > trPtPck
Definition: L1AnalysisDTTFDataFormat.h:92
L1Analysis::L1AnalysisDTTFDataFormat::trSize
int trSize
Definition: L1AnalysisDTTFDataFormat.h:88
L1Analysis::L1AnalysisDTTFDataFormat::trQual
std::vector< int > trQual
Definition: L1AnalysisDTTFDataFormat.h:91
L1Analysis::L1AnalysisDTTFDataFormat::trTag
std::vector< int > trTag
Definition: L1AnalysisDTTFDataFormat.h:90
L1Analysis::L1AnalysisDTTFDataFormat::thSize
int thSize
Definition: L1AnalysisDTTFDataFormat.h:77
L1Analysis::L1AnalysisDTTFDataFormat::trEtaVal
std::vector< float > trEtaVal
Definition: L1AnalysisDTTFDataFormat.h:97
L1Analysis::L1AnalysisDTTFDataFormat::trBx
std::vector< int > trBx
Definition: L1AnalysisDTTFDataFormat.h:89
L1Analysis::L1AnalysisDTTFDataFormat::trPhiPck
std::vector< int > trPhiPck
Definition: L1AnalysisDTTFDataFormat.h:94
L1Analysis::L1AnalysisDTTFDataFormat::thY
std::vector< float > thY
Definition: L1AnalysisDTTFDataFormat.h:83
L1Analysis::L1AnalysisDTTFDataFormat::phWh
std::vector< int > phWh
Definition: L1AnalysisDTTFDataFormat.h:67
L1Analysis::L1AnalysisDTTFDataFormat::thBx
std::vector< int > thBx
Definition: L1AnalysisDTTFDataFormat.h:78
L1Analysis::L1AnalysisDTTFDataFormat::trPhiGlob
std::vector< double > trPhiGlob
Definition: L1AnalysisDTTFDataFormat.h:98
L1Analysis::L1AnalysisDTTFDataFormat::trSc
std::vector< int > trSc
Definition: L1AnalysisDTTFDataFormat.h:101
L1Analysis::L1AnalysisDTTFDataFormat::phSe
std::vector< int > phSe
Definition: L1AnalysisDTTFDataFormat.h:68
L1Analysis::L1AnalysisDTTFDataFormat::thCode
TMatrixD thCode
Definition: L1AnalysisDTTFDataFormat.h:86
L1Analysis::L1AnalysisDTTFDataFormat::trChPck
std::vector< int > trChPck
Definition: L1AnalysisDTTFDataFormat.h:99
L1Analysis::L1AnalysisDTTFDataFormat::phX
std::vector< float > phX
Definition: L1AnalysisDTTFDataFormat.h:74
L1Analysis::L1AnalysisDTTFDataFormat::thWh
std::vector< int > thWh
Definition: L1AnalysisDTTFDataFormat.h:79
L1Analysis::L1AnalysisDTTFDataFormat::phSt
std::vector< int > phSt
Definition: L1AnalysisDTTFDataFormat.h:69
L1Analysis::L1AnalysisDTTFDataFormat::phCode
std::vector< int > phCode
Definition: L1AnalysisDTTFDataFormat.h:73
L1Analysis::L1AnalysisDTTFDataFormat::phY
std::vector< float > phY
Definition: L1AnalysisDTTFDataFormat.h:75
L1Analysis::L1AnalysisDTTFDataFormat::trAddress
std::vector< unsigned int > trAddress
Definition: L1AnalysisDTTFDataFormat.h:102
L1Analysis::L1AnalysisDTTFDataFormat::thX
std::vector< float > thX
Definition: L1AnalysisDTTFDataFormat.h:82
L1Analysis::L1AnalysisDTTFDataFormat::trWh
std::vector< int > trWh
Definition: L1AnalysisDTTFDataFormat.h:100
L1Analysis::L1AnalysisDTTFDataFormat::phSize
int phSize
Definition: L1AnalysisDTTFDataFormat.h:65
L1Analysis::L1AnalysisDTTFDataFormat::thSe
std::vector< int > thSe
Definition: L1AnalysisDTTFDataFormat.h:80
L1Analysis::L1AnalysisDTTFDataFormat::phBx
std::vector< int > phBx
Definition: L1AnalysisDTTFDataFormat.h:66
L1Analysis::L1AnalysisDTTFDataFormat::phBandAng
std::vector< float > phBandAng
Definition: L1AnalysisDTTFDataFormat.h:72
L1Analysis::L1AnalysisDTTFDataFormat::phGlobPhi
std::vector< double > phGlobPhi
Definition: L1AnalysisDTTFDataFormat.h:71
L1Analysis::L1AnalysisDTTFDataFormat::trPtVal
std::vector< float > trPtVal
Definition: L1AnalysisDTTFDataFormat.h:93
L1Analysis::L1AnalysisDTTFDataFormat::trPhiVal
std::vector< float > trPhiVal
Definition: L1AnalysisDTTFDataFormat.h:95
L1Analysis::L1AnalysisDTTFDataFormat::phAng
std::vector< float > phAng
Definition: L1AnalysisDTTFDataFormat.h:70
L1Analysis::L1AnalysisDTTFDataFormat::thSt
std::vector< int > thSt
Definition: L1AnalysisDTTFDataFormat.h:81