CMS 3D CMS Logo

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

#include <L1AnalysisBMTFInputsDataFormat.h>

Public Member Functions

 L1AnalysisBMTFInputsDataFormat ()
 
void Reset ()
 
 ~L1AnalysisBMTFInputsDataFormat ()
 

Public Attributes

std::vector< float > phAng
 
std::vector< float > phBandAng
 
std::vector< int > phBx
 
std::vector< int > phCode
 
std::vector< int > phSe
 
int phSize
 
std::vector< int > phSt
 
std::vector< int > phTs2Tag
 
std::vector< int > phWh
 
std::vector< int > thBx
 
std::vector< int > thCode
 
std::vector< int > thSe
 
int thSize
 
std::vector< int > thSt
 
std::vector< int > thTheta
 
std::vector< int > thWh
 

Detailed Description

Definition at line 7 of file L1AnalysisBMTFInputsDataFormat.h.

Constructor & Destructor Documentation

◆ L1AnalysisBMTFInputsDataFormat()

L1Analysis::L1AnalysisBMTFInputsDataFormat::L1AnalysisBMTFInputsDataFormat ( )
inline

◆ ~L1AnalysisBMTFInputsDataFormat()

L1Analysis::L1AnalysisBMTFInputsDataFormat::~L1AnalysisBMTFInputsDataFormat ( )
inline

Definition at line 9 of file L1AnalysisBMTFInputsDataFormat.h.

9 {};

Member Function Documentation

◆ Reset()

void L1Analysis::L1AnalysisBMTFInputsDataFormat::Reset ( )
inline

Definition at line 11 of file L1AnalysisBMTFInputsDataFormat.h.

References phAng, phBandAng, phBx, phCode, phSe, phSize, phSt, phTs2Tag, phWh, thBx, thCode, thSe, thSize, thSt, thTheta, and thWh.

Referenced by L1AnalysisBMTFInputsDataFormat(), and L1Analysis::L1AnalysisBMTFInputs::Reset().

11  {
12  phSize = 0;
13 
14  phBx.clear();
15  phWh.clear();
16  phSe.clear();
17  phSt.clear();
18  phAng.clear();
19  phBandAng.clear();
20  phCode.clear();
21  phTs2Tag.clear();
22 
23  thSize = 0;
24 
25  thBx.clear();
26  thWh.clear();
27  thSe.clear();
28  thSt.clear();
29  thCode.clear();
30  thTheta.clear();
31  }

Member Data Documentation

◆ phAng

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

Definition at line 40 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ phBandAng

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

Definition at line 41 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ phBx

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

Definition at line 36 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ phCode

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

Definition at line 42 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ phSe

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

Definition at line 38 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ phSize

int L1Analysis::L1AnalysisBMTFInputsDataFormat::phSize

Definition at line 35 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ phSt

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

Definition at line 39 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ phTs2Tag

std::vector<int> L1Analysis::L1AnalysisBMTFInputsDataFormat::phTs2Tag

Definition at line 43 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ phWh

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

Definition at line 37 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ thBx

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

Definition at line 46 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ thCode

std::vector<int> L1Analysis::L1AnalysisBMTFInputsDataFormat::thCode

Definition at line 51 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ thSe

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

Definition at line 48 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ thSize

int L1Analysis::L1AnalysisBMTFInputsDataFormat::thSize

Definition at line 45 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ thSt

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

Definition at line 49 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ thTheta

std::vector<int> L1Analysis::L1AnalysisBMTFInputsDataFormat::thTheta

Definition at line 50 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

◆ thWh

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

Definition at line 47 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().