Skip to content

helper to get nominal L3 field#7506

Merged
jgrosseo merged 3 commits into
AliceO2Group:devfrom
jgrosseo:dev
Nov 5, 2021
Merged

helper to get nominal L3 field#7506
jgrosseo merged 3 commits into
AliceO2Group:devfrom
jgrosseo:dev

Conversation

@jgrosseo
Copy link
Copy Markdown
Collaborator

@jgrosseo jgrosseo commented Nov 3, 2021

No description provided.

Comment on lines +162 to +163
int8_t mNominalL3Field = 0; ///< Nominal L3 field deduced from mL3Current
bool mNominalL3FieldValid = false; ///< Has the field been computed (for caching)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

fine for me, but please make it

int8_t mNominalL3Field = 0;        //!  Nominal L3 field deduced from mL3Current
bool mNominalL3FieldValid = false; //! Has the field been computed (for caching)

to not store on-line values.
Note that this object will be eventually discarded, @chiarazampolli splits is to a few objects according to data provenance: #7287

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Done. @chiarazampolli can you port also this addition, then?

@jgrosseo jgrosseo marked this pull request as ready for review November 3, 2021 14:27
Comment thread DataFormats/Parameters/include/DataFormatsParameters/GRPObject.h Outdated
Co-authored-by: wiechula <11199190+wiechula@users.noreply.github.com>
@jgrosseo jgrosseo merged commit eccc003 into AliceO2Group:dev Nov 5, 2021
ezradlesser pushed a commit to ezradlesser/AliceO2 that referenced this pull request Dec 2, 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.

3 participants