Skip to content
Snippets Groups Projects

Draft: Read SMOG condition via functors

Closed Saverio Mariani requested to merge samarian_smog_functor into master
1 unresolved thread

Functors interpreting SMOG conditions from DeLHCb, grouped here in a functor collection

Depends on Detector!421 (merged) and LHCb!4359 (closed), goes with DaVinci!997 (merged) and Rec!3658 (merged)

Edited by Abhijit Mathad

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
  • Abhijit Mathad changed the description

    changed the description

  • assigned to @samarian

  • Abhijit Mathad requested review from @amathad and @erodrigu

    requested review from @amathad and @erodrigu

  • Saverio Mariani added 1 commit

    added 1 commit

    Compare with previous version

  • Saverio Mariani resolved all threads

    resolved all threads

    • Hi @samarian , We are retiring the Analysis master. Could you follow these instructions to move this MR to DV, by Wednesday next week?

      Move ongoing (unmerged) work to DaVinci

      You can rebase your unmerged branches on top of DaVinci and open MRs there. First, add Analysis as a remote in your DaVinci clone:

      git clone ssh://git@gitlab.cern.ch:7999/lhcb/DaVinci.git
      cd DaVinci
      git remote add Analysis ssh://git@gitlab.cern.ch:7999/lhcb/Analysis.git
      git fetch Analysis
      git fetch origin

      And then rebase the Analysis commits in your branch (e.g. AM_test) onto the master of DaVinci:

      # interactive rebase: you can just save the default list
      git rebase -i --onto origin/master Analysis/master Analysis/AM_test
      # create a new branch on the rebased commits and push
      git checkout -b AM_test
      git push -u origin AM_test

      In case you want to rebase onto another DaVinci branch (merge a Analysis and a DaVinci MR), first rebase the DaVinci branch onto the latest master, push it, and then use the following slight variation of the rebase above:

      git rebase -i --onto origin/AM_test Analysis/master Analysis/AM_test
    • Author Developer

      Branch successfully ported to DaVinci (see comparison with DV master). Once the development on this will restart, I'll reopen the MR in DV.

    • Please register or sign in to reply
  • Please register or sign in to reply
    Loading