CMS 3D CMS Logo

APVGainStruct.h
Go to the documentation of this file.
1 #ifndef CALIBTRACKER_SISTRIPCHANNELGAIN_STAPVGAIN_H
2 #define CALIBTRACKER_SISTRIPCHANNELGAIN_STAPVGAIN_H
3 
4 class TH1F;
5 
6 struct stAPVGain{
7  unsigned int Index;
8  int Bin;
9  unsigned int DetId;
10  unsigned int APVId;
11  unsigned int SubDet;
12  float x;
13  float y;
14  float z;
15  float Eta;
16  float R;
17  float Phi;
18  float Thickness;
19  double FitMPV;
20  double FitMPVErr;
21  double FitWidth;
22  double FitWidthErr;
23  double FitChi2;
24  double FitNorm;
25  double Gain;
26  double CalibGain;
27  double PreviousGain;
29  double NEntries;
30  TH1F* HCharge;
31  TH1F* HChargeN;
32  bool isMasked;
33 };
34 
36 
37 #endif
double FitMPV
Definition: APVGainStruct.h:19
double PreviousGainTick
Definition: APVGainStruct.h:28
unsigned int APVId
Definition: APVGainStruct.h:10
float Thickness
Definition: APVGainStruct.h:18
unsigned int DetId
Definition: APVGainStruct.h:9
bool isMasked
Definition: APVGainStruct.h:32
double FitWidth
Definition: APVGainStruct.h:21
double Gain
Definition: APVGainStruct.h:25
double PreviousGain
Definition: APVGainStruct.h:27
unsigned int Index
Definition: APVGainStruct.h:7
double FitNorm
Definition: APVGainStruct.h:24
double CalibGain
Definition: APVGainStruct.h:26
double FitMPVErr
Definition: APVGainStruct.h:20
double FitChi2
Definition: APVGainStruct.h:23
double NEntries
Definition: APVGainStruct.h:29
statistic_type
Definition: APVGainStruct.h:35
TH1F * HChargeN
Definition: APVGainStruct.h:31
unsigned int SubDet
Definition: APVGainStruct.h:11
TH1F * HCharge
Definition: APVGainStruct.h:30
double FitWidthErr
Definition: APVGainStruct.h:22