Skip to content

Commit 23d1946

Browse files
authored
[EMCAL-525] Add SM lines to all SM histos (#2518)
* [EMCAL-767] change timestamps from current to trigger * [EMCAL-525] Add SM lines to all SM histos * [EMCAL-525] clang fixes
1 parent 7f5516b commit 23d1946

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Modules/EMCAL/include/EMCAL/CellTask.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "CommonDataFormat/RangeReference.h"
2525
#include "Headers/DataHeader.h"
2626
#include "DataFormatsEMCAL/TriggerRecord.h"
27+
#include "QualityControl/PostProcessingInterface.h"
2728

2829
class TH1;
2930
class TH2;

Modules/EMCAL/src/CellTask.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#include <Framework/InputRecord.h>
3939
#include <Framework/InputRecordWalker.h>
4040
#include <CommonConstants/Triggers.h>
41+
#include "EMCAL/DrawGridlines.h"
4142
#include <set>
4243

4344
namespace o2::quality_control_modules::emcal
@@ -1051,6 +1052,9 @@ void CellTask::CellHistograms::fillHistograms(const o2::emcal::Cell& cell, bool
10511052
} catch (o2::emcal::InvalidCellIDException& e) {
10521053
ILOG(Info, Support) << "Invalid cell ID: " << e.getCellID() << ENDM;
10531054
}
1055+
1056+
o2::quality_control_modules::emcal::DrawGridlines::DrawSMGridInTriggerGeo(mCellOccupancyThr);
1057+
o2::quality_control_modules::emcal::DrawGridlines::DrawSMGridInTriggerGeo(mCellOccupancyThrBelow);
10541058
}
10551059

10561060
void CellTask::CellHistograms::countEvent()

0 commit comments

Comments
 (0)