[EMCAL-524,EMCAL-526] Plots for different trigger classes#585
Conversation
Create and fill QA plots for Calib and Physics Triggers in Raw and Digit tasks
| auto triggertype = trg.getTriggerBits(); | ||
| bool isPhysTrigger = triggertype & o2::trigger::PhT, isCalibTrigger = triggertype & o2::trigger::Cal; | ||
| std::string trgClass; | ||
| if (isPhysTrigger) |
There was a problem hiding this comment.
we recommend to always add curvy braces.
There was a problem hiding this comment.
OK, we take this as recommendation :)
|
@ktf @TimoWilken I think that there is something wrong with the mac builder. |
|
@Barthelemy looking into it! |
|
@Barthelemy I think I've found the issue - the build timed out, very probably because of a corrupt git repo for some dependencies. I've fixed it for now and I'll have a look at how to prevent this in future. In the meantime, I've marked the failed builds as pending so they run again. |
|
To make clear: We need a change in O2, because we need to propagate the trigger bits in one of our headers in order to distinguish different triggers. The change is merged into dev there. We tested the change with the data we just collected the past few days with the expected setup for the VS test and we are ready with this. It is important for us to get this commit merged before the MW1. |
|
@mfasDa There are real errors in the o2 build that must be fixed, otherwise it would break everything. I am not sure that it is possible to have it in time for MW1 to be honest. We need to have the CI pass here, create a new version of QC before the FLP suite is locked. |
Create and fill QA plots for Calib and Physics Triggers in Raw and Digit
tasks