Skip to content
Snippets Groups Projects
Commit 68b73627 authored by William Henry's avatar William Henry Committed by Mark K Jones
Browse files

Fix when writing the event number in BCM param files. Values > 1E6 in sci. notation

parent b3214119
No related branches found
No related tags found
1 merge request!21Resolve "Merge in upstream changes to hallc_replay"
......@@ -104,6 +104,7 @@ int ScalerCalib::PrintContainer(ScalerContainer sc)
for(SCIterator i = sc.begin(); i != sc.end()-1; ++i)
{
if(*i<=1E6)outfile<<std::fixed<<std::setprecision(0);
outfile << *i << ", ";
}
......
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