8 #ifndef QC_MODULE_MUONCHAMBERS_GLOBALHISTOGRAM_H     9 #define QC_MODULE_MUONCHAMBERS_GLOBALHISTOGRAM_H    16 namespace quality_control_modules
    18 namespace muonchambers
    24   void getDeCenter(
int de, 
float& xB0, 
float& yB0, 
float& xNB0, 
float& yNB0);
    25   void getDeCenterST3(
int de, 
float& xB0, 
float& yB0, 
float& xNB0, 
float& yNB0);
    26   void getDeCenterST4(
int de, 
float& xB0, 
float& yB0, 
float& xNB0, 
float& yNB0);
    27   void getDeCenterST5(
int de, 
float& xB0, 
float& yB0, 
float& xNB0, 
float& yNB0);
    35   void add(std::map<int, TH2F*>& histB, std::map<int, TH2F*>& histNB);
    38   void set_includeNull(std::map<int, TH2F*>& histB, std::map<int, TH2F*>& histNB);
    41   void set(std::map<int, TH2F*>& histB, std::map<int, TH2F*>& histNB, 
bool doAverage = 
true, 
bool includeNullBins = 
false);
    48 #endif // QC_MODULE_MUONCHAMBERS_GLOBALHISTOGRAM_H 
Definition: GlobalHistogram.h:21