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

support for output ntuples in variational analyses #1

Closed
cshimmin opened this issue Feb 9, 2014 · 2 comments
Closed

support for output ntuples in variational analyses #1

cshimmin opened this issue Feb 9, 2014 · 2 comments
Assignees

Comments

@cshimmin
Copy link
Owner

cshimmin commented Feb 9, 2014

need to add a feature so that each Variation run can output to its own TTree (within a global output file?). Each variation should output only the minimal amount (i.e. don't duplicate "nominal" calculables, or input branches).

@cshimmin cshimmin self-assigned this Feb 9, 2014
@cshimmin
Copy link
Owner Author

revamped the pytree module in d6c330c, with this in mind. should be easy to implement now!

@cshimmin
Copy link
Owner Author

Fixed in bc06910. With the new pytree object-aware features, the user can easily handle this themselves in their overridden accept_entry() method. See variation_example.py for example usage.

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

No branches or pull requests

1 participant