Skip to content
Snippets Groups Projects

Draft: DrellYan Low Mass Prompt Comm23

Closed Ozgur Durmus requested to merge odurmus/DrellYan_SuperLiason into master
4 unresolved threads

Related to LHCb-QEE/qee-hlt-run3#32

DrellYan process with Comm23 data, with the following HLT2 lines:

['Hlt2QEE_DiMuon_DrellYan_LowMass_OS_Prompt', 'Hlt2QEE_DiMuon_DrellYan_LowMass_SS_Prompt']

Instructions

When creating your merge request:

  • Add a label for your WG
  • Mark as "Draft:" until you're happy with the CI results
  • If the merge request supersedes a previous one, add a comment at the end of the header: (supersedes !<MR number>). Please state explicitly in the description if the superseded ntuples can be deleted immediately, or after the new merge request is finalised

When ready:

  • Remove the "Draft:" from the title:
  • Assign the merge request to you working group's DPA/RTA liaison

To find your working group's DPA/RTA liaison, see this page:

https://twiki.cern.ch/twiki/bin/viewauth/LHCbPhysics/LHCbWGLiaisons

Edited by Ozgur Durmus

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
4 # This software is distributed under the terms of the GNU General Public #
5 # Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
6 # #
7 # In applying this licence, CERN does not waive the privileges and immunities #
8 # granted to it by virtue of its status as an Intergovernmental Organization #
9 # or submit itself to any jurisdiction. #
10 ###############################################################################
11
12 from DrellYan_sliaison.tupling_funcs_data import (
13 make_composite_variables,
14 make_basic_variables,
15 make_hlt_event_variables,
16 make_track_variables,
17 Funtuple_with_filter,
18 make_neutral_variables,
19 )
  • Comment on lines +15 to +19

    Could you remove the code for make_hlt_event_variables and make_neutral_variables from the imports here and from tupling_funcs_data.py please? It looks like they are unused, so it would be good to de-clutter.

  • Please register or sign in to reply
  • 31 from DaVinci.algorithms import create_lines_filter
    32 from PyConf.reading import (
    33 get_pvs,
    34 get_pvs_v1,
    35 get_particles,
    36 get_rec_summary,
    37 get_charged_protoparticles,
    38 get_neutral_protoparticles,)
    39 ####
    40
    41 metainfo_repos.global_bind(extra_central_tags=['commissioning'])
    42
    43 Hlt1_decisions = [
    44 'Hlt1TrackMVADecision', 'Hlt1TwoTrackMVADecision',
    45 'Hlt1SingleHighPtMuonDecision','Hlt1DiMuonHighMassDecision',
    46 'Hlt1TrackMuonMVADecision'
  • Closing this one now !688 (merged) is submitted, following discussion above.

  • Please register or sign in to reply
    Loading