Add test to see if any events pass the pipeline
This adds a test to see if any events pass a CI pipeline.
I had to do some less pretty things:
- Most files were failing because of the truth selection, so I turned the filter there off. Apparently @viruelas is working on fixing that.
- I also turned off the ntuple outputs, since the truth particles were being added conditional on the filter passing. In events where nothing was added ntuple writing would fail.
- I remove the trigger requirement for data. It's sort of a hack until we have a data sample where more triggers pass (see #32 (closed)).
While getting the data tests running I noticed that the nutple writer was asking for truth info while looking at data, so I fixed that too. Data is also missing Tau4_wta
I'm guessing it was just not saved in those ntuples.
Merge request reports
Activity
added 1 commit
- bac8b208 - Add more cutflow counters, disable truth filter
mentioned in commit db7d5efc
- Resolved by Dan Guest
- Resolved by Teng Jian Khoo
Awesome. I think there is probably some way we could get the cutflow from book keepers or CutFlowSvc rather than needing a separate alg, but since this works and is super useful, let's go with it for now and maybe check if we already have that info floating around or need to actually hook up the filter algs to something.
enabled an automatic merge when the pipeline for 1d528fe8 succeeds
mentioned in commit b9073144
added Code:Pipeline label