[Rivet] help for rivet-mkhtml

Hendrik Hoeth Hendrik.Hoeth at cern.ch
Wed Aug 3 20:44:13 BST 2011


Thus spake Hannes Jung (hannes.jung at cern.ch):

> However it worked when booking histos like
> _hist_jetptl_central = bookHistogram1D("1Et_cent_Et_gt_10_GeV", 20, 0., 200.);
> _hist_jetpth_central = bookHistogram1D("2Et_cent_Et_gt_30_GeV", 20, 0., 200.);
> but not if I book them as  (I got a seg fault when filling one of those )
> _hist_jetptl_central = bookHistogram1D("Et_cent_Et_gt_10_GeV", 20, 0., 200.);
> _hist_jetpth_central = bookHistogram1D("Et_cent_Et_gt_30_GeV", 20, 0., 200.);

Do you have another histogram called Et_cent_Et_gt_10_GeV or
Et_cent_Et_gt_30_GeV? Those names need to be unique in your analysis.

If they are already unique, I don't know where that segfault could come
from, and you'll need to run it through a debugger (gdb).

Cheers,

    Hendrik

-- 
A man without a dream in his heart already has one foot in the grave.


More information about the Rivet mailing list