[Rivet] Exclude the charged leptons from the charged particle selection

Shayma Wahdan shayma.wahdan at cern.ch
Wed Feb 14 19:26:32 GMT 2018


Dear Rivet community,

I am trying to exclude the charged leptons from the charged particle selection
what I do exactly:

in the int part I add:

      ChargedFinalState cfs(-2.5, 2.5, 1.0*GeV);
      addProjection(cfs, "CFS");

    // to exclude the charged leptons

     VetoedFinalState vfs(cfs);
      vfs.addVetoPairId(PID::ELECTRON);
      vfs.addVetoPairId(PID::MUON);
      vfs.addVetoPairId(PID::TAU);
      addProjection(vfs,"VFS");


 and in the analyze

     const ChargedFinalState& ChargedParticleCollection = applyProjection<VetoedFinalState>(event, "VFS");

The compliling goes well, while in the running almost none of the events get selected.

Any suggestions please??

Note: I got the idea from this Rivet analysis page http://rivet.hepforge.org/code/2.2.1/a00496_source.html

Best Regards,
Shayma'





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.hepforge.org/lists-archive/rivet/attachments/20180214/f4cd2c79/attachment.html>


More information about the Rivet mailing list