Skip to content

Commit 961d4ed

Browse files
committed
TRD: change Chamber Status start TS
1 parent 842d111 commit 961d4ed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Detectors/TRD/calibration/src/DCSProcessor.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,9 @@ bool DCSProcessor::updateFedChamberStatusDPsCCDB()
495495
std::map<std::string, std::string> md;
496496
md["responsible"] = "Leonardo Barreto";
497497
md["runNumber"] = std::to_string(mCurrentRunNumber);
498-
// LB: set start timestamp 30 seconds before DPs are received
498+
// LB: set start timestamp 30000 miliseconds before DPs are received
499499
o2::calibration::Utils::prepareCCDBobjectInfo(mTRDDCSFedChamberStatus, mCcdbFedChamberStatusDPsInfo,
500-
"TRD/Calib/DCSDPsFedChamberStatus", md, mFedChamberStatusStartTS - 30,
500+
"TRD/Calib/DCSDPsFedChamberStatus", md, mFedChamberStatusStartTS - 30000,
501501
mFedChamberStatusStartTS + 3 * o2::ccdb::CcdbObjectInfo::DAY);
502502

503503
return retVal;
@@ -528,9 +528,9 @@ bool DCSProcessor::updateFedCFGtagDPsCCDB()
528528
std::map<std::string, std::string> md;
529529
md["responsible"] = "Leonardo Barreto";
530530
md["runNumber"] = std::to_string(mCurrentRunNumber);
531-
// LB: set start timestamp 30 seconds before DPs are received
531+
// LB: set start timestamp 30000 seconds before DPs are received
532532
o2::calibration::Utils::prepareCCDBobjectInfo(mTRDDCSFedCFGtag, mCcdbFedCFGtagDPsInfo,
533-
"TRD/Calib/DCSDPsFedCFGtag", md, mFedCFGtagStartTS - 30,
533+
"TRD/Calib/DCSDPsFedCFGtag", md, mFedCFGtagStartTS - 30000,
534534
mFedCFGtagStartTS + 3 * o2::ccdb::CcdbObjectInfo::DAY);
535535

536536
return retVal;

0 commit comments

Comments
 (0)