|
[Rivet] DISLepton broken in 2.6.0?Holger Schulz iamholger at googlemail.comMon Feb 19 23:52:04 GMT 2018
Hi, it would seem as if the DISLepton projection is not working in the release 2.6.0: Error in NUDIS_LEPTONISO::init method: No projection 'FS' found for parent 0x7ffd8ccf2540 This happens consistently when loading any of the analyses using the DISLepton (e.g. H1_2000_S4129130, H1_1994_S2919893.cc) I can locally fix this by adding the fat line to include/Rivet/Projections/DISLepton.hh DISLepton(){ setName("DISLepton"); addProjection(Beam(), "Beam"); * addProjection(FinalState(), "FS");* addProjection(PromptFinalState(), "PromptFS"); } Not sure if his is correct though. What do you think? Holger -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://www.hepforge.org/lists-archive/rivet/attachments/20180219/cccc3178/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: rivet.trace.gz Type: application/gzip Size: 7017 bytes Desc: not available URL: <https://www.hepforge.org/lists-archive/rivet/attachments/20180219/cccc3178/attachment.bin>
More information about the Rivet mailing list |