Skip to content

Commit

Permalink
Fix conversetion of fixed point to float
Browse files Browse the repository at this point in the history
  • Loading branch information
wiechula committed Oct 16, 2024
1 parent 28ff8a9 commit 826bff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/TPC/calibration/macro/prepareCMFiles.C
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void prepareCMFiles(const std::string_view pulserFile, std::string outputDir = "
const auto outFileFloatRoot = (outputDir + "/commonMode_K_values_float.root");
writeValues(outFileFloatTxt, commonModeKValuesFloat, onlyFilled);

getCalPad<FractionalBits>(outFileFloatTxt, outFileFloatRoot, "CMkValues");
getCalPad<0>(outFileFloatTxt, outFileFloatRoot, "CMkValues");

// ===| k-Values limited precision 2I6F |===
const auto outFileTxt = (outputDir + "/commonMode_K_values.txt");
Expand Down

0 comments on commit 826bff8

Please sign in to comment.