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

L1T-HLT-acceptance: fixes on 1st version (input: NanoAOD samples) #96

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

Conversation

astakia
Copy link
Collaborator

@astakia astakia commented Dec 2, 2022

  • Update of the CMSSW release to the one that is to be used online, and for the hltGetConfiguration command to work properly
  • Python2 -> Python3 migration

@@ -103,12 +103,12 @@

with open(savedir+csvname,"w") as csv_file:
writer = csv.writer(csv_file)
writer.writerow(["HLT"] + runs.keys())
writer.writerow(["HLT"] + list(runs))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

required edit - the ones below are for consistency

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.

1 participant