Skip to content

Commit d034b02

Browse files
wiechulasawenzel
authored andcommitted
correct publication time stamp to ms
1 parent 85ad99d commit d034b02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/TPC/workflow/include/TPCWorkflow/TPCCalibPedestalSpec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class TPCCalibPedestalDevice : public o2::framework::Task
120120

121121
// perhaps should be changed to time of the run
122122
const auto now = std::chrono::system_clock::now();
123-
long timeStart = std::chrono::duration_cast<std::chrono::seconds>(now.time_since_epoch()).count();
123+
long timeStart = std::chrono::duration_cast<std::chrono::milliseconds>(now.time_since_epoch()).count();
124124
long timeEnd = 99999999999999;
125125

126126
std::array<const CalDet<float>*, 2> data = {&mCalibPedestal.getPedestal(), &mCalibPedestal.getNoise()};

0 commit comments

Comments
 (0)