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
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 24 of file EcalTPGAnalyzer.h.

Constructor & Destructor Documentation

towerEner::towerEner ( )
inline

Definition at line 30 of file EcalTPGAnalyzer.h.

References i, and tpgEmul_.

31  : eRec_(0), tpgADC_(0),
32  iphi_(-999), ieta_(-999), nbXtal_(0)
33  {
34  for (int i=0 ; i<5 ; i ++) tpgEmul_[i] = 0 ;
35  }
int i
Definition: DBlmapReader.cc:9
int tpgEmul_[5]

Member Data Documentation

float towerEner::eRec_

Definition at line 26 of file EcalTPGAnalyzer.h.

int towerEner::ieta_

Definition at line 29 of file EcalTPGAnalyzer.h.

Referenced by EcalTPGAnalyzer::analyze().

int towerEner::iphi_

Definition at line 29 of file EcalTPGAnalyzer.h.

Referenced by EcalTPGAnalyzer::analyze().

int towerEner::nbXtal_

Definition at line 29 of file EcalTPGAnalyzer.h.

int towerEner::tpgADC_

Definition at line 28 of file EcalTPGAnalyzer.h.

Referenced by EcalTPGAnalyzer::analyze().

int towerEner::tpgEmul_[5]

Definition at line 27 of file EcalTPGAnalyzer.h.

Referenced by towerEner().