Skip to content

[QC-429] Introduce Timekeeper to track validity of objects#1821

Merged
Barthelemy merged 1 commit into
AliceO2Group:masterfrom
knopers8:correct-timerange-2
Jun 12, 2023
Merged

[QC-429] Introduce Timekeeper to track validity of objects#1821
Barthelemy merged 1 commit into
AliceO2Group:masterfrom
knopers8:correct-timerange-2

Conversation

@knopers8
Copy link
Copy Markdown
Collaborator

@knopers8 knopers8 commented Jun 7, 2023

We do not propagate its results to QC objects yet, but log them instead. Once we see the logged values make sense in different setups, we can switch.

Until we can access DataTakingContext during initialization, we are using a naive workaround for determining the deployment mode. We are also assuming that tf has 32 orbits, which does not apply for old data.

@knopers8 knopers8 requested a review from Barthelemy as a code owner June 7, 2023 07:07
We do not propagate its results to QC objects yet, but log them instead.
Once we see the logged values make sense in different setups, we can switch.
@knopers8 knopers8 force-pushed the correct-timerange-2 branch from 05153d8 to f7b1ca7 Compare June 7, 2023 09:15
Comment on lines +22 to +26
namespace o2::framework
{
struct ProcessingContext;
struct TimingInfo;
} // namespace o2::framework
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.

i should remove that

Copy link
Copy Markdown
Collaborator

@Barthelemy Barthelemy left a comment

Choose a reason for hiding this comment

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

very nice, thank you

std::numeric_limits<uint32_t>::max(), std::numeric_limits<uint32_t>::min()
};

class Timekeeper
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.

you could perhaps add a word about this class

@Barthelemy Barthelemy merged commit 4d21095 into AliceO2Group:master Jun 12, 2023
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