Implement SCTHitEffMonAlg (ATLASDQ-679)
Implement SCTHitEffMonAlg by starting from !30656 (37752aa5)
I ran the q431 job with 200 events with the old SCTHitEffMonTool and the new SCTHitEffMonAlg. Comparison plots are made by compErrHists.C.
The results are identical except for "/SCT/GENERAL/eff/SctEffDistribution" (fist page top left one). The histogram is filled by post processing, it is not implemented in SCTHitEffMonAlg now.
I also cleaned up SCTHitEffMonTool:
- Remove unused options including
m_detailed
andm_superDetailed
- Remove unused histograms
- Avoid redundant histogram name/title definitions including a bug fix on
mapName
-
mapName = {"m_effm_", "m_eff_", "m_effp_"}
inbookHistograms()
-
mapName = {"m_eff_", "eff_", "p_eff_"}
inbookHistogramsRecurrent()
-
- Remove ChronoStatSvc stuff
- Remove fixes for 2008 cosmic runs
Edited by Susumu Oda