Skip to content
Snippets Groups Projects
Commit 7cbc1db8 authored by Nikolay Karpushkin's avatar Nikolay Karpushkin Committed by Florian Uhlig
Browse files

back std precision

parent 9b48ffe6
No related branches found
No related tags found
1 merge request!387Psd digi update & moni + unpack update
......@@ -143,7 +143,7 @@ void CbmPsdDigi::SetAddress(UInt_t moduleId, UInt_t sectionId)
// --- Info to string
std::string CbmPsdDigi::ToString() const
{
TString string = Form("CbmPsdDigi: address = 0x%08X Charge = %.2f Time = %.2f", fuAddress, fdEdep, fdTime);
TString string = Form("CbmPsdDigi: address = 0x%08X Charge = %f Time = %f", fuAddress, fdEdep, fdTime);
return string.Data();
}
......
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