<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 14/08/12 16:40, Tobias Hülsing
wrote:<br>
</div>
<blockquote cite="mid:502A6347.9090300@googlemail.com" type="cite">Hi!
<br>
I'm trying to make some plots from an aida-file (taken from here:
<a class="moz-txt-link-freetext" href="http://hepdata.cedar.ac.uk/view/ins1124167">http://hepdata.cedar.ac.uk/view/ins1124167</a>)
<br>
rivet-mkhtml gives no output.
<br>
<br>
Any idea why it isn't working?
<br>
</blockquote>
Hi Tobi,<br>
<br>
I am not 100% sure but I think this is related to the fact that this
is a reference<br>
data file rather than an MC histo.<br>
<br>
This command will definitely work, though:<br>
<blockquote>compare-histos tobias.aida:"DATA" -o plots_data
--show-single=ref --no-rivet-refs<br>
cd plots_data<br>
make-plots *dat<br>
</blockquote>
I like to use pdftk to glue the single plots into one document:<br>
<blockquote>pdftk *pdf cat output plots.pdf<br>
xpdf plots.pdf<br>
<br>
</blockquote>
Holger<br>
<br>
<blockquote cite="mid:502A6347.9090300@googlemail.com" type="cite">
<br>
Cheers,
<br>
<br>
Tobias
<br>
<br>
P.S.: The rivet code for the analysis is finsihed. Just wanted to
check the results with the HEPdata from above. What are the last
steps to submit it to you?
<br>
_______________________________________________
<br>
Rivet mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://www.hepforge.org/lists/listinfo/rivet">http://www.hepforge.org/lists/listinfo/rivet</a>
<br>
</blockquote>
<br>
</body>
</html>