Skip to content

Commit 69dff00

Browse files
rolavickalibuild
andauthored
[PWGUD] New personal task to run over forward tracks (#16140)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 94f2251 commit 69dff00

3 files changed

Lines changed: 581 additions & 4 deletions

File tree

PWGUD/TableProducer/upcCandProducerGlobalMuon.cxx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,11 @@ struct UpcCandProducerGlobalMuon {
143143
// NEW: Add histograms for global track monitoring
144144
const AxisSpec axisTrackType{5, -0.5, 4.5, "Track Type"};
145145
histRegistry.add("hTrackTypes", "Track type distribution", kTH1F, {axisTrackType});
146-
histRegistry.get<TH1>(HIST("hTrackTypes"))->GetXaxis()->SetBinLabel(1, "MuonStandalone");
147-
histRegistry.get<TH1>(HIST("hTrackTypes"))->GetXaxis()->SetBinLabel(2, "MCHStandalone");
148-
histRegistry.get<TH1>(HIST("hTrackTypes"))->GetXaxis()->SetBinLabel(3, "GlobalMuon");
149-
histRegistry.get<TH1>(HIST("hTrackTypes"))->GetXaxis()->SetBinLabel(4, "GlobalFwd");
146+
histRegistry.get<TH1>(HIST("hTrackTypes"))->GetXaxis()->SetBinLabel(1, "GlobalMuonTrack");
147+
histRegistry.get<TH1>(HIST("hTrackTypes"))->GetXaxis()->SetBinLabel(2, "GlobalMuonTrackOtherMatch");
148+
histRegistry.get<TH1>(HIST("hTrackTypes"))->GetXaxis()->SetBinLabel(3, "GlobalForwardTrack");
149+
histRegistry.get<TH1>(HIST("hTrackTypes"))->GetXaxis()->SetBinLabel(4, "MuonStandaloneTrack");
150+
histRegistry.get<TH1>(HIST("hTrackTypes"))->GetXaxis()->SetBinLabel(5, "MCHStandaloneTrack");
150151

151152
const AxisSpec axisEta{100, -4.0, -2.0, "#eta"};
152153
histRegistry.add("hEtaGlobal", "Global track eta", kTH1F, {axisEta});

PWGUD/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ o2physics_add_dpl_workflow(fwd-muons-upc
204204
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGPIDSelector
205205
COMPONENT_NAME Analysis)
206206

207+
o2physics_add_dpl_workflow(upc-fwd-jpsi-rl
208+
SOURCES upcFwdJpsiRl.cxx
209+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGPIDSelector
210+
COMPONENT_NAME Analysis)
211+
207212
o2physics_add_dpl_workflow(upc-event-itsrof-counter
208213
SOURCES upcEventITSROFcounter.cxx
209214
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::AnalysisCCDB

0 commit comments

Comments
 (0)