[Rivet] Bug in CMS_2013_I1209721

Piergiulio Lenzi piergiulio.lenzi at cern.ch
Thu May 1 16:03:21 BST 2014


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


More information about the Rivet mailing list