Added a fixed precision to the default value output.
This commit is contained in:
@@ -263,7 +263,7 @@ int main(int argc, char* argv[]) {
|
||||
defaultG2 = g2histall->GetBinCenter(g2histall->GetMaximumBin());
|
||||
}
|
||||
|
||||
cout << "default values for module " << module_str << " " << defaultHG0 << " " << defaultG0 << " " << defaultG1 << " " << defaultG2 << endl;
|
||||
cout << setprecision(4) << fixed << "default values for module " << module_str << " " << defaultHG0 << " " << defaultG0 << " " << defaultG1 << " " << defaultG2 << endl;
|
||||
|
||||
for (int i = 0; i < NCH; i++) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user