|
[Rivet] selecting soft leptons from HF decaysHolger Schulz hschulz at physik.hu-berlin.deFri Aug 1 16:21:04 BST 2014
On 01/08/14 14:27, Kristin Lohwasser wrote: > Dear all, > > I would like to come back to the following question (which needs to be > resolved to be able to put a certain ATLAS analyses into Rivet): > > Is there any possibility to select the leptons (virtual W bosons) from > semileptonic heavy flavour decays? And then feed these as veto > particles into the Jet Finding? > > (Unfortunately, this data set has the feature that the soft leptons > are removed from the jet finding), leading to noticeable differences > (~5% level). [note: so far all further analyses using the data was > based on the same jet definition, this is why we prefer to have an > adapted rivet analysis ;) and not to re-publish the paper] > > As we would need the code also to extract the hadron level correction > it would be soooo awesome to get hints on how to implement this feature. > > Thanks & Best > Kristin > > > Hi Kristin, just add the following to your VetoedFinalState (veto) in init(): veto.addVetoId <https://rivet.hepforge.org/code/dev/a00364.html#a2f2f68def4d0728caded8f98bc492ec8>.(PID::MUON); veto.addVetoId <https://rivet.hepforge.org/code/dev/a00364.html#a2f2f68def4d0728caded8f98bc492ec8>.(PID::ELECTRON); Cheers, Holger -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://www.hepforge.org/lists-archive/rivet/attachments/20140801/c6584653/attachment.html>
More information about the Rivet mailing list |