CMS 3D CMS Logo

TB06RecoH2 Class Reference

compact reco dataset for ECAL TB 2006 data
Date
2007/02/02 12:16:26
Revision
1.1
Id
TB06RecoH2.h,v 1.1 2007/02/02 12:16:26 delre Exp
More...

#include <Calibration/EcalTBTools/interface/TB06RecoH2.h>

List of all members.

Public Member Functions

void reset ()
 set all the values to 0

Public Attributes

Float_t beamEnergy
 energy of the beam
Float_t BH1_
Float_t BH2_
Float_t BH3_
Float_t BH4_
Float_t CK1_
Float_t CK2_
Float_t CK3_
Float_t convFactor
 conversion factor from ADC to GeV used
Int_t event
 event number
Float_t localMap [7][7]
 energy in 7x7 xtals around the most energetic one
Float_t MEXTLenergy
 most energetic crystal energy
Int_t MEXTLeta
 most energetic crystal eta
Int_t MEXTLindex
 most energetic crystal index
Int_t MEXTLphi
 most energetic crystal phi
Int_t run
 run number
Float_t S1adc_
Float_t S1uncalib_
Float_t S25uncalib_
Float_t S2adc_
Float_t S3adc_
Float_t S49uncalib_
Float_t S4adc_
Float_t S521_
Float_t S528_
Int_t S6ADC
 ADC output of the S6 integrated signal.
Float_t S9uncalib_
Int_t tableIsMoving
 if the table is moving
Float_t TOF1J_
Float_t TOF1S_
Float_t TOF2J_
Float_t TOF2S_
Float_t VM1_
Float_t VM2_
Float_t VM3_
Float_t VM4_
Float_t VM5_
Float_t VM6_
Float_t VM7_
Float_t VM8_
Float_t VMB_
Float_t VMF_
int wcAXo_
int wcAYo_
int wcBXo_
int wcBYo_
int wcCXo_
int wcCYo_
Float_t xECAL
 ECAL x coord (eta).
Float_t xHodo
 hodoscope x coord (eta)
Float_t xQualityHodo
 hodoscope x quality (eta)
Float_t xSlopeHodo
 hodoscope x slope (eta)
float xwA_
float xwB_
float xwC_
Float_t yECAL
 ECAL y coord (phi).
Float_t yHodo
 hodoscope y coord (phi)
Float_t yQualityHodo
 hodoscope y quality (eta)
Float_t ySlopeHodo
 hodoscope y slope (eta)
float ywA_
float ywB_
float ywC_
Float_t zECAL
 ECAL z coord (phi).
Float_t zHodo
 hodoscope z coord (phi)


Detailed Description

compact reco dataset for ECAL TB 2006 data
Date
2007/02/02 12:16:26
Revision
1.1
Id
TB06RecoH2.h,v 1.1 2007/02/02 12:16:26 delre Exp

Author:
Author
delre

Definition at line 14 of file TB06RecoH2.h.


Member Function Documentation

void TB06RecoH2::reset ( void   ) 

set all the values to 0

Definition at line 12 of file TB06RecoH2.cc.

References beamEnergy, BH1_, BH2_, BH3_, BH4_, CK1_, CK2_, CK3_, convFactor, eta, localMap, MEXTLenergy, MEXTLeta, MEXTLindex, MEXTLphi, phi, run, S1adc_, S1uncalib_, S25uncalib_, S2adc_, S3adc_, S49uncalib_, S4adc_, S6ADC, S9uncalib_, tableIsMoving, TOF1J_, TOF1S_, TOF2J_, TOF2S_, VM1_, VM2_, VM3_, VM4_, VM5_, VM6_, VM7_, VM8_, VMB_, VMF_, wcAXo_, wcAYo_, wcBXo_, wcBYo_, wcCXo_, wcCYo_, xECAL, xHodo, xQualityHodo, xSlopeHodo, xwA_, xwB_, xwC_, yECAL, yHodo, yQualityHodo, ySlopeHodo, ywA_, ywB_, ywC_, zECAL, and zHodo.

Referenced by TB06TreeH2::store().

