#include <Calibration/EcalTBTools/interface/TB06Reco.h>
Public Member Functions | |
void | reset () |
set all the values to 0 | |
Public Attributes | |
Float_t | beamEnergy |
energy of the beam | |
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 | |
Int_t | S6ADC |
ADC output of the S6 integrated signal. | |
Int_t | tableIsMoving |
if the table is moving | |
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_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_t | zECAL |
ECAL z coord (phi). | |
Float_t | zHodo |
hodoscope z coord (phi) |
Definition at line 14 of file TB06Reco.h.
set all the values to 0
Definition at line 12 of file TB06Reco.cc.
References beamEnergy, convFactor, eta, localMap, MEXTLenergy, MEXTLeta, MEXTLindex, MEXTLphi, phi, run, S6ADC, tableIsMoving, xECAL, xHodo, xQualityHodo, xSlopeHodo, yECAL, yHodo, yQualityHodo, ySlopeHodo, zECAL, and zHodo.
Referenced by TB06Tree::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 xECAL = 0. ; 00030 yECAL = 0. ; 00031 zECAL = 0. ; 00032 xHodo = 0. ; 00033 yHodo = 0. ; 00034 zHodo = 0. ; 00035 xSlopeHodo = 0. ; 00036 ySlopeHodo = 0. ; 00037 xQualityHodo = 0. ; 00038 yQualityHodo = 0. ; 00039 00040 convFactor = 0. ; 00041 }
Float_t TB06Reco::beamEnergy |
energy of the beam
Definition at line 36 of file TB06Reco.h.
Referenced by reset(), and TB06Tree::store().
Float_t TB06Reco::convFactor |
conversion factor from ADC to GeV used
Definition at line 63 of file TB06Reco.h.
Referenced by TB06Tree::check(), reset(), and TB06Tree::store().
Int_t TB06Reco::event |
event number
Definition at line 21 of file TB06Reco.h.
Referenced by TB06Tree::check(), and TB06Tree::store().
Float_t TB06Reco::localMap[7][7] |
energy in 7x7 xtals around the most energetic one
Definition at line 39 of file TB06Reco.h.
Referenced by TB06Tree::check(), reset(), and TB06Tree::store().
Float_t TB06Reco::MEXTLenergy |
most energetic crystal energy
Definition at line 34 of file TB06Reco.h.
Referenced by TB06Tree::check(), reset(), and TB06Tree::store().
Int_t TB06Reco::MEXTLeta |
most energetic crystal eta
Definition at line 30 of file TB06Reco.h.
Referenced by TB06Tree::check(), reset(), and TB06Tree::store().
Int_t TB06Reco::MEXTLindex |
most energetic crystal index
Definition at line 28 of file TB06Reco.h.
Referenced by reset(), and TB06Tree::store().
Int_t TB06Reco::MEXTLphi |
most energetic crystal phi
Definition at line 32 of file TB06Reco.h.
Referenced by TB06Tree::check(), reset(), and TB06Tree::store().
Int_t TB06Reco::run |
run number
Definition at line 19 of file TB06Reco.h.
Referenced by TB06Tree::check(), reset(), and TB06Tree::store().
Int_t TB06Reco::S6ADC |
ADC output of the S6 integrated signal.
Definition at line 25 of file TB06Reco.h.
Referenced by reset(), and TB06Tree::store().
Int_t TB06Reco::tableIsMoving |
if the table is moving
Definition at line 23 of file TB06Reco.h.
Referenced by TB06Tree::check(), reset(), and TB06Tree::store().
Float_t TB06Reco::xECAL |
Float_t TB06Reco::xHodo |
hodoscope x coord (eta)
Definition at line 48 of file TB06Reco.h.
Referenced by TB06Tree::check(), reset(), and TB06Tree::store().
Float_t TB06Reco::xQualityHodo |
hodoscope x quality (eta)
Definition at line 58 of file TB06Reco.h.
Referenced by TB06Tree::check(), reset(), and TB06Tree::store().
Float_t TB06Reco::xSlopeHodo |
hodoscope x slope (eta)
Definition at line 54 of file TB06Reco.h.
Referenced by TB06Tree::check(), reset(), and TB06Tree::store().
Float_t TB06Reco::yECAL |
Float_t TB06Reco::yHodo |
hodoscope y coord (phi)
Definition at line 50 of file TB06Reco.h.
Referenced by TB06Tree::check(), reset(), and TB06Tree::store().
Float_t TB06Reco::yQualityHodo |
hodoscope y quality (eta)
Definition at line 60 of file TB06Reco.h.
Referenced by TB06Tree::check(), reset(), and TB06Tree::store().
Float_t TB06Reco::ySlopeHodo |
hodoscope y slope (eta)
Definition at line 56 of file TB06Reco.h.
Referenced by TB06Tree::check(), reset(), and TB06Tree::store().
Float_t TB06Reco::zECAL |
Float_t TB06Reco::zHodo |