Skip to content
Snippets Groups Projects
Commit 99a7e628 authored by Hass AbouZeid's avatar Hass AbouZeid Committed by Atlas Nightlybuild
Browse files

Merge branch '21.0-pixmon-bugfix-postprocess' into '21.0'

fix postprocessing normalization

See merge request !2582
parent 96ee8614
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ namespace dqutils {
}
const static int nlayer = 8;
float nevents = h_norm->Integral();
float nevents = h_norm->Integral(0,h_norm->GetNbinsX()+1);
TString layerName[nlayer] = {"IBL", "B0", "B1", "B2", "ECA", "ECC", "IBL2D", "IBL3D"};
float npixel[nlayer] = {26880, 46080, 46080, 46080, 46080, 46080, 26880, 26880};
float nmodule[nlayer] = {280., 286., 494., 676., 144., 144., 168., 112.};
......
......@@ -30,7 +30,7 @@ if doAllHits:
do2DMaps = True, #Turn on/off the sets of 2D module maps
doModules = doAllHitsModules, #Turn on/off the sets of 1744 module histograms (for dqmf)
doFEChipSummary = False, #Turn on/off the 1744 module FE chip summary histograms (low memory version of doModules)
doLowOccupancy = True, #Turn on/off histograms with binning for cosmics/single beam
doLowOccupancy = False, #Turn on/off histograms with binning for cosmics/single beam
doHighOccupancy = True, #Turn on/off histograms with binning for collisions
doRodSim = False, #Turn on/off histograms specific for the rod simulator
doDetails = False, #Turn on/off the set of histograms with detailed info for 4 modules
......@@ -85,7 +85,7 @@ if doHitsOnTrack:
do2DMaps = True , #Turn on/off the sets of 2D module maps
doModules = False, #Turn on/off the sets of 1744 module histograms (for dqmf)
doFEChipSummary = False, #Turn on/off the 1744 module FE chip summary histograms (low memory version of doModules)
doLowOccupancy = True, #Turn on/off histograms with binning for cosmics/single beam
doLowOccupancy = False, #Turn on/off histograms with binning for cosmics/single beam
doHighOccupancy = True, #Turn on/off histograms with binning for collisions
doRodSim = False, #Turn on/off histograms specific for the rod simulator
doDetails = False, #Turn on/off the set of histograms with detailed info for 4 modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment