|
[Rivet-svn] r1963 - trunk/src/Analysesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgTue Oct 27 14:17:13 GMT 2009
Author: fsiegert Date: Tue Oct 27 14:17:13 2009 New Revision: 1963 Log: Bugfix for crash in CDF_2009_S8436959 Modified: trunk/src/Analyses/CDF_2009_S8436959.cc trunk/src/Analyses/D0_2008_S7863608.cc trunk/src/Analyses/D0_2009_S8349509.cc Modified: trunk/src/Analyses/CDF_2009_S8436959.cc ============================================================================== --- trunk/src/Analyses/CDF_2009_S8436959.cc Mon Oct 26 17:04:07 2009 (r1962) +++ trunk/src/Analyses/CDF_2009_S8436959.cc Tue Oct 27 14:17:13 2009 (r1963) @@ -49,7 +49,7 @@ const double weight = event.weight(); ParticleVector photons; - ParticleVector fs = applyProjection<IdentifiedFinalState>(event, "FS").particles(); + ParticleVector fs = applyProjection<FinalState>(event, "FS").particles(); foreach (const Particle& photon, applyProjection<IdentifiedFinalState>(event, "IFS").particles()) { FourMomentum mom_in_cone; foreach (const Particle& p, fs) { Modified: trunk/src/Analyses/D0_2008_S7863608.cc ============================================================================== --- trunk/src/Analyses/D0_2008_S7863608.cc Mon Oct 26 17:04:07 2009 (r1962) +++ trunk/src/Analyses/D0_2008_S7863608.cc Tue Oct 27 14:17:13 2009 (r1963) @@ -31,7 +31,7 @@ /// Book histograms void init() { - ZFinder zfinder(-1.7, 1.7, 15.0*GeV, MUON, 65.0*GeV, 115.0*GeV, 0.2); + ZFinder zfinder(-1.7, 1.7, 15.0*GeV, ELECTRON, 65.0*GeV, 115.0*GeV, 0.2); addProjection(zfinder, "ZFinder"); FastJets conefinder(zfinder.remainingFinalState(), FastJets::D0ILCONE, 0.5, 20.0*GeV); Modified: trunk/src/Analyses/D0_2009_S8349509.cc ============================================================================== --- trunk/src/Analyses/D0_2009_S8349509.cc Mon Oct 26 17:04:07 2009 (r1962) +++ trunk/src/Analyses/D0_2009_S8349509.cc Tue Oct 27 14:17:13 2009 (r1963) @@ -29,7 +29,7 @@ /// Book histograms void init() { - ZFinder zfinder(-1.7, 1.7, 15.0*GeV, MUON, 65.0*GeV, 115.0*GeV, 0.2); + ZFinder zfinder(-1.7, 1.7, 15.0*GeV, ELECTRON, 65.0*GeV, 115.0*GeV, 0.2); addProjection(zfinder, "ZFinder"); FastJets conefinder(zfinder.remainingFinalState(), FastJets::D0ILCONE, 0.5, 20.0*GeV);
More information about the Rivet-svn mailing list |