CMS 3D CMS Logo

TB06Reco.h
Go to the documentation of this file.
1 #ifndef TB06Reco_h
2 #define TB06Reco_h
3 
8 #include "TObject.h"
9 
10 class TB06Reco : public TObject {
11 public:
13  Int_t run;
15  Int_t event;
19  Int_t S6ADC;
20 
22  Int_t MEXTLindex; //.ic() in CMSSW
24  Int_t MEXTLeta;
26  Int_t MEXTLphi;
28  Float_t MEXTLenergy;
30  Float_t beamEnergy;
31 
33  Float_t localMap[7][7];
34 
36  Float_t xECAL;
38  Float_t yECAL;
40  Float_t zECAL;
42  Float_t xHodo;
44  Float_t yHodo;
46  Float_t zHodo;
48  Float_t xSlopeHodo;
50  Float_t ySlopeHodo;
52  Float_t xQualityHodo;
54  Float_t yQualityHodo;
55 
57  Float_t convFactor;
58 
60  void reset();
61 
62  ClassDef(TB06Reco, 4)
63 };
64 
65 #endif
Int_t run
run number
Definition: TB06Reco.h:13
Float_t convFactor
conversion factor from ADC to GeV used
Definition: TB06Reco.h:57
Float_t yHodo
hodoscope y coord (phi)
Definition: TB06Reco.h:44
Float_t localMap[7][7]
energy in 7x7 xtals around the most energetic one
Definition: TB06Reco.h:33
Int_t MEXTLeta
most energetic crystal eta
Definition: TB06Reco.h:24
Float_t zHodo
hodoscope z coord (phi)
Definition: TB06Reco.h:46
Float_t xECAL
ECAL x coord (eta)
Definition: TB06Reco.h:36
Float_t xQualityHodo
hodoscope x quality (eta)
Definition: TB06Reco.h:52
Int_t event
event number
Definition: TB06Reco.h:15
Float_t MEXTLenergy
most energetic crystal energy
Definition: TB06Reco.h:28
Float_t zECAL
ECAL z coord (phi)
Definition: TB06Reco.h:40
Float_t xSlopeHodo
hodoscope x slope (eta)
Definition: TB06Reco.h:48
Int_t MEXTLphi
most energetic crystal phi
Definition: TB06Reco.h:26
Float_t yECAL
ECAL y coord (phi)
Definition: TB06Reco.h:38
Float_t beamEnergy
energy of the beam
Definition: TB06Reco.h:30
void reset()
set all the values to 0
Definition: TB06Reco.cc:8
Int_t tableIsMoving
if the table is moving
Definition: TB06Reco.h:17
Int_t MEXTLindex
most energetic crystal index
Definition: TB06Reco.h:22
Int_t S6ADC
ADC output of the S6 integrated signal.
Definition: TB06Reco.h:19
Float_t yQualityHodo
hodoscope y quality (eta)
Definition: TB06Reco.h:54
Float_t ySlopeHodo
hodoscope y slope (eta)
Definition: TB06Reco.h:50
Float_t xHodo
hodoscope x coord (eta)
Definition: TB06Reco.h:42