Skip to content

Commit

Permalink
Please consider the following formatting changes (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Jul 28, 2023
1 parent 20681bc commit 2c531a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Detectors/ZDC/calib/src/InterCalib.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ int InterCalib::mini(int ih)
}
// Fallback in case fit fails on proton calorimeters
if (ih == 1 || ih == 3) {
for(int iretry = 0; iretry<2; iretry++){
for (int iretry = 0; iretry < 2; iretry++) {
bool retry = false;
const char* parn[5] = {"c0fix", "c1fix", "c2fix", "c3fix", "c4fix"};
l_bnd = mInterCalibConfig->l_bnd[ih];
Expand Down
2 changes: 1 addition & 1 deletion Detectors/ZDC/macro/CreateTowerCalib.C
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void CreateTowerCalib(long tmin = 0, long tmax = -1, std::string ccdbHost = "")
std::string ccdb_host = ccdbShortcuts(ccdbHost, conf.Class_Name(), CCDBPathTowerCalib);

if (endsWith(ccdb_host, ".root")) {
TFile f(TString::Format(ccdb_host.data(),tmin,tmax), "recreate");
TFile f(TString::Format(ccdb_host.data(), tmin, tmax), "recreate");
f.WriteObjectAny(&conf, conf.Class_Name(), "ccdb_object");
f.Close();
return;
Expand Down

0 comments on commit 2c531a2

Please sign in to comment.