CMS 3D CMS Logo

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

#include <L1AnalysisL1UpgradeTfMuonShowerDataFormat.h>

Public Member Functions

 L1AnalysisL1UpgradeTfMuonShowerDataFormat ()
 
void Reset ()
 
 ~L1AnalysisL1UpgradeTfMuonShowerDataFormat ()
 

Public Attributes

unsigned short int nTfMuonShowers
 
std::vector< short int > tfMuonShowerBx
 
std::vector< short int > tfMuonShowerEndcap
 
std::vector< short int > tfMuonShowerOneLoose
 
std::vector< short int > tfMuonShowerOneNominal
 
std::vector< short int > tfMuonShowerOneTight
 
std::vector< short int > tfMuonShowerSector
 
std::vector< short int > tfMuonShowerTwoLoose
 

Detailed Description

Definition at line 9 of file L1AnalysisL1UpgradeTfMuonShowerDataFormat.h.

Constructor & Destructor Documentation

◆ L1AnalysisL1UpgradeTfMuonShowerDataFormat()

L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::L1AnalysisL1UpgradeTfMuonShowerDataFormat ( )
inline

◆ ~L1AnalysisL1UpgradeTfMuonShowerDataFormat()

L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::~L1AnalysisL1UpgradeTfMuonShowerDataFormat ( )
inline

Definition at line 11 of file L1AnalysisL1UpgradeTfMuonShowerDataFormat.h.

11 {};

Member Function Documentation

◆ Reset()

void L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::Reset ( )
inline

Definition at line 13 of file L1AnalysisL1UpgradeTfMuonShowerDataFormat.h.

References nTfMuonShowers, tfMuonShowerBx, tfMuonShowerEndcap, tfMuonShowerOneLoose, tfMuonShowerOneNominal, tfMuonShowerOneTight, tfMuonShowerSector, and tfMuonShowerTwoLoose.

Referenced by L1AnalysisL1UpgradeTfMuonShowerDataFormat(), and L1Analysis::L1AnalysisL1UpgradeTfMuonShower::Reset().

13  {
14  nTfMuonShowers = 0;
15  tfMuonShowerBx.clear();
16  tfMuonShowerOneNominal.clear();
17  tfMuonShowerOneTight.clear();
18  tfMuonShowerOneLoose.clear();
19  tfMuonShowerTwoLoose.clear();
20  tfMuonShowerEndcap.clear();
21  tfMuonShowerSector.clear();
22  }

Member Data Documentation

◆ nTfMuonShowers

unsigned short int L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::nTfMuonShowers

Definition at line 24 of file L1AnalysisL1UpgradeTfMuonShowerDataFormat.h.

Referenced by Reset().

◆ tfMuonShowerBx

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::tfMuonShowerBx

Definition at line 25 of file L1AnalysisL1UpgradeTfMuonShowerDataFormat.h.

Referenced by Reset().

◆ tfMuonShowerEndcap

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::tfMuonShowerEndcap

Definition at line 30 of file L1AnalysisL1UpgradeTfMuonShowerDataFormat.h.

Referenced by Reset().

◆ tfMuonShowerOneLoose

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::tfMuonShowerOneLoose

Definition at line 28 of file L1AnalysisL1UpgradeTfMuonShowerDataFormat.h.

Referenced by Reset().

◆ tfMuonShowerOneNominal

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::tfMuonShowerOneNominal

Definition at line 26 of file L1AnalysisL1UpgradeTfMuonShowerDataFormat.h.

Referenced by Reset().

◆ tfMuonShowerOneTight

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::tfMuonShowerOneTight

Definition at line 27 of file L1AnalysisL1UpgradeTfMuonShowerDataFormat.h.

Referenced by Reset().

◆ tfMuonShowerSector

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::tfMuonShowerSector

Definition at line 31 of file L1AnalysisL1UpgradeTfMuonShowerDataFormat.h.

Referenced by Reset().

◆ tfMuonShowerTwoLoose

std::vector<short int> L1Analysis::L1AnalysisL1UpgradeTfMuonShowerDataFormat::tfMuonShowerTwoLoose

Definition at line 29 of file L1AnalysisL1UpgradeTfMuonShowerDataFormat.h.

Referenced by Reset().