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

change ntupliser from class-based content to flat ntuple #21

Closed
clelange opened this issue Apr 6, 2017 · 0 comments · Fixed by #22
Closed

change ntupliser from class-based content to flat ntuple #21

clelange opened this issue Apr 6, 2017 · 0 comments · Fixed by #22
Labels

Comments

@clelange
Copy link
Contributor

clelange commented Apr 6, 2017

There are a few handicaps with the class-based ntuple:

  • cannot analyse ntuples without CMSSW/compiling and loading classes
  • whenever the classes change, older ntuples cannot be read anymore

I would like to change the ntuple such that it contains only flat branches (and vectors, we probably need vector<vector>). This would mean that everyone needs to change their analysis scripts, but I hope it's not too much work.

Let me know what you think by replying here. We'll probably introduce a branch in parallel to master so that people can have a look before changing the default if people agree.

@clelange clelange mentioned this issue Apr 21, 2017
clelange added a commit that referenced this issue May 11, 2017
Flat ntuple, close #21 
New developments will be added on top.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant