Skip to content
Snippets Groups Projects
Commit d6b1a787 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

fixed typo

parent cef14fd2
No related branches found
No related tags found
No related merge requests found
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)
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment