CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
towerEner Class Reference

#include <EcalTPGAnalyzer.h>

Public Member Functions

 towerEner ()
 

Public Attributes

float eRec_
 
int ieta_
 
int iphi_
 
int nbXtal_
 
int tpgADC_
 
int tpgEmul_ [5]
 

Detailed Description

Definition at line 30 of file EcalTPGAnalyzer.h.

Constructor & Destructor Documentation

◆ towerEner()

towerEner::towerEner ( )
inline

Definition at line 36 of file EcalTPGAnalyzer.h.

References mps_fire::i, and tpgEmul_.

36  : eRec_(0), tpgADC_(0), iphi_(-999), ieta_(-999), nbXtal_(0) {
37  for (int i = 0; i < 5; i++)
38  tpgEmul_[i] = 0;
39  }
int tpgEmul_[5]

Member Data Documentation

◆ eRec_

float towerEner::eRec_

Definition at line 32 of file EcalTPGAnalyzer.h.

◆ ieta_

int towerEner::ieta_

Definition at line 35 of file EcalTPGAnalyzer.h.

Referenced by EcalTPGAnalyzer::analyze().

◆ iphi_

int towerEner::iphi_

Definition at line 35 of file EcalTPGAnalyzer.h.

Referenced by EcalTPGAnalyzer::analyze().

◆ nbXtal_

int towerEner::nbXtal_

Definition at line 35 of file EcalTPGAnalyzer.h.

◆ tpgADC_

int towerEner::tpgADC_

Definition at line 34 of file EcalTPGAnalyzer.h.

Referenced by EcalTPGAnalyzer::analyze().

◆ tpgEmul_

int towerEner::tpgEmul_[5]

Definition at line 33 of file EcalTPGAnalyzer.h.

Referenced by towerEner().