Closed syuvivida closed 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.
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.
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.