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

Run3 style #36

Open
wants to merge 34 commits into
base: HZZ_Analysis
Choose a base branch
from
Open

Run3 style #36

wants to merge 34 commits into from

Conversation

YujiLee301
Copy link
Collaborator

FSR recovery with a new method implemented for Run3

yuji and others added 12 commits February 2, 2024 22:25
- Updated "Keep_and_drop.txt" file
- Added "--NOsyst" option in post-proc.py
- Updated golden json file for 2022
- GenAnalysis.cc: Replaced "<" with "<=" in line "for(unsigned int j=i+1; j<N; j++)"
- GenAnalysis.h: Just added a comment in line 109
post_proc.py Outdated
@@ -18,8 +18,9 @@ def parse_arguments():
"""Parse command line arguments."""
parser = argparse.ArgumentParser()
parser.add_argument("-i", "--inputFile", default="", type=str, help="Input file name")
parser.add_argument("-n", "--entriesToRun", default=100, type=int, help="Set to 0 if need to run over all entries else put number of entries to run")
parser.add_argument("-n", "--entriesToRun", default=0, type=int, help="Set to 0 if need to run over all entries else put number of entries to run")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you change the default argument?

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

Successfully merging this pull request may close these issues.

Add GEN variables to the output nTuples Improve naming convention of the output branches
2 participants