|
[Rivet] template from rivet-mkanalysis does not compileAndy Buckley andy.buckley at cern.chTue Aug 23 12:55:49 BST 2016
Thanks for the feedback. Indeed this was my mistake -- I wanted to include an example of using Counter, but forgot that it doesn't have the 3-ints call signature. I'll add one, just for consistency and as a neat way to get the appropriate path construction. Andy On 23/08/16 12:11, Jochen Klein wrote: > Hi Holger, > > thanks a lot for the prompt reply. From my side, no need for an > extension of the bookCounter(...) method. At the moment we merely > stumbled over this because building the template analysis is part of > the automatic testing of the ALICE installation of Rivet. So, for now > (Rivet 2.5.1) we'll just modify the template in order not to use > bookCounter(3, 1, 1). > > Cheers, > Jochen > > > On Tue, Aug 23, 2016 at 10:58:59AM +0100, Holger Schulz wrote: >> Hi Jochen, >> >> I think the oversight is on our side. >> >> Thanks for reporting. >> >> Do you need Counters to be associated with reference data >> or would using (the currently implemented version) >> >> _h_ZZZZ = bookCounter("SomeString"); >> >> work for you? >> >> >> Thanks, >> Holger >> >> >> On 23/08/16 10:51, Jochen Klein wrote: >>> Hi, >>> >>> with Rivet 2.5.1 the template analysis produced by rivet-mkanalysis >>> does not compile because of the lack of bookCounter using the IDs for >>> referencing HepData: >>> _h_ZZZZ = bookCounter(3, 1, 1); >>> >>> Looking at the documentation, this signature indeed does not seem to >>> exist. Are we overlooking something or is this a problem with the >>> generated template? >>> >>> Cheers and thanks, >>> Jochen >>> _______________________________________________ >>> Rivet mailing list >>> Rivet at projects.hepforge.org >>> https://www.hepforge.org/lists/listinfo/rivet >> > _______________________________________________ > Rivet mailing list > Rivet at projects.hepforge.org > https://www.hepforge.org/lists/listinfo/rivet > -- Dr Andy Buckley, Lecturer / Royal Society University Research Fellow Particle Physics Expt Group, University of Glasgow
More information about the Rivet mailing list |