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

Added emulation for ZeroBias data, TandP data and MC + few useful tools #2

Open
wants to merge 96 commits into
base: master
Choose a base branch
from

Conversation

davignon
Copy link

Hi,

This PR concerns the addition of emulation to the framework. This is useful to perform L1 studies.
Here is a verbatim of the addition and changes.

Added:

  • plugins/ZeroBias.cc: plugin for emulation without RECO.
  • python/zeroBias_cff.py: sequence for emulation without RECO (runs on RAW or GEN-SIM-RAW).
  • test/reEmulL1_ZeroBias.py: config for emulation without RECO (runs on RAW or GEN-SIM-RAW).
  • CreateFileList.C: tool to help prepare filelists.
  • das_client.py: used by CreateFileList.C and python submitters to get list of files from DAS.
  • submitOnTier3_reEmulL1.py: submitter for emulation of L1 (when including reco).
  • submitOnTier3_reEmulL1_MC.py: submitter for emulation of L1 (when including reco). Specific to MC due to data structure. Could in principle be merged with previous.
  • submitOnTier3_reEmulL1_zeroBias.py: submitter for emulation of L1 (when not including reco).

Modified:

  • plugins/Ntuplizer.cc: small changes to adapt for emulation
  • python/MCanalysis_cff.py: same
  • python/tagAndProbe_cff.py: same
  • reEmulL1.py: adapt for two-file solution
  • test.py: minor changes

Thank you in advance for merging and let me know if some of this is unclear.

tstreble and others added 30 commits November 17, 2017 18:20
mod to produce ntuples for L1 VBF efficiency evaluation on data
Made python consistent with no gen-matching as default
Added genMatchSeq
Updated for gen matching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants