[Rivet] Rivet 2.2.0

Andy Buckley andy.buckley at cern.ch
Wed Oct 8 11:11:55 BST 2014


On 08/10/14 10:47, Dominic Hirschbuehl wrote:
> Hi Andy,
> 
> it works more or less. 
> I have two problems.
> 
> 1.) ATLAS_2014_I1304688: the new njet routine - all plots are always empty.
>     Maybe I need to follow this up with Alexander. 
>     I am using Powheg+Pythia6 nonallhad evgen files.

I added the Rivet dev list in CC.

I didn't test this analysis, just integrated it into Rivet with our
change of name for the FromElectroweakDecay projection... hopefully I
didn't mess something up at the same time, but if I did we should fix it
now and make a 2.2.1 patch release fairly soon.

Alexander, can you take a look at the analysis code in Rivet and let me
know if you see an obvious problem?
https://rivet.hepforge.org/trac/browser/src/Analyses/ATLAS_2014_I1304688.cc
 What generators was it tested with?

> 2.) None of our "own " routines is working anymore:
>     MC_fragmentation.cc: In member function 'virtual void Rivet::MC_fragmentation::init()':                
> MC_fragmentation.cc:47:55: error: no matching function for call to
> 'Rivet::IdentifiedFinalState::IdentifiedFinalState(std::vector<std::pair<double, double> >&, double)'                                                                                                        
> MC_fragmentation.cc:47:55: note: candidates are:                                                                                        
> In file included from MC_fragmentation.cc:4:0:                                  
> ....
> 
> I guess we have to re-write something???

That constructor has disappeared, I think as part of the new Cut system
for expressing kinematic cuts. I thought that we would provide
constructors directly accepting Cut objects, but checking the code we do
not. It can be rewritten so that you first make a FinalState with a Cut
argument [for example, FinalState fs(etaIn(-2,-1) | etaIn(1,2))] and
then pass that fs object to the IdentifiedFinalState constructor. But
I'm not sure why we don't currently allow direct IdentifiedFinalState
ifs(etaIn(-2,-1) | etaIn(1,2), ...). @DavidG, can you comment?

Andy



> On Fri, Oct 03, 2014 at 09:17:29AM +0200, Dominic Hirschbuehl wrote:
>> Hi Andy,
>>
>> thanks!
>> If it works locally is enough for me at the moment.
>> I'll try it over the weekend.
>>
>> Cheers
>>   Dominic
>>
>> On Thu, Oct 02, 2014 at 05:43:45PM +0100, Andy Buckley wrote:
>>> Hi again,
>>>
>>> I updated the external packages today, since the Genser builds are
>>> ready. It should be available in tomorrow's devval,r5 nightly. Do you
>>> need it also in a Grid-distributed 19.1.X.Y release? (We should check it
>>> first, but my local build appeared to be working ok -- let me know if
>>> you have any trouble with the devval build.)
>>>
>>> Andy
>>>
>>>
>>> On 02/10/14 07:56, Dominic Hirschbuehl wrote:
>>>> Hi Andy,
>>>>
>>>> this would be great. Could you let me know, when it is available.
>>>>
>>>> Thanks in advance
>>>>   Dominic
>>>>
>>>> On Wed, Oct 01, 2014 at 10:36:11PM +0100, Andy Buckley wrote:
>>>>> On 01/10/14 10:29, Dominic Hirschbühl wrote:
>>>>>> Hi Andy,
>>>>>>
>>>>>> I saw that you released Rivet 2.2.0, great :-)!
>>>>>> Is this already available in Athena? If not, would it be possible to get
>>>>>> it in
>>>>>> as soon as possible.
>>>>>> This is really essential to move forward with our top tuning effort.
>>>>>
>>>>> Hi Dominic,
>>>>>
>>>>> It's not been installed in Genser yet. Hopefully it will be done by
>>>>> tomorrow (build is already scheduled) and then I will get the Athena
>>>>> packages updated asap.
>>>>>
>>>>> Andy
>>>>>
>>>>> -- 
>>>>> Dr Andy Buckley, Royal Society University Research Fellow
>>>>> Particle Physics Expt Group, University of Glasgow / PH Dept, CERN
>>>>
>>>
>>>
>>> -- 
>>> Dr Andy Buckley, Royal Society University Research Fellow
>>> Particle Physics Expt Group, University of Glasgow / PH Dept, CERN
>>
>> -- 
>>  /---------------------------------------------------------------------\
>> |                     Dr. Dominic Hirschbuehl                           |
>>  \   Bergische Universitaet Wuppertal - Exp. Elementarteilchenphysik   /
>>  /  hirsch at physik.uni-wuppertal.de / dominic.hirschbuehl at cern.ch       \             
>> |       office : D.09.22    phone  : 0049 - 202 - 439 - 3751           |   
>>  \---------------------------------------------------------------------/
> 
> 
> 


-- 
Dr Andy Buckley, Royal Society University Research Fellow
Particle Physics Expt Group, University of Glasgow / PH Dept, CERN


More information about the Rivet mailing list