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
Use TimingInfo instead of DataHeader and DataProcessingHeader (AliceO2Group#9374)
In order to extract current TF timing information use pc.services().get<o2::framework::TimingInfo>()
instead of accessing DataHeader and DataProcessingHeader of particular input (e.g. via pc.inputs().getFirstValid(true))
Co-authored-by: shahoian <ruben.shahoyan@cern.ch>
mCTFFileOut.reset(TFile::Open(fmt::format("{}{}", mCurrentCTFFileNameFull, TMPFileEnding).c_str(), "recreate")); // to prevent premature external usage, use temporary name
0 commit comments