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 ()
 
 towerEner ()
 

Public Attributes

float data_ [10]
 
float eRec_
 
int fg_
 
int ieta_
 
int iphi_
 
float mean_
 
int nbXtal_
 
int nXtal_
 
float sample_
 
int tpgADC_
 
int tpgEmul0_
 
int tpgEmul1_
 
int tpgEmul2_
 
int tpgEmul3_
 
int tpgEmul4_
 
int tpgEmul_ [5]
 
float tpgGeV_
 
int ttf_
 

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]
towerEner::towerEner ( )
inline

Definition at line 33 of file EcalTrigPrimAnalyzerMIPs.h.

References data_, and i.

34  : eRec_(0), mean_(0), tpgGeV_(0), tpgADC_(0),
35  tpgEmul0_(0),tpgEmul1_(0), tpgEmul2_(0), tpgEmul3_(0), tpgEmul4_(0),
36  iphi_(-999), ieta_(-999), ttf_(-999), fg_(-999), nXtal_(0), sample_(0)
37  {
38  for (int i=0 ; i<10 ; i ++) data_[i] = 0. ;
39  }
int i
Definition: DBlmapReader.cc:9

Member Data Documentation

float towerEner::data_[10]

Definition at line 29 of file EcalTrigPrimAnalyzerMIPs.h.

Referenced by EcalTrigPrimAnalyzerMIPs::analyze(), and towerEner().

float towerEner::eRec_

Definition at line 26 of file EcalTPGAnalyzer.h.

Referenced by EcalTrigPrimAnalyzerMIPs::analyze().

int towerEner::fg_

Definition at line 31 of file EcalTrigPrimAnalyzerMIPs.h.

Referenced by EcalTrigPrimAnalyzerMIPs::analyze().

int towerEner::ieta_
int towerEner::iphi_
float towerEner::mean_

Definition at line 28 of file EcalTrigPrimAnalyzerMIPs.h.

Referenced by EcalTrigPrimAnalyzerMIPs::analyze().

int towerEner::nbXtal_

Definition at line 29 of file EcalTPGAnalyzer.h.

int towerEner::nXtal_

Definition at line 31 of file EcalTrigPrimAnalyzerMIPs.h.

Referenced by EcalTrigPrimAnalyzerMIPs::analyze().

float towerEner::sample_

Definition at line 32 of file EcalTrigPrimAnalyzerMIPs.h.

Referenced by EcalTrigPrimAnalyzerMIPs::analyze().

int towerEner::tpgADC_
int towerEner::tpgEmul0_

Definition at line 30 of file EcalTrigPrimAnalyzerMIPs.h.

Referenced by EcalTrigPrimAnalyzerMIPs::analyze().

int towerEner::tpgEmul1_

Definition at line 30 of file EcalTrigPrimAnalyzerMIPs.h.

Referenced by EcalTrigPrimAnalyzerMIPs::analyze().

int towerEner::tpgEmul2_

Definition at line 30 of file EcalTrigPrimAnalyzerMIPs.h.

Referenced by EcalTrigPrimAnalyzerMIPs::analyze().

int towerEner::tpgEmul3_

Definition at line 30 of file EcalTrigPrimAnalyzerMIPs.h.

Referenced by EcalTrigPrimAnalyzerMIPs::analyze().

int towerEner::tpgEmul4_

Definition at line 30 of file EcalTrigPrimAnalyzerMIPs.h.

Referenced by EcalTrigPrimAnalyzerMIPs::analyze().

int towerEner::tpgEmul_[5]

Definition at line 27 of file EcalTPGAnalyzer.h.

Referenced by towerEner().

float towerEner::tpgGeV_

Definition at line 28 of file EcalTrigPrimAnalyzerMIPs.h.

Referenced by EcalTrigPrimAnalyzerMIPs::analyze().

int towerEner::ttf_

Definition at line 31 of file EcalTrigPrimAnalyzerMIPs.h.

Referenced by EcalTrigPrimAnalyzerMIPs::analyze().