Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Moore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Moore
Merge requests
!36
Sync master with 2016-patches
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sync master with 2016-patches
rmatev-sync-master
into
master
Overview
0
Commits
29
Pipelines
0
Changes
49
Merged
Rosen Matev
requested to merge
rmatev-sync-master
into
master
8 years ago
Overview
0
Commits
29
Pipelines
0
Changes
49
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
233584a2
29 commits,
8 years ago
49 files
+
760
−
279
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
49
Search (e.g. *.vue) (Ctrl+P)
Hlt/HltCache/options/Calibration_VeloMicroBias.py
0 → 100644
+
24
−
0
Options
import
os
import
Gaudi.Configuration
from
Moore.Configuration
import
Moore
from
GaudiKernel.SystemOfUnits
import
MeV
,
mm
,
m
Moore
().
ThresholdSettings
=
'
Calibration_VeloMicroBias
'
Moore
().
UseTCK
=
False
Moore
().
OutputLevel
=
3
Moore
().
EvtMax
=
5000
Moore
().
EnableTimer
=
False
Moore
().
CheckOdin
=
True
Moore
().
Simulation
=
False
Moore
().
ForceSingleL0Configuration
=
True
Moore
().
SkipEvents
=
0
Moore
().
CondDBtag
=
'
cond-20160123
'
Moore
().
DDDBtag
=
'
dddb-20150724
'
from
Configurables
import
EventSelector
EventSelector
().
PrintFreq
=
100
from
Configurables
import
HltConf
HltConf
().
L0TCK
=
'
0x1600
'
Moore
().
Split
=
'
Hlt1
'
Loading