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 8 of file L1AnalysisBMTFInputsDataFormat.h.

Constructor & Destructor Documentation

L1Analysis::L1AnalysisBMTFInputsDataFormat::L1AnalysisBMTFInputsDataFormat ( )
inline
L1Analysis::L1AnalysisBMTFInputsDataFormat::~L1AnalysisBMTFInputsDataFormat ( )
inline

Definition at line 12 of file L1AnalysisBMTFInputsDataFormat.h.

12 {};

Member Function Documentation

void L1Analysis::L1AnalysisBMTFInputsDataFormat::Reset ( )
inline

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

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

Member Data Documentation

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

Definition at line 46 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

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

Definition at line 47 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

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

Definition at line 42 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

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

Definition at line 48 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

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

Definition at line 44 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

int L1Analysis::L1AnalysisBMTFInputsDataFormat::phSize

Definition at line 41 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

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

Definition at line 45 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

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

Definition at line 49 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

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

Definition at line 43 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

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

Definition at line 53 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

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

Definition at line 58 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

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

Definition at line 55 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

int L1Analysis::L1AnalysisBMTFInputsDataFormat::thSize

Definition at line 52 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

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

Definition at line 56 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

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

Definition at line 57 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().

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

Definition at line 54 of file L1AnalysisBMTFInputsDataFormat.h.

Referenced by Reset().