Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PWGLF] Configurables for eta range selection and THnSparse in spectarTOF.cxx #3047

Merged
merged 7 commits into from
Jul 13, 2023

Conversation

jloemker
Copy link
Contributor

Hi @njacazio ,

here are two additional configurables to select a certain eta range for the analysis and the modification for the nsigmaTPCTOF to use the THnSparse.
Let me know if I should change something (or add more to the task).

Best,
Johanna

@@ -44,7 +44,9 @@ using namespace o2::framework::expressions;
struct tofSpectra {
Configurable<float> cfgNSigmaCut{"cfgNSigmaCut", 3, "Value of the Nsigma cut"};
Configurable<float> cfgCutVertex{"cfgCutVertex", 10.0f, "Accepted z-vertex range"};
Configurable<float> cfgCutEta{"cfgCutEta", 0.8f, "Eta range for tracks"};
Configurable<float> cfgCutEtaMax{"cfgCutEtaMax", 0.8f, "Max eta range for tracks"};
Configurable<float> cfgCutEtaMin{"cfgCutEtaMin", 0.8f, "Min eta range for tracks"};
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hi @jloemker can't you remove the absolute value in the check and put -0.8 in the configurable, it's not obvious that it will be symmetrical

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @njacazio ,

I included your suggestion and added one more histogram for the eta distribution of the tracks in the collision (processDerived).

Many Thanks !

njacazio
njacazio previously approved these changes Jul 12, 2023
@njacazio njacazio enabled auto-merge (squash) July 12, 2023 15:15
@alibuild
Copy link
Collaborator

Error while checking build/O2Physics/o2 for bec1922 at 2023-07-12 17:40:

No log files found

Full log here.

auto-merge was automatically disabled July 12, 2023 16:47

Head branch was pushed to by a user without write access

@alibuild
Copy link
Collaborator

Error while checking build/O2Physics/o2 for 29e1601 at 2023-07-12 19:05:

No log files found

Full log here.

@njacazio
Copy link
Collaborator

I think CI is spurious

@njacazio njacazio enabled auto-merge (squash) July 13, 2023 05:58
@njacazio njacazio merged commit eea0dbd into AliceO2Group:master Jul 13, 2023
joonsukbae pushed a commit to joonsukbae/O2Physics that referenced this pull request Jul 14, 2023
…rTOF.cxx (AliceO2Group#3047)

* confugurables for eta range and THnSparse

* clang formatting for PR

* include suggestions for eta range and eta track histogram

* Extend binning of nsigma

- Streamline

* fix dervied tables

* adjust max,min binning

---------

Co-authored-by: Nicolò Jacazio <nicolo.jacazio@cern.ch>
hahassan7 pushed a commit to hahassan7/O2Physics that referenced this pull request Oct 6, 2023
…rTOF.cxx (AliceO2Group#3047)

* confugurables for eta range and THnSparse

* clang formatting for PR

* include suggestions for eta range and eta track histogram

* Extend binning of nsigma

- Streamline

* fix dervied tables

* adjust max,min binning

---------

Co-authored-by: Nicolò Jacazio <nicolo.jacazio@cern.ch>
hahassan7 pushed a commit to hahassan7/O2Physics that referenced this pull request Oct 7, 2023
…rTOF.cxx (AliceO2Group#3047)

* confugurables for eta range and THnSparse

* clang formatting for PR

* include suggestions for eta range and eta track histogram

* Extend binning of nsigma

- Streamline

* fix dervied tables

* adjust max,min binning

---------

Co-authored-by: Nicolò Jacazio <nicolo.jacazio@cern.ch>
zconesa pushed a commit to zconesa/O2Physics that referenced this pull request Oct 27, 2023
…rTOF.cxx (AliceO2Group#3047)

* confugurables for eta range and THnSparse

* clang formatting for PR

* include suggestions for eta range and eta track histogram

* Extend binning of nsigma

- Streamline

* fix dervied tables

* adjust max,min binning

---------

Co-authored-by: Nicolò Jacazio <nicolo.jacazio@cern.ch>
chengtt0406 pushed a commit to chengtt0406/O2Physics that referenced this pull request Dec 6, 2023
…rTOF.cxx (AliceO2Group#3047)

* confugurables for eta range and THnSparse

* clang formatting for PR

* include suggestions for eta range and eta track histogram

* Extend binning of nsigma

- Streamline

* fix dervied tables

* adjust max,min binning

---------

Co-authored-by: Nicolò Jacazio <nicolo.jacazio@cern.ch>
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.

3 participants