<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 13/03/11 16:35, Hannes Jung wrote:
<blockquote cite="mid:354CD9EB-73E0-4469-BEA8-8120E56BD4A1@cern.ch"
 type="cite">
  <pre wrap="">Dear all

is there a easy way to enter data points from a measurement
into aida ref histo files ?
In other words, is there a script which does a conversion from the simple text file
with data plus uncertainties into aida format ?
  </pre>
</blockquote>
Hi Hannes,<br>
<br>
you can convert histograms in the AIDA-format into a FLAT format<br>
by <br>
<blockquote>aida2flat histo.aida > histo.dat<br>
</blockquote>
Conversion from FLAT to AIDA is then done by calling<br>
<blockquote>flat2aida histo.dat<br>
</blockquote>
which will overwrite you existing histo.aida.<br>
<br>
What I usually do is to edit a FLAT histo and the reconvert to<br>
AIDA.<br>
<br>
Hope that helps,<br>
Holger<br>
<br>
<br>
<blockquote cite="mid:354CD9EB-73E0-4469-BEA8-8120E56BD4A1@cern.ch"
 type="cite">
  <pre wrap="">
Thanks a lot

cheers
Hannes

***********************************************************************
Hannes Jung 
Email: <a class="moz-txt-link-abbreviated" href="mailto:Hannes.Jung@cern.ch">Hannes.Jung@cern.ch</a>
mobile :+49 40 8998 93741
<a class="moz-txt-link-freetext" href="http://www.desy.de/~jung">http://www.desy.de/~jung</a>                                           
Tel: +49 (0) 40 8998 3741 (DESY)
Tel: +41 22 76 71691 (CERN)       
CERN - PH
40-3 B11
CH-1211 Genève 23
Switzerland
***********************************************************************








_______________________________________________
Rivet mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Rivet@projects.hepforge.org">Rivet@projects.hepforge.org</a>
<a class="moz-txt-link-freetext" href="http://www.hepforge.org/lists/listinfo/rivet">http://www.hepforge.org/lists/listinfo/rivet</a>
  </pre>
</blockquote>
<br>
</body>
</html>