Skip to content

Fix cascade issues in analysis - #180

Merged
jgrosseo merged 6 commits into
AliceO2Group:masterfrom
ddobrigk:master
Oct 18, 2021
Merged

Fix cascade issues in analysis #180
jgrosseo merged 6 commits into
AliceO2Group:masterfrom
ddobrigk:master

Conversation

@ddobrigk

Copy link
Copy Markdown
Collaborator

@ddobrigk
ddobrigk requested review from a team, iarsene, jgrosseo and ktf as code ownersOctober 12, 2021 19:01
Comment threadPWGLF/TableProducer/cascadebuilder.cxx Outdated
@iarsene

Copy link
Copy Markdown
Collaborator

The PR is fine with me, but the o2 test crashed and it seems genuine.


//Configurables
Configurable<double> d_bz{"d_bz", -5.0, "bz field"};
Configurable<bool> d_UseAbsDCA{"d_UseAbsDCA", kTRUE, "Use Abs DCAs"};

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid using ROOT's kTRUE

@aalkin

Copy link
Copy Markdown
Member

The warning (that would actually be an error when compiling with clang) is unrelated and is fixed by #182.

@iarsene

Copy link
Copy Markdown
Collaborator

The test fails due to an error, not a warning, and its at the line where you two were discussing. I think the kTRUE might be the problem. I also think one should use "true".

@@ -91,104 +90,99 @@ struct cascadeprefilterpairs {
Configurable<bool> tpcrefit{"tpcrefit", 1, "demand TPC refit"};

@jgrosseojgrosseoOct 13, 2021

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also true here

@ddobrigk

Copy link
Copy Markdown
CollaboratorAuthor

Okay, I think everything has been taken care of - right? Please let me know if there's any other action required! Thanks!

@jgrosseojgrosseo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything fine but waiting for refiltering of data.

@jgrosseo
jgrosseo merged commit 8cc6ef6 into AliceO2Group:masterOct 18, 2021
ddobrigk added a commit that referenced this pull request Oct 27, 2023
* Add example derived data skeletons
* derived data example fixes
* Please consider the following formatting changes (#180)
---------
Co-authored-by: David Dobrigkeit Chinellato <david.dobrigkeit.chinellato.cern.ch>
Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
christianreckziegel pushed a commit to christianreckziegel/O2Physics that referenced this pull request Nov 9, 2023
* Add example derived data skeletons
* derived data example fixes
* Please consider the following formatting changes (AliceO2Group#180)
---------
Co-authored-by: David Dobrigkeit Chinellato <david.dobrigkeit.chinellato.cern.ch>
Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
chengtt0406 pushed a commit to chengtt0406/O2Physics that referenced this pull request Dec 6, 2023
* Add example derived data skeletons
* derived data example fixes
* Please consider the following formatting changes (AliceO2Group#180)
---------
Co-authored-by: David Dobrigkeit Chinellato <david.dobrigkeit.chinellato.cern.ch>
Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
Sign up for freeto 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.

4 participants

@ddobrigk@iarsene@aalkin@jgrosseo