Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MooreOnline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LHCb
MooreOnline
Merge requests
!163
Homogeneize Allen configuration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Homogeneize Allen configuration
dcampora_homogeneize_allen_configs
into
master
Overview
1
Commits
1
Pipelines
7
Changes
2
Merged
Daniel Hugo Campora Perez
requested to merge
dcampora_homogeneize_allen_configs
into
master
2 years ago
Overview
1
Commits
1
Pipelines
7
Changes
2
Expand
Should go with
Allen!1017 (merged)
0
0
Merge request reports
Viewing commit
a969eb0d
Show latest version
2 files
+
8
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
a969eb0d
Make sure Allen python includes are standalone.
· a969eb0d
Daniel Campora
authored
2 years ago
AllenOnline/tests/options/check_duplicates.py
+
4
−
0
Options
@@ -14,6 +14,10 @@ from Configurables import IODataManager
from
Configurables
import
createODIN
,
HltDecReportsDecoder
from
Configurables
import
LHCb__UnpackRawEvent
as
UnpackRawEvent
from
GaudiConf
import
IOHelper
from
AllenCore.configuration_options
import
is_allen_standalone
is_allen_standalone
.
global_bind
(
standalone
=
True
)
from
AllenOnline.utils
import
allen_json_sequence
,
get_allen_hlt1_decision_ids
from
GaudiPython.Bindings
import
AppMgr
,
gbl
from
PyConf.application
import
configured_ann_svc
Loading