Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
calypso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
faser
calypso
Merge requests
!274
CKF update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CKF update
torrence/calypso:torrence-noisystrips
into
master
Overview
0
Commits
1
Pipelines
1
Changes
3
Merged
Eric Torrence
requested to merge
torrence/calypso:torrence-noisystrips
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
3
Expand
Based on input from Tobias
Increase the max chi2 value to better accommodate non-aligned data
Place limit on maxSteps to avoid busy events blowing up memory usage
Add second track collection with IFT hits excluded
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1a31431e
1 commit,
2 years ago
3 files
+
13
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Control/CalypsoExample/Reconstruction/scripts/faserMDC_reco.py
+
4
−
0
Options
@@ -179,6 +179,10 @@ acc.merge(GhostBustersCfg(ConfigFlags))
from
FaserActsKalmanFilter.CKF2Config
import
CKF2Cfg
acc
.
merge
(
CKF2Cfg
(
ConfigFlags
,
noDiagnostics
=
True
))
# Add tracking collection with no IFT
acc
.
merge
(
CKF2Cfg
(
ConfigFlags
,
maskedLayers
=
[
0
,
1
,
2
],
name
=
"
CKF_woIFT
"
,
OutputCollection
=
"
CKFTrackCollectionWithoutIFT
"
,
noDiagnostics
=
True
))
#
# Configure output
from
OutputStreamAthenaPool.OutputStreamConfig
import
OutputStreamCfg
Loading