Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Detectors/ZDC/macro/CreateTDCCalib.C
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void CreateTDCCalib(long tmin = 0, long tmax = -1, std::string ccdbHost = "", fl
ccdbHost = "http://localhost:8080";
}
api.init(ccdbHost.c_str());
LOG(info) << "CCDB server: " << api.getURL();
LOG(info) << "Storing " << o2::zdc::CCDBPathTDCCalib << " on CCDB server: " << api.getURL();
// store abitrary user object in strongly typed manner
api.storeAsTFileAny(&conf, o2::zdc::CCDBPathTDCCalib, metadata, tmin, tmax);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct ZDCTDCParam {
void setFactor(uint32_t ich, float val);
float getFactor(uint32_t ich) const;
void print();
ClassDefNV(ZDCTDCParam, 1);
ClassDefNV(ZDCTDCParam, 2);
};
} // namespace zdc
} // namespace o2
Expand Down