CMS 3D CMS Logo

Public Member Functions | Public Attributes

towerEner Class Reference

#include <EcalTPGAnalyzer.h>

List of all members.

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_.

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

Member Data Documentation

Definition at line 26 of file EcalTPGAnalyzer.h.

Definition at line 29 of file EcalTPGAnalyzer.h.

Referenced by EcalTPGAnalyzer::analyze().

Definition at line 29 of file EcalTPGAnalyzer.h.

Referenced by EcalTPGAnalyzer::analyze().

Definition at line 29 of file EcalTPGAnalyzer.h.

Definition at line 28 of file EcalTPGAnalyzer.h.

Referenced by EcalTPGAnalyzer::analyze().

Definition at line 27 of file EcalTPGAnalyzer.h.

Referenced by towerEner().