CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 17 of file L1AnalysisDTTFDataFormat.h.

Constructor & Destructor Documentation

L1Analysis::L1AnalysisDTTFDataFormat::L1AnalysisDTTFDataFormat ( )
inline

Definition at line 20 of file L1AnalysisDTTFDataFormat.h.

References Reset().

L1Analysis::L1AnalysisDTTFDataFormat::~L1AnalysisDTTFDataFormat ( )
inline

Definition at line 21 of file L1AnalysisDTTFDataFormat.h.

21 {};

Member Function Documentation

void L1Analysis::L1AnalysisDTTFDataFormat::Reset ( void  )
inline

Definition at line 23 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().

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

Member Data Documentation

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

Definition at line 78 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 80 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 74 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 81 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 79 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 76 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

int L1Analysis::L1AnalysisDTTFDataFormat::phSize

Definition at line 73 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 77 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 75 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 82 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 83 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 86 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

TMatrixD L1Analysis::L1AnalysisDTTFDataFormat::thCode

Definition at line 94 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 88 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

int L1Analysis::L1AnalysisDTTFDataFormat::thSize

Definition at line 85 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 89 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

TMatrixD L1Analysis::L1AnalysisDTTFDataFormat::thTheta

Definition at line 93 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 87 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 90 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 91 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 110 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 97 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 107 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 104 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 105 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 106 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 102 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 103 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 100 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 101 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 99 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 109 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

int L1Analysis::L1AnalysisDTTFDataFormat::trSize

Definition at line 96 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 98 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().

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

Definition at line 108 of file L1AnalysisDTTFDataFormat.h.

Referenced by Reset().