|
[Rivet] Rivet Jet AnalysisAndy Buckley andy.buckley at ed.ac.ukTue Feb 1 13:58:20 GMT 2011
On 01/02/11 12:47, Torbjorn Sjostrand wrote: > On 01/02/2011 13:42, ST Harnew wrote: >> Hi Torbjörn, >> >> Thanks for your help! I just looked at the main10.cc and >> src/UserHooks.cc files you mentioned, and I can see how to make the >> inverse weighting available in the event loop for histogramming within >> Pythia, but is there a way to then pass this to a Rivet analysis? Rivet is only able to see weights via the HepMC GenEvent object, which contains a vector of weights. Rivet currently only uses the first of these, as the return value from the Rivet::Event::weight() method. So if you can set appropriate inverse weights in the Py8 -> HepMC interface, then Rivet should be ok. Thanks for the info, Torbjorn... I look forward to slightly more out-of-the-box implementation in some future release, though! Andy -- Dr Andy Buckley SUPA Advanced Research Fellow Particle Physics Experiment Group, University of Edinburgh The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
More information about the Rivet mailing list |