|
[Rivet] help with aida-data fileHolger Schulz hschulz at physik.hu-berlin.deTue Jan 15 07:16:15 GMT 2013
On 15/01/13 08:09, Hannes Jung wrote: > Hi Holger > > thanks for the superfast response. > > I just want to plot the data points on top of the histogram > for comparison. > The binning is the same, for this I do not need the aida file > with the data points. > It is just for plotting with rivet-mkhtml > > So, if i do not set the REF path, the I get the plots without > data points. If I set the path, then it does not work It should work if you apply the changes concerning the histogram names in both files. The data file should have names as such: /REF/H1_blablabla/pT_curr1 while the MC histo name should read /H1_blablabla/pT_curr1 (omitting the trailing "/REF"). If you put the data file into some place where Rivet can find it (RIVET_REF_PATH) rivet-mkhtml should work as expected. Hope that helps, Holger > > Thanks a lot > Cheers > Hannes > > > On 15.01.2013, at 08:04, Holger Schulz wrote: > >> On 15/01/13 07:52, Hannes Jung wrote: >>> Dear Rivet-experts >>> >>> while trying to implement an H1 analysis into Rivet, I got >>> stuck with the aida file for data points. >>> When setting the proper path RIVET_REF_PATH , it reads the file, >>> but does not produce any output (while leaving the RIVET_REF_PATH=' ') >>> it does not read the file and produces output. >>> Probably something is wrong with what I inserted into the file with the >>> data point..... >>> Any hint would be great >>> >> Hi Hannes,plots_data >> >> not sure what exactly your problem is. >> >> If you want to plot a data file without any comparison to MC, you can do >> >> compare-histos h1_chgtrk.aida:"DATA" -o plots_data >> --show-single=ref --no-rivet-refs >> cd plots_data >> make-plots *dat >> >> If you are having trouble using this file as a reference file for >> Rivet to read >> the binning from you need to change the file name according to the >> "Rivet convention", >> e.g. H1_2012_I2834628.aida, where IXYZ is the Inspire key >> corresponding to >> the data base entry of the publication. >> Further, you need to replace the histogram key in the file, e.g. >> >> /REF/h1_chgtrk/pT_curr1 --> /REF/H1_2012_I2834628/d01-x01-y01 >> >> Does that help? >> >> Holger >> >> >>> Thanks a lot >>> >>> Cheers >>> Hannes >>> >>> PS: here is the file with the data points >>> >>> *********************************************************************** >>> Hannes Jung >>> Email: Hannes.Jung at desy.de <mailto:Hannes.Jung at desy.de> >>> mobile :+49 40 8998 93741 >>> http://www.desy.de/~jung <http://www.desy.de/%7Ejung> >>> Tel: +49 (0) 40 8998 3741 >>> Fax: +49 (0) 40 8994 3741 >>> DESY, CMS 01B/02.213 >>> Notkestr.85, 22603 Hamburg, FRG >>> *********************************************************************** >>> >>> >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Rivet mailing list >>> Rivet at projects.hepforge.org >>> http://www.hepforge.org/lists/listinfo/rivet >> > > *********************************************************************** > Hannes Jung > Email: Hannes.Jung at desy.de <mailto:Hannes.Jung at desy.de> > mobile :+49 40 8998 93741 > http://www.desy.de/~jung <http://www.desy.de/%7Ejung> > Tel: +49 (0) 40 8998 3741 > Fax: +49 (0) 40 8994 3741 > DESY, CMS 01B/02.213 > Notkestr.85, 22603 Hamburg, FRG > *********************************************************************** > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.hepforge.org/lists-archive/rivet/attachments/20130115/c56eaeb6/attachment.html>
More information about the Rivet mailing list |