Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add information on different trigger levels #3

Open
rmanzoni opened this issue Oct 28, 2016 · 3 comments
Open

add information on different trigger levels #3

rmanzoni opened this issue Oct 28, 2016 · 3 comments
Assignees

Comments

@rmanzoni
Copy link
Contributor

Just to note this down:
it would be useful to have the information on whether intermediate trigger levels (L1, L2, L2p5) are passed saved in the tuples.

@l-cadamuro
Copy link
Contributor

Where can one easily get the filter names corresponding to these levels?

@rmanzoni
Copy link
Contributor Author

Unfortunately there's no easy way other than going through the path and know what filters are relevant.

As a shorthand I usually save these
['hltL2IsoTau26eta2p2', 'hltL2Tau26eta2p2', 'hltL2TauIsoFilter', 'hltL2TauJetsIso'] # di-tau
['hltL2IsoTau26eta2p2', 'hltL2Tau26eta2p2', 'hltL2TauIsoFilter', 'hltL2TauJetsIso'] # tau + MET (includes L1)
['hltPFTau20', 'hltSelectedPFTausTrackFinding', 'hltPFTau20Track', 'hltSelectedPFTausTrackFindingLooseIsolation', 'hltPFTau20TrackLooseIso', 'hltPFTauAgainstMuonDiscriminator', 'hltSelectedPFTausTrackFindingLooseIsolationAgainstMuon', 'hltPFTau20TrackLooseIsoAgainstMuon', 'hltOverlapFilterSingleIsoMu19LooseIsoPFTau20', 'hltOverlapFilterSingleIsoMu21LooseIsoPFTau20'] # mu-tau single L1

but some of these, especially for mt, are either not available by default (saveTags = False) or redundant.

bottom line: for the development you can refer to the filters for di-tau, then we need to review the thing before deploying it as definitive

@l-cadamuro
Copy link
Contributor

Ok, as long as one has the filter list, we can use the same logic to check other levels.
Then one expert will take care to keep the list up to date :-)
Then we simply need to remove the part where we check if the trigger was fired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants