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
Macro to populate CCDB (with comments added to an existing one)
For now we use the dummy workflow as in #2629.
Later we will modify the LifeTime and adapt to the common framework.
Using CCDB in clusterization (but with bug still)
attempt to fix inputspec in TOF clusterizer (calibration) (#16)
// macro to populate CCDB for TOF from a "dummy" LHCphase object, and the timeSlewing (+ offset + fineSlewing + problematic) from Run2 latest OCDB objects
4
+
5
+
o2::dataformats::CalibLHCphaseTOF*mLHCphaseObj=newo2::dataformats::CalibLHCphaseTOF(); ///< LHCPhase to be written in the output
6
+
mLHCphaseObj->addLHCphase(1567771312, 12); // "random" numbers, in ps
7
+
mLHCphaseObj->addLHCphase(1567771312+86400, 65); // "random" numbers, in ps
8
+
9
+
o2::dataformats::CalibTimeSlewingParamTOF*mTimeSlewingObj=newo2::dataformats::CalibTimeSlewingParamTOF(); ///< Time Slewing object to be written in the output
0 commit comments