CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TB06Reco.cc
Go to the documentation of this file.
2 
3 /*
4  $Date: 2006/08/15 10:21:24 $
5  $Revision: 1.2 $
6  $Id: TB06Reco.cc,v 1.2 2006/08/15 10:21:24 govoni Exp $
7  $Author: govoni $
8 */
9 
10 //FIXME ClassImp (TB06Reco)
11 
13 {
14  run = 0 ;
15  event = 0 ;
16  tableIsMoving = 0 ;
17  S6ADC = 0 ;
18 
19  MEXTLindex = 0 ;
20  MEXTLeta = 0 ;
21  MEXTLphi = 0 ;
22  MEXTLenergy = 0. ;
23  beamEnergy = 0. ;
24 
25  for (int eta = 0 ; eta<7 ; ++eta)
26  for (int phi = 0 ; phi<7 ; ++phi)
27  localMap[eta][phi] = 0. ;
28 
29  xECAL = 0. ;
30  yECAL = 0. ;
31  zECAL = 0. ;
32  xHodo = 0. ;
33  yHodo = 0. ;
34  zHodo = 0. ;
35  xSlopeHodo = 0. ;
36  ySlopeHodo = 0. ;
37  xQualityHodo = 0. ;
38  yQualityHodo = 0. ;
39 
40  convFactor = 0. ;
41 }
42 
Int_t run
run number
Definition: TB06Reco.h:19
Float_t convFactor
conversion factor from ADC to GeV used
Definition: TB06Reco.h:63
Float_t yHodo
hodoscope y coord (phi)
Definition: TB06Reco.h:50
Float_t localMap[7][7]
energy in 7x7 xtals around the most energetic one
Definition: TB06Reco.h:39
T eta() const
Int_t MEXTLeta
most energetic crystal eta
Definition: TB06Reco.h:30
Float_t zHodo
hodoscope z coord (phi)
Definition: TB06Reco.h:52
Float_t xECAL
ECAL x coord (eta)
Definition: TB06Reco.h:42
Float_t xQualityHodo
hodoscope x quality (eta)
Definition: TB06Reco.h:58
Float_t MEXTLenergy
most energetic crystal energy
Definition: TB06Reco.h:34
Float_t zECAL
ECAL z coord (phi)
Definition: TB06Reco.h:46
Float_t xSlopeHodo
hodoscope x slope (eta)
Definition: TB06Reco.h:54
Int_t MEXTLphi
most energetic crystal phi
Definition: TB06Reco.h:32
Float_t yECAL
ECAL y coord (phi)
Definition: TB06Reco.h:44
Float_t beamEnergy
energy of the beam
Definition: TB06Reco.h:36
void reset()
set all the values to 0
Definition: TB06Reco.cc:12
Int_t tableIsMoving
if the table is moving
Definition: TB06Reco.h:23
Int_t MEXTLindex
most energetic crystal index
Definition: TB06Reco.h:28
Int_t S6ADC
ADC output of the S6 integrated signal.
Definition: TB06Reco.h:25
Float_t yQualityHodo
hodoscope y quality (eta)
Definition: TB06Reco.h:60
Float_t ySlopeHodo
hodoscope y slope (eta)
Definition: TB06Reco.h:56
Float_t xHodo
hodoscope x coord (eta)
Definition: TB06Reco.h:48
Definition: DDAxes.h:10