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.

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.

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().

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  }

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().