Skip to content

Commit 44e6b6b

Browse files
committed
Added background computations for the k892hadronphoton
1 parent f8b07da commit 44e6b6b

4 files changed

Lines changed: 777 additions & 9 deletions

File tree

PWGLF/TableProducer/Strangeness/sigma0builder.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ struct sigma0builder {
312312
} genSelections;
313313

314314
struct : ConfigurableGroup {
315-
// base properties
315+
// base properties
316316
std::string prefix = "axisConfig"; // JSON group name
317317
ConfigurableAxis axisPt{"axisPt", {VARIABLE_WIDTH, 0.0f, 0.1f, 0.2f, 0.3f, 0.4f, 0.5f, 0.6f, 0.7f, 0.8f, 0.9f, 1.0f, 1.1f, 1.2f, 1.3f, 1.4f, 1.5f, 1.6f, 1.7f, 1.8f, 1.9f, 2.0f, 2.2f, 2.4f, 2.6f, 2.8f, 3.0f, 3.2f, 3.4f, 3.6f, 3.8f, 4.0f, 4.4f, 4.8f, 5.2f, 5.6f, 6.0f, 6.5f, 7.0f, 7.5f, 8.0f, 9.0f, 10.0f, 11.0f, 12.0f, 13.0f, 14.0f, 15.0f, 17.0f, 19.0f, 21.0f, 23.0f, 25.0f, 30.0f, 35.0f, 40.0f, 50.0f}, "pt axis for analysis"};
318318
ConfigurableAxis axisCentrality{"axisCentrality", {VARIABLE_WIDTH, 0.0f, 5.0f, 10.0f, 20.0f, 30.0f, 40.0f, 50.0f, 60.0f, 70.0f, 80.0f, 90.0f, 100.0f, 110.0f}, "Centrality"};
@@ -403,7 +403,7 @@ struct sigma0builder {
403403
}
404404
histos.get<TH1>(HIST("hEventSelection"))->GetXaxis()->SetBinLabel(19, "Below min IR");
405405
histos.get<TH1>(HIST("hEventSelection"))->GetXaxis()->SetBinLabel(20, "Above max IR");
406-
406+
407407
if (fGetIR) {
408408
histos.add("GeneralQA/hRunNumberNegativeIR", "", kTH1D, {{1, 0., 1.}});
409409
histos.add("GeneralQA/hInteractionRate", "hInteractionRate", kTH1D, {axisConfig.axisIRBinning});

PWGLF/Tasks/Resonances/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ o2physics_add_dpl_workflow(k892hadronphoton
315315
COMPONENT_NAME Analysis)
316316

317317
o2physics_add_dpl_workflow(k892hadronphotonbkg
318-
SOURCES k892hadronphotonBkg.cxx
318+
SOURCES K892hadronphotonBkg.cxx
319319
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::AnalysisCCDB
320320
COMPONENT_NAME Analysis)
321321

0 commit comments

Comments
 (0)