|
[Rivet] help for rivet-mkhtmlHannes Jung hannes.jung at cern.chWed Aug 3 20:51:58 BST 2011
Hi Andy & Hendrik I have checked, that I do not have any histo with the same name... ... my last idea to solve it was to add the 1 and 2 in front... and then it worked... maybe i am too tired..... Cheers hannes On 03.08.2011, at 21:44, Andy Buckley wrote: Hi Hannes, I can't think of a reason why those names would be a problem (maybe I'm too tired...). They look fine to me: indeed, compare with the names in the built-in MC_* analyses like MC_GENERIC. Andy On 03/08/11 21:25, Hannes Jung wrote: Hi Hendrik thanks a lot, this worked. 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.); Is there something which I did wrong ? thanks a lot cheers hannes On 03.08.2011, at 08:48, Hendrik Hoeth wrote: Thus spake Hannes Jung (hannes.jung at cern.ch<mailto:hannes.jung at cern.ch> <mailto:hannes.jung at cern.ch>): I have a problem creating plots from a aida file, using rivet-mkhtml. Use histogram names without parentheses, spaces, equal signs, greater-than sign, less-than signs. That should help. -- A man without a dream in his heart already has one foot in the grave. *********************************************************************** Hannes Jung Email: Hannes.Jung at cern.ch<mailto:Hannes.Jung at cern.ch> <mailto:Hannes.Jung at cern.ch> mobile :+49 40 8998 93741 http://www.desy.de/~jung Tel: +49 (0) 40 8998 3741 (DESY) Tel: +41 22 76 62602 (CERN) CERN - PH 42-2-033 CH-1211 Genève 23 Switzerland *********************************************************************** _______________________________________________ Rivet mailing list Rivet at projects.hepforge.org<mailto:Rivet at projects.hepforge.org> http://www.hepforge.org/lists/listinfo/rivet -- 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. *********************************************************************** Hannes Jung Email: Hannes.Jung at cern.ch<mailto:Hannes.Jung at cern.ch> mobile :+49 40 8998 93741 http://www.desy.de/~jung Tel: +49 (0) 40 8998 3741 (DESY) Tel: +41 22 76 62602 (CERN) CERN - PH 42-2-033 CH-1211 Genève 23 Switzerland *********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.hepforge.org/lists-archive/rivet/attachments/20110803/cdf69827/attachment.html>
More information about the Rivet mailing list |