|
[Rivet] template from rivet-mkanalysis does not compileJochen Klein Jochen.Klein at cern.chTue Aug 23 12:11:17 BST 2016
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 >
More information about the Rivet mailing list |