File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ class CalDetPublisher final : public quality_control::postprocessing::PostProces
8686 bool mCheckZSPrereq = true ; // /< is pedestal and noise in the outputList in the config file
8787 std::unique_ptr<o2::tpc::CalDet<float >> mRefPedestal ; // /< reference pedestal file used for ZS at the moment
8888 std::unique_ptr<o2::tpc::CalDet<float >> mRefNoise ; // /< reference noise file used for ZS at the moment
89- long mInitRefCalibTimestamp ; // /< timestamp of the pedestal/noise map used at init of the task
89+ // long mInitRefCalibTimestamp; ///< timestamp of the pedestal/noise map used at init of the task
9090 long mInitRefPedestalTimestamp ; // /< timestamp of the pedestal data used at init of the task
9191 long mInitRefNoiseTimestamp ; // /< timestamp of the noise data used at init of the task
9292 TPaveText* mNewZSCalibMsg = nullptr ; // /< badge to indicate the necessity to upload new calibration data for ZS
@@ -105,4 +105,4 @@ class CalDetPublisher final : public quality_control::postprocessing::PostProces
105105
106106} // namespace o2::quality_control_modules::tpc
107107
108- #endif // QUALITYCONTROL_CALDETPUBLISHER_H
108+ #endif // QUALITYCONTROL_CALDETPUBLISHER_H
You can’t perform that action at this time.
0 commit comments