Belle II Software development
|
A struct to define the sensors group we average over. More...
Public Attributes | |
TString | nameSuffix |
Suffix of the name of the histograms. | |
TString | titleSuffix |
Suffix for the title of the canvases. | |
const char * | pvMiddle |
Middle part of the PV name. | |
int | nStrips |
Total number of strips in the sensor group. | |
A struct to define the sensors group we average over.
See Belle2::SVD::SVDDQMDoseModule::SensorGroup.
Definition at line 55 of file DQMHistAnalysisSVDDose.h.
TString nameSuffix |
Suffix of the name of the histograms.
Definition at line 56 of file DQMHistAnalysisSVDDose.h.
int nStrips |
Total number of strips in the sensor group.
Definition at line 59 of file DQMHistAnalysisSVDDose.h.
const char* pvMiddle |
Middle part of the PV name.
See also m_pvPrefix and m_pvSuffix.
Definition at line 58 of file DQMHistAnalysisSVDDose.h.
TString titleSuffix |
Suffix for the title of the canvases.
Definition at line 57 of file DQMHistAnalysisSVDDose.h.