Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Commits
152e3a4c
Commit
152e3a4c
authored
1 year ago
by
Felix Weiglhofer
Browse files
Options
Downloads
Patches
Plain Diff
algo: Add missing includes.
parent
596dcddc
No related branches found
No related tags found
1 merge request
!1164
algo: Replace fairlogger with flesnet_logging.
Pipeline
#22514
passed
1 year ago
Stage: documentation
Stage: deploy
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
algo/base/Options.cxx
+1
-0
1 addition, 0 deletions
algo/base/Options.cxx
algo/evselector/DigiEventSelector.cxx
+1
-0
1 addition, 0 deletions
algo/evselector/DigiEventSelector.cxx
with
2 additions
and
0 deletions
algo/base/Options.cxx
+
1
−
0
View file @
152e3a4c
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
#include
<boost/program_options.hpp>
#include
<boost/program_options.hpp>
#include
<iostream>
#include
<iostream>
#include
<unordered_map>
using
namespace
cbm
::
algo
;
using
namespace
cbm
::
algo
;
...
...
This diff is collapsed.
Click to expand it.
algo/evselector/DigiEventSelector.cxx
+
1
−
0
View file @
152e3a4c
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
#include
<iterator>
#include
<iterator>
#include
<map>
#include
<map>
#include
<unordered_map>
#include
<unordered_set>
#include
<unordered_set>
#include
"AlgoFairloggerCompat.h"
#include
"AlgoFairloggerCompat.h"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment