Skip to content

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
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

3 participants