Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
Whitney Armstrong
hcana
Commits
db791acf
Commit
db791acf
authored
10 years ago
by
Stephen A. Wood
Browse files
Options
Downloads
Patches
Plain Diff
Add SOS DC cuts to hodtest.C example cut file
parent
cad6956a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/hodtest_cuts.def
+24
-0
24 additions, 0 deletions
examples/hodtest_cuts.def
with
24 additions
and
0 deletions
examples/hodtest_cuts.def
+
24
−
0
View file @
db791acf
...
...
@@ -34,6 +34,30 @@ goodhdc1 goodhdc1x1 && goodhdc1y1 && goodhdc1u1 && goodhdc1v1 && goodhdc1y2 && g
goodhdc2 goodhdc2x1 && goodhdc2y1 && goodhdc2u1 && goodhdc2v1 && goodhdc2y2 && goodhdc2x2
bothgoodhdc goodhdc1 && goodhdc2
sfoundtrack S.dc.ntrack != 0
sfound1track S.dc.ntrack == 1
sfound2track S.dc.ntrack == 2
sfound3track S.dc.ntrack == 3
sfound4track S.dc.ntrack == 4
goodsdc1u1 (S.dc.1u1.nhit > 0) && (S.dc.1u1.nhit < 3)
goodsdc1u2 (S.dc.1u2.nhit > 0) && (S.dc.1u2.nhit < 3)
goodsdc1x1 (S.dc.1x1.nhit > 0) && (S.dc.1x1.nhit < 3)
goodsdc1x2 (S.dc.1x2.nhit > 0) && (S.dc.1x2.nhit < 3)
goodsdc1v1 (S.dc.1v1.nhit > 0) && (S.dc.1v1.nhit < 3)
goodsdc1v2 (S.dc.1v2.nhit > 0) && (S.dc.1v2.nhit < 3)
goodsdc2u1 (S.dc.2u1.nhit > 0) && (S.dc.2u1.nhit < 3)
goodsdc2u2 (S.dc.2u2.nhit > 0) && (S.dc.2u2.nhit < 3)
goodsdc2x1 (S.dc.2x1.nhit > 0) && (S.dc.2x1.nhit < 3)
goodsdc2x2 (S.dc.2x2.nhit > 0) && (S.dc.2x2.nhit < 3)
goodsdc2v1 (S.dc.2v1.nhit > 0) && (S.dc.2v1.nhit < 3)
goodsdc2v2 (S.dc.2v2.nhit > 0) && (S.dc.2v2.nhit < 3)
goodsdc1 goodsdc1u1 && goodsdc1u2 && goodsdc1x1 && goodsdc1x2 && goodsdc1v1 && goodsdc1v2
goodsdc2 goodsdc2u1 && goodsdc2u2 && goodsdc2x1 && goodsdc2x2 && goodsdc2v1 && goodsdc2v2
bothgoodsdc goodsdc1 && goodsdc2
realhdc1x1 goodhdc1x1 && (H.dc.nsp != 0)
realhdc1y1 goodhdc1y1 && (H.dc.nsp != 0)
realhdc1u1 goodhdc1u1 && (H.dc.nsp != 0)
...
...
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