Skip to content

A few changes and optimizations#4765

Merged
jgrosseo merged 2 commits intoAliceO2Group:devfrom
iarsene:dev
Nov 7, 2020
Merged

A few changes and optimizations#4765
jgrosseo merged 2 commits intoAliceO2Group:devfrom
iarsene:dev

Conversation

@iarsene
Copy link
Copy Markdown
Collaborator

@iarsene iarsene commented Nov 5, 2020

  1. VarManager: more variables added
  2. tableMaker
    2.1) included partitions
    2.2) skimmed tables call .reserve()
    2.3) the decisions from track-selection are forwarded to the skimmed track
    2.4) DCA calculations taken from track-extension

@iarsene iarsene requested a review from jgrosseo as a code owner November 5, 2020 10:14
@jgrosseo
Copy link
Copy Markdown
Collaborator

jgrosseo commented Nov 6, 2020

Can you squash this?

@jgrosseo
Copy link
Copy Markdown
Collaborator

jgrosseo commented Nov 6, 2020

(I mean rebase to dev...)

jgrosseo
jgrosseo previously approved these changes Nov 6, 2020
Ionut Arsene added 2 commits November 6, 2020 16:50
Squashed commit of the following:

commit e0ac92b303c6c9dbf4ecadd04a0299d9db566a79
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Fri Nov 6 11:11:31 2020 +0100

    small fix for thr kIsSPDany variable

commit 773b845c684d76717f61f5392c3be2567010e4ac
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Thu Nov 5 16:16:59 2020 +0100

    Call .reserve() for the muon tables

commit 8c7981e7eb092a2f63848d5214f72a99840c1387
Merge: 8a0d37e09a d570677
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Thu Nov 5 09:04:48 2020 +0100

    Merge branch 'dev' of https://github.com/AliceO2Group/AliceO2 into dev

commit 8a0d37e09ac8f615a5000a87667e600a36135bd5
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Thu Nov 5 09:03:45 2020 +0100

    clang fixes

commit 8eaaf21e08815080c91c428a51353e42b4c073d3
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Thu Nov 5 08:59:41 2020 +0100

    track-selection decisions added to the skimmed track filtering tag

commit eab1326d6ed4a5d9ac4dadeabaabf24c0c53cbab
Merge: bf202e00f4 a8a9dab
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Fri Oct 30 22:28:34 2020 +0100

    Merge branch 'dev' of https://github.com/AliceO2Group/AliceO2 into dev

commit bf202e00f4da6c419de5b263e04b3ff3a756e304
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Fri Oct 30 22:13:22 2020 +0100

    Partitions added in tableMaker and other optimizations

commit 0644b00176c1be2c1a4729c9ca64ed9b8426c917
Merge: 233691d4e5 9b7f1f7
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Tue Oct 20 12:21:23 2020 +0200

    Merge branch 'dev' of https://github.com/AliceO2Group/AliceO2 into dev

commit 233691d4e51d0a454a3f9b2a11e690c997f2da3d
Merge: 967c061a93 341158b
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Wed Oct 14 10:22:15 2020 +0200

    Merge branch 'dev' of https://github.com/AliceO2Group/AliceO2 into dev

commit 967c061a937d7d9e4c3611f9b8dc03166cde17ff
Merge: df2aa4e2c9 b60b2ca
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Mon Oct 12 09:30:23 2020 +0200

    Merge branch 'dev' of https://github.com/AliceO2Group/AliceO2 into dev

commit df2aa4e2c92e93713d081bf324c87679d931af95
Merge: b0cd406 baab712
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Fri Oct 9 15:41:33 2020 +0200

    Merge branch 'dev' of https://github.com/AliceO2Group/AliceO2 into dev

commit b0cd406
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Thu Oct 8 16:46:36 2020 +0200

    removed temporarilly the dilepton-hadron analysis task from workflow

commit 32985c2
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Thu Oct 8 15:39:43 2020 +0200

    fixup! Several changes. More variables added in VarManager; TableMaker applies tighter selection track cuts; Output object for histograms changed to take the HistogramManager master histogram list instead of the manager itself.

commit 182829a
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Thu Oct 8 15:32:08 2020 +0200

    Several changes. More variables added in VarManager; TableMaker applies tighter selection track cuts; Output object for histograms
    changed to take the HistogramManager master histogram list instead of the manager itself.

commit 4195887
Merge: ddcf87d 2a6805b
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Thu Oct 8 13:18:19 2020 +0200

    Merge branch 'dev' of https://github.com/AliceO2Group/AliceO2 into dev

commit ddcf87d
Merge: 6a637d5 d39deb0
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Wed Oct 7 12:26:45 2020 +0200

    Merge branch 'dev' of https://github.com/AliceO2Group/AliceO2 into dev

commit 6a637d5
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Thu Sep 17 18:14:41 2020 +0200

    clang

commit e0a7d96
Author: Ionut Arsene <iarsene@cern.ch>
Date:   Thu Sep 17 18:13:27 2020 +0200

    removed tof and tpc pid response from table maker
@jgrosseo jgrosseo merged commit 4e36bd6 into AliceO2Group:dev Nov 7, 2020
tklemenz pushed a commit to tklemenz/AliceO2 that referenced this pull request Nov 12, 2020
EmilGorm pushed a commit to EmilGorm/AliceO2 that referenced this pull request Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants