Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
atriolo
/
AliceO2
Public
forked from
AliceO2Group/AliceO2
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
AliceO2
Utilities
DataSampling
src
on
digitization
User selector
All users
All time
Commit history
Commits on Jun 16, 2025
Fix typo while adapting for std::pmr (#14408)
ktf
authored
b911f95
View commit details
Copy full SHA for b911f95
View code at this point
Browse repository at this point
Commits on Jun 12, 2025
Add compatibility with std::pmr (#14379)
Show description for ad4cc98
ktf
authored
ad4cc98
View commit details
Copy full SHA for ad4cc98
View code at this point
Browse repository at this point
Commits on Apr 10, 2025
DataSampling: make sure the original DataHeader is available in the sampled data (#14164)
ktf
authored
8688938
View commit details
Copy full SHA for 8688938
View code at this point
Browse repository at this point
Commits on May 15, 2024
QC-1172 Do not use sampling policies which are turned off (#13134)
Show description for 41d0f71
knopers8
authored
41d0f71
View commit details
Copy full SHA for 41d0f71
View code at this point
Browse repository at this point
Commits on Feb 10, 2024
DPL: use the SendingPolicy for every kind of message sending
ktf
authored and
martenole
committed
ba1b788
View commit details
Copy full SHA for ba1b788
View code at this point
Browse repository at this point
Commits on Dec 5, 2023
Remove default Lifetime::Timeframe when instanciating an Output
Show description for 9929ef9
ktf
committed
9929ef9
View commit details
Copy full SHA for 9929ef9
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
DPL: change InjectorFunction to return a bool
Show description for 8649f6e
ktf
authored and
davidrohr
committed
8649f6e
View commit details
Copy full SHA for 8649f6e
View code at this point
Browse repository at this point
Commits on Oct 9, 2023
Rewind input proxy (#12015)
Show description for 2d1a974
ktf
authored
2d1a974
View commit details
Copy full SHA for 2d1a974
View code at this point
Browse repository at this point
Commits on Apr 5, 2023
[QC-892] Simplify and update Data Sampling benchmark
knopers8
authored and
sawenzel
committed
0977f19
View commit details
Copy full SHA for 0977f19
View code at this point
Browse repository at this point
Commits on Apr 3, 2023
Possibility to trigger endOfStream/shutdown from within data converter
Show description for 0b1e3ea
sawenzel
committed
0b1e3ea
View commit details
Copy full SHA for 0b1e3ea
View code at this point
Browse repository at this point
Commits on Mar 16, 2023
DPL: Do not count up timeslice indices in all InjectorFunctions separately, but take oldestPossible timeslice from TimesliceIndex
davidrohr
authored and
ktf
committed
5fdd64b
View commit details
Copy full SHA for 5fdd64b
View code at this point
Browse repository at this point
Commits on Feb 14, 2023
DPL: Avoid exposing boost / DeviceInfo in metrics
ktf
committed
3e98009
View commit details
Copy full SHA for 3e98009
View code at this point
Browse repository at this point
Commits on Nov 7, 2022
DPL: cleanup copies of DeviceSpec
ktf
committed
1c2c1b6
View commit details
Copy full SHA for 1c2c1b6
View code at this point
Browse repository at this point
Commits on Jun 2, 2022
Adopt namespaced FairMQ API consistently
Show description for 3795944
dennisklein
authored and
davidrohr
committed
3795944
View commit details
Copy full SHA for 3795944
View code at this point
Browse repository at this point
Commits on Apr 28, 2022
[QC-769] Desambiguify DS and Merger names (#8660)
Barthelemy
authored
946387c
View commit details
Copy full SHA for 946387c
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
Merge pull request #8550 from ktf/oldest-possible-inputs
Show description for 34b5756
ktf
authored
34b5756
View commit details
Copy full SHA for 34b5756
View code at this point
Browse repository at this point
Commits on Mar 27, 2022
DPL: handle startTime rewriting correctly
Show description for b7969ee
ktf
authored and
davidrohr
committed
b7969ee
View commit details
Copy full SHA for b7969ee
View code at this point
Browse repository at this point
Commits on Mar 2, 2022
Accesing payload size through DataRefUtils
matthiasrichter
authored and
ktf
committed
30cce95
View commit details
Copy full SHA for 30cce95
View code at this point
Browse repository at this point
Commits on Nov 23, 2021
Swtich to lowercase log levels for new FairLogger (Utilities) (#7707)
davidrohr
authored
e407a23
View commit details
Copy full SHA for e407a23
View code at this point
Browse repository at this point
Commits on Oct 30, 2021
Data Sampling: allow to select header value treated as TimesliceId (#7433)
Show description for 5983d72
knopers8
authored
5983d72
View commit details
Copy full SHA for 5983d72
View code at this point
Browse repository at this point
Commits on Oct 22, 2021
Use Lifetime::QA for sampled quantities (#7383)
Show description for 12f7dfa
ktf
and
Barthelemy
authored
12f7dfa
View commit details
Copy full SHA for 12f7dfa
View code at this point
Browse repository at this point
Commits on Oct 20, 2021
[OMON-491] Data Sampling: add Data Sampling tag to Monitoring metrics (#7264)
knopers8
authored
3b3a626
View commit details
Copy full SHA for 3b3a626
View code at this point
Browse repository at this point
Commits on Sep 16, 2021
Cleaning up use of DataHeader
Show description for fe4df2a
matthiasrichter
authored and
ktf
committed
fe4df2a
View commit details
Copy full SHA for fe4df2a
View code at this point
Browse repository at this point
Commits on Sep 8, 2021
[QC-643] Data Sampling: use random seed if 0 is set (#6960)
knopers8
authored
a6f0b78
View commit details
Copy full SHA for a6f0b78
View code at this point
Browse repository at this point
Commits on Aug 26, 2021
[QC-615] Data Sampling: helper for channel bind location parameter (#6900)
knopers8
authored
2b7736d
View commit details
Copy full SHA for 2b7736d
View code at this point
Browse repository at this point
Commits on Aug 25, 2021
Data Sampling: remove ConfigurationInterface usage, update tests (#6819)
knopers8
authored
458aa0d
View commit details
Copy full SHA for 458aa0d
View code at this point
Browse repository at this point
Commits on Aug 10, 2021
[QC-630] Data Sampling: Match the host name to the machine list (#6812)
knopers8
authored
e2d5ed2
View commit details
Copy full SHA for e2d5ed2
View code at this point
Browse repository at this point
Commits on Aug 9, 2021
[QC-443] Data Sampling: ptree interfaces for everything (#6813)
Show description for 8cd3d58
knopers8
authored
8cd3d58
View commit details
Copy full SHA for 8cd3d58
View code at this point
Browse repository at this point
Commits on Jul 26, 2021
[QC-626] Data Sampling: Support again varying subspecs in different parts
knopers8
authored and
ktf
committed
00cba71
View commit details
Copy full SHA for 00cba71
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
Return optional port in DataSampling::PortForPolicy (#6282)
Show description for 796c682
knopers8
authored
796c682
View commit details
Copy full SHA for 796c682
View code at this point
Browse repository at this point
[QC-110] Performance improvements in Dispatcher (#6560)
Show description for 605c933
knopers8
authored
605c933
View commit details
Copy full SHA for 605c933
View code at this point
Browse repository at this point
Commits on Jun 23, 2021
Updated copyright headers in all files with new text … (#6430)
Show description for 03608ff
ihrivnac
authored
03608ff
View commit details
Copy full SHA for 03608ff
View code at this point
Browse repository at this point
Commits on Jun 9, 2021
Data Sampling: remove the possibility to use raw FairMQ channel (#6313)
Show description for f1cdb26
knopers8
authored
f1cdb26
View commit details
Copy full SHA for f1cdb26
View code at this point
Browse repository at this point
Commits on Jun 2, 2021
Drop o2::byte (#6253)
Show description for bc86bb4
ktf
authored
bc86bb4
View commit details
Copy full SHA for bc86bb4
View code at this point
Browse repository at this point
Commits on Nov 16, 2020
[QC-451] Adapt the adapter to the rawFormat 1 of Readout (#4814)
Barthelemy
authored
139a208
View commit details
Copy full SHA for 139a208
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.