[Rivet] Bug in CMS_2013_I1209721

David Grellscheid david.grellscheid at durham.ac.uk
Thu May 1 16:54:52 BST 2014


Hi Giulio,

thanks for spotting this! It's fixed in the repository now. The patch
will be released in the next version and is also available at

 https://rivet.hepforge.org/hg/rivet/raw-rev/94600cbc5503

See you,

  David


On 01/05/14 16:03, Piergiulio Lenzi wrote:
> Dear Rivet developers,
>      I noticed a but in CMS_2013_I1209721,
> the Z projections read:
>        // Z finders for electrons and muons
>        const ZFinder zfe(fs, -2.4, 2.4, 20*GeV, PID::ELECTRON, 71*GeV, 
> 111*GeV);
>        const ZFinder zfm(fs, -2.4, 2.4, 20*GeV, PID::ELECTRON, 71*GeV, 
> 111*GeV);
> while it should be
> 
>        // Z finders for electrons and muons
>        const ZFinder zfe(fs, -2.4, 2.4, 20*GeV, PID::ELECTRON, 71*GeV, 
> 111*GeV);
>        const ZFinder zfm(fs, -2.4, 2.4, 20*GeV, PID::MUON, 71*GeV, 111*GeV);
> 
> Cheers
> Giulio
> _______________________________________________
> Rivet mailing list
> Rivet at projects.hepforge.org
> https://www.hepforge.org/lists/listinfo/rivet
> 


More information about the Rivet mailing list