CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TB06Reco.h
Go to the documentation of this file.
1 #ifndef TB06Reco_h
2 #define TB06Reco_h
3 
12 #include "TObject.h"
13 
14 class TB06Reco : public TObject
15 {
16  public:
17 
19  Int_t run ;
21  Int_t event ;
23  Int_t tableIsMoving ;
25  Int_t S6ADC ;
26 
28  Int_t MEXTLindex ; //.ic() in CMSSW
30  Int_t MEXTLeta ;
32  Int_t MEXTLphi ;
34  Float_t MEXTLenergy ;
36  Float_t beamEnergy ;
37 
39  Float_t localMap[7][7] ;
40 
42  Float_t xECAL ;
44  Float_t yECAL ;
46  Float_t zECAL ;
48  Float_t xHodo ;
50  Float_t yHodo ;
52  Float_t zHodo ;
54  Float_t xSlopeHodo ;
56  Float_t ySlopeHodo ;
58  Float_t xQualityHodo ;
60  Float_t yQualityHodo ;
61 
63  Float_t convFactor ;
64 
66  void reset () ;
67 
68  ClassDef (TB06Reco,4)
69  };
70 
71 #endif
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
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
Int_t event
event number
Definition: TB06Reco.h:21
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