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::L1AnalysisL1UpgradeTfMuonDataFormat Struct Reference

#include <L1AnalysisL1UpgradeTfMuonDataFormat.h>

Public Member Functions

 L1AnalysisL1UpgradeTfMuonDataFormat ()
 
void Reset ()
 
 ~L1AnalysisL1UpgradeTfMuonDataFormat ()
 

Public Attributes

unsigned short int nTfMuons
 
std::vector< short int > tfMuonBx
 
std::vector< short int > tfMuonHwEta
 
std::vector< short int > tfMuonHwHF
 
std::vector< short int > tfMuonHwPhi
 
std::vector< short int > tfMuonHwPt
 
std::vector< short int > tfMuonHwQual
 
std::vector< short int > tfMuonHwSign
 
std::vector< short int > tfMuonHwSignValid
 
std::vector< short int > tfMuonLink
 
std::vector< short int > tfMuonProcessor
 
std::vector< short int > tfMuonTrackFinderType
 

Detailed Description

Definition at line 8 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

Constructor & Destructor Documentation

L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::L1AnalysisL1UpgradeTfMuonDataFormat ( )
inline
L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::~L1AnalysisL1UpgradeTfMuonDataFormat ( )
inline

Definition at line 11 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

11 {};

Member Function Documentation

void L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::Reset ( void  )
inline

Definition at line 13 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

References nTfMuons, tfMuonBx, tfMuonHwEta, tfMuonHwHF, tfMuonHwPhi, tfMuonHwPt, tfMuonHwQual, tfMuonHwSign, tfMuonHwSignValid, tfMuonLink, tfMuonProcessor, and tfMuonTrackFinderType.

Referenced by L1AnalysisL1UpgradeTfMuonDataFormat(), and L1Analysis::L1AnalysisL1UpgradeTfMuon::Reset().

14  {
15  nTfMuons = 0;
16  tfMuonHwPt.clear();
17  tfMuonHwEta.clear();
18  tfMuonHwPhi.clear();
19  tfMuonHwSign.clear();
20  tfMuonHwSignValid.clear();
21  tfMuonHwQual.clear();
22  tfMuonLink.clear();
23  tfMuonProcessor.clear();
24  tfMuonTrackFinderType.clear();
25  tfMuonHwHF.clear();
26  tfMuonBx.clear();
27  }

Member Data Documentation

unsigned short int L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::nTfMuons

Definition at line 29 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

Referenced by Reset().

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::tfMuonBx

Definition at line 40 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

Referenced by Reset().

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::tfMuonHwEta

Definition at line 31 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

Referenced by Reset().

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::tfMuonHwHF

Definition at line 39 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

Referenced by Reset().

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::tfMuonHwPhi

Definition at line 32 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

Referenced by Reset().

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::tfMuonHwPt

Definition at line 30 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

Referenced by Reset().

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::tfMuonHwQual

Definition at line 35 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

Referenced by Reset().

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::tfMuonHwSign

Definition at line 33 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

Referenced by Reset().

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::tfMuonHwSignValid

Definition at line 34 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

Referenced by Reset().

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::tfMuonLink

Definition at line 36 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

Referenced by Reset().

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::tfMuonProcessor

Definition at line 37 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

Referenced by Reset().

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonDataFormat::tfMuonTrackFinderType

Definition at line 38 of file L1AnalysisL1UpgradeTfMuonDataFormat.h.

Referenced by Reset().