Skip to content

Tags: Elros60/AliceO2

Tags

nightly-20230224

Toggle nightly-20230224's commit message
Add track status vrt PV to track stufy output

gpu-nightly-20230224

Toggle gpu-nightly-20230224's commit message
Add track status vrt PV to track stufy output

epn-20230224

Toggle epn-20230224's commit message
Add track status vrt PV to track stufy output

nightly-20230223

Toggle nightly-20230223's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add mconcas to the codeowners of ITS3 (AliceO2Group#10816)

gpu-nightly-20230223

Toggle gpu-nightly-20230223's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add mconcas to the codeowners of ITS3 (AliceO2Group#10816)

epn-20230223

Toggle epn-20230223's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add mconcas to the codeowners of ITS3 (AliceO2Group#10816)

nightly-20230222

Toggle nightly-20230222's commit message
DPL: allow users to specify multiple timers

The idea is that the user attaches as metadata to the timer inputs
something like:

  InputSpec{... ,  Lifetime::Timer, timerIntervals({{<timer period>, <time duration>}, {<timer period>, <timer duration>}})}

For example:

  timerIntervals({{1000000, 10}, {10000000, -1}})

to have a timer expiring every 1'000'000 microseconds for the first 10
seconds and then every 10'000'000 microseconds for the rest of the time.

gpu-nightly-20230222

Toggle gpu-nightly-20230222's commit message
DPL: allow users to specify multiple timers

The idea is that the user attaches as metadata to the timer inputs
something like:

  InputSpec{... ,  Lifetime::Timer, timerIntervals({{<timer period>, <time duration>}, {<timer period>, <timer duration>}})}

For example:

  timerIntervals({{1000000, 10}, {10000000, -1}})

to have a timer expiring every 1'000'000 microseconds for the first 10
seconds and then every 10'000'000 microseconds for the rest of the time.

epn-20230222

Toggle epn-20230222's commit message
DPL: allow users to specify multiple timers

The idea is that the user attaches as metadata to the timer inputs
something like:

  InputSpec{... ,  Lifetime::Timer, timerIntervals({{<timer period>, <time duration>}, {<timer period>, <timer duration>}})}

For example:

  timerIntervals({{1000000, 10}, {10000000, -1}})

to have a timer expiring every 1'000'000 microseconds for the first 10
seconds and then every 10'000'000 microseconds for the rest of the time.

nightly-20230221

Toggle nightly-20230221's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ITS3: Implement the 4th Layer for ITS3 Inner Barrel (AliceO2Group#10802)

* ITS3: Implement the 4th Layer for ITS3 Inner Barrel

* ITS3: Implement the 4th Layer for ITS3 Inner Barrel(Formatted)