00013 {
00014   run = 0 ;
00015   event = 0 ;
00016   tableIsMoving = 0 ;
00017   S6ADC = 0 ;
00018 
00019   MEXTLindex = 0 ;
00020   MEXTLeta = 0 ;
00021   MEXTLphi = 0 ;
00022   MEXTLenergy = 0. ;
00023   beamEnergy = 0. ;
00024 
00025   for (int eta = 0 ; eta<7 ; ++eta)
00026     for (int phi = 0 ; phi<7 ; ++phi)
00027       localMap[eta][phi] = 0. ;
00028 
00029   S1uncalib_ = 0.;
00030   S25uncalib_ = 0.;
00031   S9uncalib_ = 0.;
00032   S49uncalib_ = 0.;
00033 
00034   xECAL = 0. ;
00035   yECAL = 0. ;
00036   zECAL = 0. ;
00037   xHodo = 0. ;
00038   yHodo = 0. ;
00039   zHodo = 0. ;
00040   xSlopeHodo = 0. ;
00041   ySlopeHodo = 0. ;
00042   xQualityHodo = 0. ;
00043   yQualityHodo = 0. ;
00044   wcAXo_ = 0;
00045   wcAYo_ = 0;
00046   wcBXo_ = 0;
00047   wcBYo_ = 0;
00048   wcCXo_ = 0;
00049   wcCYo_ = 0;
00050   xwA_ = -999.;
00051   ywA_ = -999.;
00052   xwB_ = -999.;
00053   ywB_ = -999.;
00054   xwC_ = -999.;
00055   ywC_ = -999.;
00056   S1adc_ = 0.;
00057   S2adc_ = 0.;
00058   S3adc_ = 0.;
00059   S4adc_ = 0.;
00060   VM1_ = 0.;
00061   VM2_ = 0.;
00062   VM3_ = 0.;
00063   VM4_ = 0.;
00064   VM5_ = 0.;
00065   VM6_ = 0.;
00066   VM7_ = 0.;
00067   VM8_ = 0.;
00068   VMF_ = 0.;
00069   VMB_ = 0.;
00070   CK1_ = 0.;
00071   CK2_ = 0.;
00072   CK3_ = 0.;
00073   BH1_ = 0.;
00074   BH2_ = 0.;
00075   BH3_ = 0.;
00076   BH4_ = 0.;
00077   TOF1S_ = -999.;
00078   TOF1J_ = -999.;
00079   TOF2S_ = -999.;
00080   TOF2J_ = -999.;  
00081 
00082   convFactor = 0. ;
00083 }


Member Data Documentation

Float_t TB06RecoH2::beamEnergy

energy of the beam

Definition at line 36 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::BH1_

Definition at line 104 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::BH2_

Definition at line 105 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::BH3_

Definition at line 106 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::BH4_

Definition at line 107 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::CK1_

Definition at line 100 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::CK2_

Definition at line 101 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::CK3_

Definition at line 102 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::convFactor

conversion factor from ADC to GeV used

Definition at line 115 of file TB06RecoH2.h.

Referenced by TB06TreeH2::check(), reset(), and TB06TreeH2::store().

Int_t TB06RecoH2::event

event number

Definition at line 21 of file TB06RecoH2.h.

Referenced by TB06TreeH2::check(), and TB06TreeH2::store().

Float_t TB06RecoH2::localMap[7][7]

energy in 7x7 xtals around the most energetic one

Definition at line 39 of file TB06RecoH2.h.

Referenced by TB06TreeH2::check(), reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::MEXTLenergy

most energetic crystal energy

Definition at line 34 of file TB06RecoH2.h.

Referenced by TB06TreeH2::check(), reset(), and TB06TreeH2::store().

Int_t TB06RecoH2::MEXTLeta

most energetic crystal eta

Definition at line 30 of file TB06RecoH2.h.

Referenced by TB06TreeH2::check(), reset(), and TB06TreeH2::store().

Int_t TB06RecoH2::MEXTLindex

most energetic crystal index

Definition at line 28 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Int_t TB06RecoH2::MEXTLphi

most energetic crystal phi

Definition at line 32 of file TB06RecoH2.h.

