Modify to support NanoDST data #4
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There are two paths stored in the NanoDST PD.
The 1.5kHz L1_Zerobias from the L1. One can use them for the L1Menu
rate estimation. Just run on the NanoDST as the default Zerobias dataset.
The L1Accept, with HLT prescaled. This stored all the event fired L1,
with a certain HLT prescale. To run over them, you need to input the
SetL1AcceptPS as the HLT prescale of this run. The code will disable
the Zerobias counting and use nLumi as counting. Also the prescale is
applied during the run. So the input prescale should consider relative
prescale.
For testing, you can start with the below option, which should reproduce
the online L1Rate, assume L1AcceptPS is 10:
--UseUnpackTree --nBunches -1 --SetL1AcceptPS 10 --SetNoPrescale
This procedure should be tested and further understood. Given the above
description, it is probabaly not the best option for the L1Menu rate
estimation.