Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
d6b1a787
Commit
d6b1a787
authored
5 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
fixed typo
parent
cef14fd2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
src/THcHelicity.cxx
+1
-0
1 addition, 0 deletions
src/THcHelicity.cxx
with
2 additions
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
d6b1a787
cmake_minimum_required
(
VERSION 3.5
)
project
(
hcana VERSION 1.1.
9
LANGUAGES CXX
)
project
(
hcana VERSION 1.1.
8
LANGUAGES CXX
)
option
(
HCANA_BUILTIN_PODD
"Use built-in Podd submodule (default: YES)"
OFF
)
...
...
This diff is collapsed.
Click to expand it.
src/THcHelicity.cxx
+
1
−
0
View file @
d6b1a787
...
...
@@ -650,6 +650,7 @@ void THcHelicity::LoadHelicity(Int_t reportedhelicity, Int_t cyclecount, Int_t m
//<< endl;
if
(
fReportedHelicity
!=
fPredictedHelicity
)
{
_logger
->
warn
(
"Helicity prediction failed {} {} {}"
,
fReportedHelicity
,
fPredictedHelicity
,
fActualHelicity
);
_logger
->
warn
(
"{} {}"
,
fRingSeed_reported
,
fRingSeed_actual
);
fNBits
=
0
;
// Need to reaquire seed
fActualHelicity
=
kUnknown
;
...
...
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