Referenced by TB06TreeH2::check(), reset(), and TB06TreeH2::store().

Int_t TB06RecoH2::run

run number

Definition at line 19 of file TB06RecoH2.h.

Referenced by TB06TreeH2::check(), reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::S1adc_

Definition at line 81 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::S1uncalib_

Definition at line 64 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::S25uncalib_

Definition at line 65 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::S2adc_

Definition at line 82 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::S3adc_

Definition at line 83 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::S49uncalib_

Definition at line 66 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::S4adc_

Definition at line 84 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::S521_

Definition at line 85 of file TB06RecoH2.h.

Float_t TB06RecoH2::S528_

Definition at line 86 of file TB06RecoH2.h.

Int_t TB06RecoH2::S6ADC

ADC output of the S6 integrated signal.

Definition at line 25 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::S9uncalib_

Definition at line 67 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Int_t TB06RecoH2::tableIsMoving

if the table is moving

Definition at line 23 of file TB06RecoH2.h.

Referenced by TB06TreeH2::check(), reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::TOF1J_

Definition at line 111 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::TOF1S_

Definition at line 109 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::TOF2J_

Definition at line 112 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::TOF2S_

Definition at line 110 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::VM1_

Definition at line 88 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::VM2_

Definition at line 89 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::VM3_

Definition at line 90 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::VM4_

Definition at line 91 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::VM5_

Definition at line 92 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::VM6_

Definition at line 93 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::VM7_

Definition at line 94 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::VM8_

Definition at line 95 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::VMB_

Definition at line 97 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::VMF_

Definition at line 96 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

int TB06RecoH2::wcAXo_

Definition at line 69 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

int TB06RecoH2::wcAYo_

Definition at line 70 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

int TB06RecoH2::wcBXo_

Definition at line 71 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

int TB06RecoH2::wcBYo_

Definition at line 72 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

int TB06RecoH2::wcCXo_

Definition at line 73 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

int TB06RecoH2::wcCYo_

Definition at line 74 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::xECAL

ECAL x coord (eta).

Definition at line 42 of file TB06RecoH2.h.

Referenced by reset().

Float_t TB06RecoH2::xHodo

hodoscope x coord (eta)

Definition at line 48 of file TB06RecoH2.h.

Referenced by TB06TreeH2::check(), reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::xQualityHodo

hodoscope x quality (eta)

Definition at line 58 of file TB06RecoH2.h.

Referenced by TB06TreeH2::check(), reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::xSlopeHodo

hodoscope x slope (eta)

Definition at line 54 of file TB06RecoH2.h.

Referenced by TB06TreeH2::check(), reset(), and TB06TreeH2::store().

float TB06RecoH2::xwA_

Definition at line 75 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

float TB06RecoH2::xwB_

Definition at line 77 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

float TB06RecoH2::xwC_

Definition at line 79 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::yECAL

ECAL y coord (phi).

Definition at line 44 of file TB06RecoH2.h.

Referenced by reset().

Float_t TB06RecoH2::yHodo

hodoscope y coord (phi)

Definition at line 50 of file TB06RecoH2.h.

Referenced by TB06TreeH2::check(), reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::yQualityHodo

hodoscope y quality (eta)

Definition at line 60 of file TB06RecoH2.h.

Referenced by TB06TreeH2::check(), reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::ySlopeHodo

hodoscope y slope (eta)

Definition at line 56 of file TB06RecoH2.h.

Referenced by TB06TreeH2::check(), reset(), and TB06TreeH2::store().

float TB06RecoH2::ywA_

Definition at line 76 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

float TB06RecoH2::ywB_

Definition at line 78 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

float TB06RecoH2::ywC_

Definition at line 80 of file TB06RecoH2.h.

Referenced by reset(), and TB06TreeH2::store().

Float_t TB06RecoH2::zECAL

ECAL z coord (phi).

Definition at line 46 of file TB06RecoH2.h.

Referenced by reset().

Float_t TB06RecoH2::zHodo

hodoscope z coord (phi)

Definition at line 52 of file TB06RecoH2.h.

Referenced by reset().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:33:07 2009 for CMSSW by  doxygen 1.5.4