![]() |
Belle II Software release-09-00-03
|
A struct to define non-trivial histograms in a human-readable way. More...
Public Attributes | |
| const char * | nameSuffix |
| The name will be "SVDInstOccupancy_@nameSuffix@side". | |
| const char * | titleSuffix |
| The title will be "SVD Instantaneous Occupancy @titleSuffix @side;Occupancy [%];Count / bin". | |
| int | nBins |
| The number of bins for the instantaneous occupancy histo. | |
| double | xMin |
| The lower limit for the instantaneous occupancy histo. | |
| double | xMax |
| The upper limit for the instantaneous occupancy histo. | |
| std::function< bool(const VxdID &)> | contains |
| Function that says if a sensor is in this group. | |
| int | nStripsU = 0 |
| Total number of U-side strips in this group. | |
A struct to define non-trivial histograms in a human-readable way.
Definition at line 62 of file SVDDQMDoseModule.h.
| std::function<bool(const VxdID&)> contains |
Function that says if a sensor is in this group.
Definition at line 74 of file SVDDQMDoseModule.h.
| const char* nameSuffix |
The name will be "SVDInstOccupancy_@nameSuffix@side".
Definition at line 64 of file SVDDQMDoseModule.h.
| int nBins |
The number of bins for the instantaneous occupancy histo.
Definition at line 68 of file SVDDQMDoseModule.h.
|
mutable |
Total number of U-side strips in this group.
Set to zero, will be computed in initialize().
Definition at line 76 of file SVDDQMDoseModule.h.
| const char* titleSuffix |
The title will be "SVD Instantaneous Occupancy @titleSuffix @side;Occupancy [%];Count / bin".
Definition at line 66 of file SVDDQMDoseModule.h.
| double xMax |
The upper limit for the instantaneous occupancy histo.
Definition at line 72 of file SVDDQMDoseModule.h.
| double xMin |
The lower limit for the instantaneous occupancy histo.
Definition at line 70 of file SVDDQMDoseModule.h.