cms-jet / JetToolbox

Python framework for configuration of jet tools via the jet toolbox.
https://twiki.cern.ch/twiki/bin/viewauth/CMS/JetToolbox
7 stars 36 forks source link

add packing so that one could access softdrop subjets via jetptr->sub… #43

Closed syuvivida closed 8 years ago

syuvivida commented 8 years ago

Make two changes:

1) add packing of softdrop subjets and fatjets so that we can access subjets via the pointer auto wSubjets = jetptr->subjets("SoftDrop");

2) the parameter zcutSD was not used, now I enable it so that we could change the settings when creating CA15 jet collections.

alefisico commented 8 years ago

I will merge this PR now, just keep in mind that they would be in the working branch (CMSSW_8_0_X) for some time before I crate a new tag. (I have to check some other issues first) thanks for the PR.