Skip to content
Snippets Groups Projects

Draft: Moore muon moni

Closed Patrizia De Simone requested to merge MooreMuonMoni into master
3 unresolved threads

Added Moore/Hlt/RecoConf/python/RecoConf/muonPID_data_monitoring.py to configure the new class Rec/Muon/MuonPIDChecker/src/MuonMonitorAlg.cpp The class MuonMonitorAlg.cpp fills few histograms to monitor the MuonID after Hlt2 reconstruction.

Modified Moore/Hlt/RecoConf/python/RecoConf/standalone.py to call the new MuonID monitoring.

Edited by Alex Pearce

Merge request reports

Pipeline #2731794 failed

Pipeline failed for dcbca373 on MooreMuonMoni

Requires 1 approval from eligible users.

Closed by Sebastien PonceSebastien Ponce 2 years ago (Jul 1, 2022 3:52pm UTC)

Merge details

  • The changes were not merged into master.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
280 282 }
281 283 data += get_track_checkers(types_and_locations_for_checkers)
282 284
285 # Add Muon
286 muon_pids = make_muon_id_hlt2(best_tracks)
287 # MuonChi2MatchTool is not thread-safe, so we cannot run this by default at the moment.
288 data += [muon_pids]
  • The comment says we cannot run this by default, but here you are running the algorithm. Is the algorithm now thread safe? Is it safe to always run it?

  • Please register or sign in to reply
  • 392 397 }
    393 398 data += get_track_checkers(types_and_locations_for_checkers)
    394 399
    400 # Add Muon
    401 muon_pids = make_muon_id_hlt2(all_best_tracks)
    402 # MuonChi2MatchTool is not thread-safe, so we cannot run this by default at the moment.
    403 data += [muon_pids]
  • assigned to @rvazquez

  • Alex Pearce marked this merge request as draft

    marked this merge request as draft

  • Hi @rvazquez and @apearce ! Which is the status of the clean up that @rvazquez was talking about ? Is this MR still a draft ? Thanks a lot :) !!

  • Hi @apearce and @rvazquez. Can you please update me about the status of this merge request ? Thanks a lot ! It looks that there are merge conflicts .. I did not touch/change nothing ..

  • reopened

  • Patrizia De Simone mentioned in merge request !684 (closed)

    mentioned in merge request !684 (closed)

  • added RTA label

  • mentioned in merge request !1600 (merged)

  • Please register or sign in to reply
    Loading