|
[Rivet] CMS rivet plugin for diffractive dijets (CMS_2012_I1184941)Hendrik Hoeth Hendrik.Hoeth at cern.chThu Dec 6 20:32:16 GMT 2012
Hi, back from dinner now, so I've got a bit more time to answer. I think what you want is this: const FastJets jets(FinalState(-4.9, 4.9, 0.0*GeV), FastJets::ANTIKT, 0.5); and const Jets jets = applyProjection<FastJets>(event, "AntiKtJets05").jetsByPt(20.*GeV, MAXDOUBLE, -4.4, 4.4); if (jets.size() < 2) vetoEvent; // require a dijet system with a 20 GeV cut on both jets Right? Cheers, Hendrik -- If your dreams don't scare you, then you are not dreaming big enough.
More information about the Rivet mailing list |