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
CTP: change in the task, check and trending (#2454)
* change of the parameter read out in Raw QC task
* change of the parameter read out in the check
* change of the parameter read out + consistent input names
* trending plots generated based on the varexp
* add token also for MB input1
* simplification and assuring of default names
* histogram labels from CTPInputsConfiguration
* change of the read out of the parameters in Check
* fix
---------
Co-authored-by: Lucia Anna Tarasovicova <lucia.anna.husova@cern.ch>
Copy file name to clipboardExpand all lines: Modules/CTP/include/CTP/CTPTrendingTask.h
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -62,16 +62,21 @@ class CTPTrendingTask : public PostProcessingInterface
62
62
MetaData mMetaData;
63
63
UInt_t mTime; // this is not a specific time, used for x axis in trending plots, this name is used in all other modules, please suggest a new name if not appropriate
64
64
65
-
std::string mInputNamesDefault[5] = { "TVX", "VBA", "DMC", "EMC", "PH0" }; // ctp inputs to be trended by default, unless modified in config.json
0 commit comments