Closed alefisico closed 8 years ago
@alefisico @rappoccio @skyriacoCMS @jkarancs @decosa PR merged. However new b-taggers (pfCombinedCvsLJetTags, pfCombinedCvsBJetTags, pfBoostedDoubleSecondaryVertexAK8BJetTags, pfBoostedDoubleSecondaryVertexCA15BJetTags) not available in JetToolBox. The double b-tagger is fairly important, can this be prioritised in the next version?
Hi, Devdatta,
It can certainly be prioritized in the next version, but we need someone to implement it. The original plan was to have the BTV contact do this, so either you or Ivan ;).
Cheers, Sal
Hi,
We've tested adding pfBoostedDoubleSecondaryVertexAK8BJetTags to JetToolbox, and all it took was adding the string to the bTagDiscriminators list:
jetToolbox( process, 'ak8', 'ak8JetSubs', 'out', addSoftDrop=True , addSoftDropSubjets=True, JETCorrPayload='AK8PFCHS', subJETCorrPayload='AK4PFchs', JETCorrLevels=['L1FastJet', 'L2Relative', 'L3Absolute'], Cut='pt > 200', CutSubjet='pt > 20', bTagDiscriminators = ['pfTrackCountingHighEffBJetTags', 'pfTrackCountingHighPurBJetTags', 'pfJetProbabilityBJetTags', 'pfJetBProbabilityBJetTags', 'pfSimpleSecondaryVertexHighEffBJetTags', 'pfSimpleSecondaryVertexHighPurBJetTags', 'pfCombinedSecondaryVertexV2BJetTags',
'pfCombinedInclusiveSecondaryVertexV2BJetTags', ' pfBoostedDoubleSecondaryVertexAK8BJetTags' ] )
I imagine this is true for the other taggers as well if they're available in CMSSW_7_6_whatever.
Julie
On Fri, Feb 5, 2016 at 8:09 AM, rappoccio notifications@github.com wrote:
Hi, Devdatta,
It can certainly be prioritized in the next version, but we need someone to implement it. The original plan was to have the BTV contact do this, so either you or Ivan ;).
Cheers, Sal
— Reply to this email directly or view it on GitHub https://github.com/cmsb2g/B2GAnaFW/pull/33#issuecomment-180373676.
Julie M. Hogan Brown University Dept. of Physics
Hi all, great, I think we will need just to add the bTagDiscriminators list into the toolbox because the other options are the default values. Let me add them and make a new PR. Is there anything else in that list that I need to include? bTagDiscriminators = [ 'pfTrackCountingHighEffBJetTags', 'pfTrackCountingHighPurBJetTags', 'pfJetProbabilityBJetTags', 'pfJetBProbabilityBJetTags', 'pfSimpleSecondaryVertexHighEffBJetTags', 'pfSimpleSecondaryVertexHighPurBJetTags', 'pfCombinedSecondaryVertexV2BJetTags', 'pfCombinedInclusiveSecondaryVertexV2BJetTags', 'pfBoostedDoubleSecondaryVertexAK8BJetTags' ]
Awesome, thanks! We need a topic branch for this?
Hello All,
I just made a PR with updated EGamma objects . Let me know if you see something that does not make sense.
Regards, -Savvas Kyriacou
On Fri, Feb 5, 2016 at 2:48 PM, dmajumder notifications@github.com wrote:
Awesome, thanks! We need a topic branch for this?
— Reply to this email directly or view it on GitHub https://github.com/cmsb2g/B2GAnaFW/pull/33#issuecomment-180520047.
Main changes compared to the last version