You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -77,7 +77,7 @@ class TOFCalibCollectorWriter : public o2::framework::Task
77
77
private:
78
78
intmCount = 0; // how many times we filled the tree
79
79
boolmIsEndOfStream = false;
80
-
std::vector<o2::dataformats::CalibInfoTOFshort> mTOFCalibInfoOut, *mPTOFCalibInfoOut = &mTOFCalibInfoOut; ///< these are the object and pointer to the CalibInfo of a specific channel that we need to fill the output tree
80
+
std::vector<o2::dataformats::CalibInfoTOF> mTOFCalibInfoOut, *mPTOFCalibInfoOut = &mTOFCalibInfoOut;///< these are the object and pointer to the CalibInfo of a specific channel that we need to fill the output tree
81
81
std::unique_ptr<TTree> mOutputTree; ///< tree for the collected calib tof info
82
82
std::string mTOFCalibInfoBranchName = "TOFCalibInfo"; ///< name of branch containing input TOF calib infos
83
83
std::string mOutputBranchName = "TOFCollectedCalibInfo"; ///< name of branch containing output
0 commit comments